We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8852312 + a7b376f commit 924486bCopy full SHA for 924486b
DIV2.Format.Exporter/DIV2.Format.Exporter.csproj
@@ -11,7 +11,7 @@
11
<RepositoryType>GitHub</RepositoryType>
12
<PackageTags>DIV DIV2 DIVGamesStudio DIVGamesStudio2 Games Graphics Tool Retro Windows Linux Mac</PackageTags>
13
<Platforms>x64</Platforms>
14
- <Version>1.0.1</Version>
+ <Version>1.0.1.1</Version>
15
<NeutralLanguage>en</NeutralLanguage>
16
<PackageReleaseNotes>- Compiled as x64 instead of AnyCPU.
17
- Updated ImageSharp to version 1.0.3.
@@ -21,6 +21,8 @@
21
<PackageIcon>DIV2.png</PackageIcon>
22
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
23
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
24
+ <AssemblyVersion>1.0.1.1</AssemblyVersion>
25
+ <FileVersion>1.0.1.1</FileVersion>
26
</PropertyGroup>
27
28
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
0 commit comments