File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 33 <TargetFrameworks >net5.0</TargetFrameworks >
44 <LangVersion >9.0</LangVersion >
55 <AssemblyVersion >1.0.0</AssemblyVersion >
6+ <PackageId >com.neogeek.rhythm-game-utilities</PackageId >
7+ <Version >1.0.0-alpha.1</Version >
8+ <Title >Rhythm Game Utilities</Title >
9+ <Description >A collection of utilities for creating rhythm games.</Description >
10+ <Authors >neogeek</Authors >
11+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
12+ <PackageReadmeFile >README.md</PackageReadmeFile >
13+ <PackageProjectUrl >https://github.com/neogeek/rhythm-game-utilities/</PackageProjectUrl >
14+ <RepositoryUrl >https://github.com/neogeek/rhythm-game-utilities/</RepositoryUrl >
15+ <PackageTags >unity;unreal;godot;sdl</PackageTags >
616 </PropertyGroup >
717
18+ <ItemGroup >
19+ <None Include =" README.md" Pack =" true" PackagePath =" /" />
20+ </ItemGroup >
21+
822 <PropertyGroup Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >
923 <DefineConstants >$(DefineConstants);WINDOWS_BUILD</DefineConstants >
1024 </PropertyGroup >
3448 </ItemGroup >
3549
3650 <ItemGroup >
37- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
51+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
3852 </ItemGroup >
3953</Project >
You can’t perform that action at this time.
0 commit comments