Compare commits

...

2 commits

Author SHA1 Message Date
Ell
01dcd0ed23 1.5.3 2023-02-05 14:35:05 +01:00
Ell
058f516502 Added RollForward directive
Closes #1
2023-02-05 14:32:47 +01:00

View file

@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RollForward>Major</RollForward>
<Authors>Ellpeck</Authors>
<Description>A tool to package MonoGame and other .NET Core applications into several distributable formats</Description>
@ -14,7 +15,7 @@
<PackageIcon>Logo.png</PackageIcon>
<PackAsTool>true</PackAsTool>
<ToolCommandName>gamebundle</ToolCommandName>
<VersionPrefix>1.5.2</VersionPrefix>
<VersionPrefix>1.5.3</VersionPrefix>
</PropertyGroup>
<ItemGroup>