Skip to content

Commit 924486b

Browse files
author
José Miguel Sánchez Fernández
authored
Merge pull request #13 from VisualStudioEX3/hotfix/fix-nuget-package-v101
Updated version to fix NuGet package metadata
2 parents 8852312 + a7b376f commit 924486b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

DIV2.Format.Exporter/DIV2.Format.Exporter.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<RepositoryType>GitHub</RepositoryType>
1212
<PackageTags>DIV DIV2 DIVGamesStudio DIVGamesStudio2 Games Graphics Tool Retro Windows Linux Mac</PackageTags>
1313
<Platforms>x64</Platforms>
14-
<Version>1.0.1</Version>
14+
<Version>1.0.1.1</Version>
1515
<NeutralLanguage>en</NeutralLanguage>
1616
<PackageReleaseNotes>- Compiled as x64 instead of AnyCPU.
1717
- Updated ImageSharp to version 1.0.3.
@@ -21,6 +21,8 @@
2121
<PackageIcon>DIV2.png</PackageIcon>
2222
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2323
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
24+
<AssemblyVersion>1.0.1.1</AssemblyVersion>
25+
<FileVersion>1.0.1.1</FileVersion>
2426
</PropertyGroup>
2527

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

0 commit comments

Comments
 (0)