Skip to content

Commit

Permalink
Merge pull request #13 from VisualStudioEX3/hotfix/fix-nuget-package-…
Browse files Browse the repository at this point in the history
…v101

Updated version to fix NuGet package metadata
  • Loading branch information
José Miguel Sánchez Fernández authored Apr 1, 2021
2 parents 8852312 + a7b376f commit 924486b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DIV2.Format.Exporter/DIV2.Format.Exporter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RepositoryType>GitHub</RepositoryType>
<PackageTags>DIV DIV2 DIVGamesStudio DIVGamesStudio2 Games Graphics Tool Retro Windows Linux Mac</PackageTags>
<Platforms>x64</Platforms>
<Version>1.0.1</Version>
<Version>1.0.1.1</Version>
<NeutralLanguage>en</NeutralLanguage>
<PackageReleaseNotes>- Compiled as x64 instead of AnyCPU.
- Updated ImageSharp to version 1.0.3.
Expand All @@ -21,6 +21,8 @@
<PackageIcon>DIV2.png</PackageIcon>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<AssemblyVersion>1.0.1.1</AssemblyVersion>
<FileVersion>1.0.1.1</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand Down

0 comments on commit 924486b

Please sign in to comment.