mirror of
https://github.com/Ellpeck/GameBundle.git
synced 2024-11-26 10:28:35 +01:00
Compare commits
2 commits
4cf5063a61
...
01dcd0ed23
Author | SHA1 | Date | |
---|---|---|---|
01dcd0ed23 | |||
058f516502 |
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<RollForward>Major</RollForward>
|
||||||
|
|
||||||
<Authors>Ellpeck</Authors>
|
<Authors>Ellpeck</Authors>
|
||||||
<Description>A tool to package MonoGame and other .NET Core applications into several distributable formats</Description>
|
<Description>A tool to package MonoGame and other .NET Core applications into several distributable formats</Description>
|
||||||
|
@ -14,7 +15,7 @@
|
||||||
<PackageIcon>Logo.png</PackageIcon>
|
<PackageIcon>Logo.png</PackageIcon>
|
||||||
<PackAsTool>true</PackAsTool>
|
<PackAsTool>true</PackAsTool>
|
||||||
<ToolCommandName>gamebundle</ToolCommandName>
|
<ToolCommandName>gamebundle</ToolCommandName>
|
||||||
<VersionPrefix>1.5.2</VersionPrefix>
|
<VersionPrefix>1.5.3</VersionPrefix>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Reference in a new issue