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 3
3
<TargetFrameworks >net5.0</TargetFrameworks >
4
4
<LangVersion >9.0</LangVersion >
5
5
<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 >
6
16
</PropertyGroup >
7
17
18
+ <ItemGroup >
19
+ <None Include =" README.md" Pack =" true" PackagePath =" /" />
20
+ </ItemGroup >
21
+
8
22
<PropertyGroup Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >
9
23
<DefineConstants >$(DefineConstants);WINDOWS_BUILD</DefineConstants >
10
24
</PropertyGroup >
34
48
</ItemGroup >
35
49
36
50
<ItemGroup >
37
- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
51
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
38
52
</ItemGroup >
39
53
</Project >
You can’t perform that action at this time.
0 commit comments