mirror of
https://github.com/Ellpeck/GameBundle.git
synced 2024-11-14 04:59:10 +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
|
@ -1,29 +1,32 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
|
||||
|
||||
<Authors>Ellpeck</Authors>
|
||||
<Description>A tool to package MonoGame and other .NET Core applications into several distributable formats</Description>
|
||||
<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>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="CommandLineParser" Version="2.7.82" />
|
||||
<PackageReference Include="CommandLineParser" Version="2.7.82" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<None Include=".config\dotnet-tools.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<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