Update version number to 2.1.0
This commit is contained in:
parent
bbb5152820
commit
892c8cbcef
@ -38,8 +38,8 @@ namespace FileConverter
|
||||
private static readonly Version Version = new Version()
|
||||
{
|
||||
Major = 2,
|
||||
Minor = 0,
|
||||
Patch = 2,
|
||||
Minor = 1,
|
||||
Patch = 0,
|
||||
};
|
||||
|
||||
private bool needToRunConversionThread;
|
||||
|
@ -49,5 +49,5 @@ using System.Windows;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("2.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("2.0.0.0")]
|
||||
[assembly: AssemblyVersion("2.1.0.0")]
|
||||
[assembly: AssemblyFileVersion("2.1.0.0")]
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Change Log
|
||||
|
||||
## Next Version
|
||||
## Version 2.1
|
||||
|
||||
- New: Option to use NVidia hardware acceleration for mp4 video (thanks to tacheometry).
|
||||
- New: Add Gif to Image conversion support (issue #433, #115) (thanks to RTnhN)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<Project Sdk="WixToolset.Sdk/5.0.2">
|
||||
<PropertyGroup>
|
||||
<ProductVersion>2.0.2</ProductVersion>
|
||||
<ProductVersion>2.1.0</ProductVersion>
|
||||
<OutputName>FileConverter-setup</OutputName> <!-- https://github.com/firegiant/HeatWaveSupport/issues/73 -->
|
||||
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
|
||||
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!-- Upgrade documentation: http://wixtoolset.org/documentation/manual/v3/howtos/updates/major_upgrade.html -->
|
||||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
|
||||
<Package Name="File Converter" Language="1033" Version="2.0.2" Manufacturer="Adrien Allard" UpgradeCode="e3ca717b-a897-418a-bbef-5c7e35c76e4b" InstallerVersion="500">
|
||||
<Package Name="File Converter" Language="1033" Version="2.1.0" Manufacturer="Adrien Allard" UpgradeCode="e3ca717b-a897-418a-bbef-5c7e35c76e4b" InstallerVersion="500">
|
||||
<Icon Id="icon.ico" SourceFile="..\Resources\Icons\ApplicationIcon.ico" />
|
||||
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
|
||||
<SetProperty Id="ARPINSTALLLOCATION" Value="[ApplicationFolder]" After="CostFinalize" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user