We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100f430 commit 12d46bdCopy full SHA for 12d46bd
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Download Dalamud
29
run: |
30
- wget https://goatcorp.github.io/dalamud-distrib/apiX/latest.zip
+ wget https://goatcorp.github.io/dalamud-distrib/latest.zip
31
unzip latest.zip -d dalamud/
32
echo "DALAMUD_HOME=$PWD/dalamud" >> $GITHUB_ENV
33
Craftimizer/Craftimizer.csproj
@@ -2,7 +2,7 @@
2
<Project Sdk="Microsoft.NET.Sdk">
3
<PropertyGroup>
4
<Authors>Asriel Camora</Authors>
5
- <Version>2.5.2.0</Version>
+ <Version>2.5.3.0</Version>
6
<PackageProjectUrl>https://github.com/WorkingRobot/Craftimizer.git</PackageProjectUrl>
7
<Configurations>Debug;Release</Configurations>
8
</PropertyGroup>
0 commit comments