Update version to 1.1.0

Also fix a csproj error.
This commit is contained in:
Terry MacDonald 2021-05-20 21:21:13 +12:00
parent 627b690e50
commit d14ee49996
6 changed files with 13 additions and 22 deletions

View File

@ -143,12 +143,6 @@
<DependentUpon>HotkeyForm.cs</DependentUpon>
</Compile>
<Compile Include="UIForms\ImageListViewRenderers.cs" />
<Compile Include="UIForms\MaskedForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UIForms\MaskedDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UIForms\SettingsForm.cs">
<SubType>Form</SubType>
</Compile>
@ -213,9 +207,6 @@
<EmbeddedResource Include="UIForms\HotkeyForm.resx">
<DependentUpon>HotkeyForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UIForms\MaskedForm.resx">
<DependentUpon>MaskedForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UIForms\MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
<SubType>Designer</SubType>
@ -280,6 +271,9 @@
<PackageReference Include="HtmlAgilityPack">
<Version>1.11.33</Version>
</PackageReference>
<PackageReference Include="IconExtractor.dll">
<Version>1.0.2.1-beta</Version>
</PackageReference>
<PackageReference Include="IconLib.Unofficial">
<Version>0.73.0</Version>
</PackageReference>
@ -316,9 +310,6 @@
<PackageReference Include="ValveKeyValue">
<Version>0.3.1.152</Version>
</PackageReference>
<PackageReference Include="WinCopies.IconExtractor">
<Version>1.0.3-rc</Version>
</PackageReference>
<PackageReference Include="WindowsDisplayAPI">
<Version>1.3.0.13</Version>
</PackageReference>

View File

@ -37,8 +37,8 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.6.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: NeutralResourcesLanguage("en")]
[assembly: CLSCompliant(true)]

View File

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// 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("1.0.6.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

View File

@ -5,8 +5,8 @@
It's not enough to just include newer files.
-->
<?define MajorVersion="1" ?>
<?define MinorVersion="0" ?>
<?define PatchVersion="6" ?>
<?define MinorVersion="1" ?>
<?define PatchVersion="0" ?>
<!-- Revision is NOT used by WiX in the upgrade procedure -->
<!-- Full version number to display -->
<?define VersionNumber="$(var.MajorVersion).$(var.MinorVersion).$(var.PatchVersion)" ?>

View File

@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.6.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

View File

@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.6.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]