Skip to content

Commit 86ae08d

Browse files
committed
Now using both win-x86 and win-x64 RuntimeIdentifiers for ZipExtractor.
1 parent c1e08e0 commit 86ae08d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

AutoUpdater.NET/AutoUpdater.NET.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<Company>RBSoft</Company>
1212
<Product>AutoUpdater.NET</Product>
1313
<Copyright>Copyright © 2012-2024 RBSoft</Copyright>
14-
<Version>1.8.6.0</Version>
15-
<AssemblyVersion>1.8.6.0</AssemblyVersion>
16-
<FileVersion>1.8.6.0</FileVersion>
17-
<PackageVersion>1.8.6.0</PackageVersion>
14+
<Version>1.8.7.0</Version>
15+
<AssemblyVersion>1.8.7.0</AssemblyVersion>
16+
<FileVersion>1.8.7.0</FileVersion>
17+
<PackageVersion>1.8.7.0</PackageVersion>
1818
<SignAssembly>true</SignAssembly>
1919
<AssemblyOriginatorKeyFile>AutoUpdater.NET.snk</AssemblyOriginatorKeyFile>
2020
<NeutralLanguage>en</NeutralLanguage>

AutoUpdater.NET/build/Autoupdater.NET.Official.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>Autoupdater.NET.Official</id>
5-
<version>1.8.6.0</version>
5+
<version>1.8.7.0</version>
66
<title>AutoUpdater.NET</title>
77
<authors>rbsoft</authors>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>

ZipExtractor/ZipExtractor.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<Company>RBSoft</Company>
1010
<Product>ZipExtractor</Product>
1111
<Copyright>Copyright © 2012-2024 RBSoft</Copyright>
12-
<Version>1.4.0.0</Version>
13-
<AssemblyVersion>1.4.0.0</AssemblyVersion>
14-
<FileVersion>1.4.0.0</FileVersion>
15-
<ApplicationVersion>1.4.0.0</ApplicationVersion>
12+
<Version>1.4.1.0</Version>
13+
<AssemblyVersion>1.4.1.0</AssemblyVersion>
14+
<FileVersion>1.4.1.0</FileVersion>
15+
<ApplicationVersion>1.4.1.0</ApplicationVersion>
1616
<ApplicationIcon>ZipExtractor.ico</ApplicationIcon>
1717
<ApplicationManifest>app.manifest</ApplicationManifest>
1818
<SignAssembly>true</SignAssembly>
@@ -22,7 +22,7 @@
2222
<IsPackable>false</IsPackable>
2323
</PropertyGroup>
2424
<PropertyGroup Condition=" '$(TargetFramework)' != 'net45' ">
25-
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
25+
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
2626
<PublishSingleFile>true</PublishSingleFile>
2727
<SelfContained>false</SelfContained>
2828
<PublishTrimmed>false</PublishTrimmed>

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
version: 1.8.6.{build}
1+
version: 1.8.7.{build}
22
environment:
3-
my_version: 1.8.6
3+
my_version: 1.8.7
44
my_secret:
55
secure: vbPRaZLQYpGPr4BrZZ4p6TofpSZMud+FKtlpqjgO8aA=
66
skip_branch_with_pr: true

0 commit comments

Comments
 (0)