mirror of
https://github.com/Ellpeck/GameBundle.git
synced 2024-11-22 16:48:34 +01:00
updated to new nuget standards
This commit is contained in:
parent
e96a8ffcb4
commit
2b7635a30e
2 changed files with 14 additions and 11 deletions
|
@ -9,8 +9,9 @@
|
|||
<PackageTags>monogame mono xna netcore dotnet publish bundle tool library</PackageTags>
|
||||
<PackageProjectUrl>https://github.com/Ellpeck/GameBundle</PackageProjectUrl>
|
||||
<RepositoryUrl>https://github.com/Ellpeck/GameBundle</RepositoryUrl>
|
||||
<PackageLicenseUrl>https://github.com/Ellpeck/GameBundle/blob/master/LICENSE</PackageLicenseUrl>
|
||||
<PackageIconUrl>https://raw.githubusercontent.com/Ellpeck/GameBundle/master/Logo.png</PackageIconUrl>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<PackageIcon>Logo.png</PackageIcon>
|
||||
<PackAsTool>true</PackAsTool>
|
||||
<ToolCommandName>gamebundle</ToolCommandName>
|
||||
<VersionPrefix>1.3.1</VersionPrefix>
|
||||
|
@ -24,6 +25,8 @@
|
|||
<None Include=".config\dotnet-tools.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="../README.md" Pack="true" PackagePath="" />
|
||||
<None Include="../Logo.png" Pack="true" PackagePath="" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<img src="Logo.png" width="25%" >
|
||||
![The GameBundle logo](Logo.png)
|
||||
|
||||
**GameBundle** is a tool to package MonoGame and other .NET Core applications into several distributable formats.
|
||||
|
||||
|
|
Loading…
Reference in a new issue