We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e4a80 commit c6f9b6aCopy full SHA for c6f9b6a
RhythmGameUtilities/RhythmGameUtilities.csproj
@@ -4,7 +4,7 @@
4
<LangVersion>9.0</LangVersion>
5
<AssemblyVersion>1.0.0</AssemblyVersion>
6
<PackageId>com.neogeek.rhythm-game-utilities</PackageId>
7
- <Version>1.0.0-alpha.2</Version>
+ <Version>1.0.0-alpha.3</Version>
8
<Title>Rhythm Game Utilities</Title>
9
<Description>A collection of utilities for creating rhythm games.</Description>
10
<Authors>neogeek</Authors>
@@ -39,6 +39,6 @@
39
<Content Include="./Libs/Linux/libRhythmGameUtilities.so" Pack="true"
40
PackagePath="runtimes/linux-x64/native/" />
41
<Content Include="./Libs/macOS/libRhythmGameUtilities.dylib" Pack="true"
42
- PackagePath="runtimes/osx-x64/native/" />
+ PackagePath="runtimes/osx/native/" />
43
</ItemGroup>
44
</Project>
0 commit comments