Compare commits

..

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

View file

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