Skip to content

Commit

Permalink
release patch fix for enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Icehunter committed Jul 10, 2024
1 parent 217adc1 commit c92845a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sharlayan/Sharlayan.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>ffxiv memory tracking</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>8.0.0</Version>
<Version>8.0.1</Version>
<Company>SyndicatedLife</Company>
<Product>Sharlayan</Product>
<Description>Final Fantasy XIV Memory Reading</Description>
Expand Down Expand Up @@ -109,4 +109,4 @@
<Target Name="PostBuild" AfterTargets="CopyPackages">
<Exec Command="%25SYSTEMROOT%25\System32\WindowsPowerShell\v1.0\powershell.exe –NonInteractive –ExecutionPolicy Unrestricted –command &quot;&amp; { &amp;'$(SolutionDir)RenameSymbolsToPackage.ps1' '$(TargetName)' }&quot;" />
</Target>
</Project>
</Project>

0 comments on commit c92845a

Please sign in to comment.