Skip to content

Commit

Permalink
update WavLib
Browse files Browse the repository at this point in the history
increase version number
  • Loading branch information
SFGrenade committed May 13, 2024
1 parent 356e5cd commit 3fe7636
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CustomBgm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<Description>A Hollow Knight Mod</Description>
<Copyright>Copyright © SFGrenade 2024</Copyright>
<PathMap>$(MSBuildProjectDirectory)=source</PathMap>
<AssemblyVersion>1.5.3.0</AssemblyVersion>
<FileVersion>1.5.3.0</FileVersion>
<AssemblyVersion>1.5.3.1</AssemblyVersion>
<FileVersion>1.5.3.1</FileVersion>
<OutputPath>bin/$(Configuration)/</OutputPath>
<LangVersion>latest</LangVersion>
<NoWarn>8002</NoWarn>
Expand Down Expand Up @@ -330,6 +330,6 @@
<None Include="sgKey.snk" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WavLib" Version="1.0.1" />
<PackageReference Include="WavLib" Version="1.0.2" />
</ItemGroup>
</Project>

0 comments on commit 3fe7636

Please sign in to comment.