Skip to content

Commit 3fe7636

Browse files
committed
update WavLib
increase version number
1 parent 356e5cd commit 3fe7636

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CustomBgm.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<Description>A Hollow Knight Mod</Description>
99
<Copyright>Copyright © SFGrenade 2024</Copyright>
1010
<PathMap>$(MSBuildProjectDirectory)=source</PathMap>
11-
<AssemblyVersion>1.5.3.0</AssemblyVersion>
12-
<FileVersion>1.5.3.0</FileVersion>
11+
<AssemblyVersion>1.5.3.1</AssemblyVersion>
12+
<FileVersion>1.5.3.1</FileVersion>
1313
<OutputPath>bin/$(Configuration)/</OutputPath>
1414
<LangVersion>latest</LangVersion>
1515
<NoWarn>8002</NoWarn>
@@ -330,6 +330,6 @@
330330
<None Include="sgKey.snk" />
331331
</ItemGroup>
332332
<ItemGroup>
333-
<PackageReference Include="WavLib" Version="1.0.1" />
333+
<PackageReference Include="WavLib" Version="1.0.2" />
334334
</ItemGroup>
335335
</Project>

0 commit comments

Comments
 (0)