Compare commits

..

No commits in common. "01dcd0ed235febd3a37ace0f5f05435d42e6e348" and "4cf5063a618deca8eabff7897459afa992e00d3a" have entirely different histories.

View file

@ -3,7 +3,6 @@
<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>
@ -15,7 +14,7 @@
<PackageIcon>Logo.png</PackageIcon>
<PackAsTool>true</PackAsTool>
<ToolCommandName>gamebundle</ToolCommandName>
<VersionPrefix>1.5.3</VersionPrefix>
<VersionPrefix>1.5.2</VersionPrefix>
</PropertyGroup>
<ItemGroup>