Skip to content

Commit

Permalink
Updated version to 1.6.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibpatel committed Jan 29, 2021
1 parent 098e620 commit 22f9061
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions AutoUpdater.NET/AutoUpdater.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<AssemblyTitle>AutoUpdater.NET</AssemblyTitle>
<Company>RBSoft</Company>
<Product>AutoUpdater.NET</Product>
<Copyright>Copyright © 2012-2020 RBSoft</Copyright>
<AssemblyVersion>1.6.4.0</AssemblyVersion>
<FileVersion>1.6.4.0</FileVersion>
<Copyright>Copyright © 2012-2021 RBSoft</Copyright>
<AssemblyVersion>1.6.5.0</AssemblyVersion>
<FileVersion>1.6.5.0</FileVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>AutoUpdater.NET.snk</AssemblyOriginatorKeyFile>
<NeutralLanguage>en</NeutralLanguage>
Expand Down
4 changes: 2 additions & 2 deletions AutoUpdater.NET/build/Autoupdater.NET.Official.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http:https://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Autoupdater.NET.Official</id>
<version>1.6.4</version>
<version>1.6.5</version>
<title>AutoUpdater.NET</title>
<authors>rbsoft</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -11,7 +11,7 @@
<projectUrl>https://github.com/ravibpatel/AutoUpdater.NET</projectUrl>
<description>AutoUpdater.NET is a class library that allows .NET developers to easily add auto update functionality to their classic desktop application projects.</description>
<releaseNotes>https://github.com/ravibpatel/AutoUpdater.NET/releases</releaseNotes>
<copyright>Copyright © 2012-2020 RBSoft</copyright>
<copyright>Copyright © 2012-2021 RBSoft</copyright>
<tags>autoupdate updater c# vb wpf winforms</tags>
<dependencies>
<group targetFramework=".NETFramework2.0" />
Expand Down
2 changes: 1 addition & 1 deletion ZipExtractor/ZipExtractor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyTitle>ZipExtractor</AssemblyTitle>
<Company>RBSoft</Company>
<Product>ZipExtractor</Product>
<Copyright>Copyright © 2012-2020 RBSoft</Copyright>
<Copyright>Copyright © 2012-2021 RBSoft</Copyright>
<AssemblyVersion>1.2.2.0</AssemblyVersion>
<FileVersion>1.2.2.0</FileVersion>
<ApplicationVersion>1.2.2.0</ApplicationVersion>
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1.6.4.{build}
version: 1.6.5.{build}
environment:
my_version: 1.6.4
my_version: 1.6.5
my_secret:
secure: vbPRaZLQYpGPr4BrZZ4p6TofpSZMud+FKtlpqjgO8aA=
skip_branch_with_pr: true
Expand Down

0 comments on commit 22f9061

Please sign in to comment.