Release 2.5.3.0
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Download Dalamud
|
- name: Download Dalamud
|
||||||
run: |
|
run: |
|
||||||
wget https://goatcorp.github.io/dalamud-distrib/apiX/latest.zip
|
wget https://goatcorp.github.io/dalamud-distrib/latest.zip
|
||||||
unzip latest.zip -d dalamud/
|
unzip latest.zip -d dalamud/
|
||||||
echo "DALAMUD_HOME=$PWD/dalamud" >> $GITHUB_ENV
|
echo "DALAMUD_HOME=$PWD/dalamud" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors>Asriel Camora</Authors>
|
<Authors>Asriel Camora</Authors>
|
||||||
<Version>2.5.2.0</Version>
|
<Version>2.5.3.0</Version>
|
||||||
<PackageProjectUrl>https://github.com/WorkingRobot/Craftimizer.git</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/WorkingRobot/Craftimizer.git</PackageProjectUrl>
|
||||||
<Configurations>Debug;Release</Configurations>
|
<Configurations>Debug;Release</Configurations>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user