Skip to content

Commit

Permalink
Increase version numbers.
Browse files Browse the repository at this point in the history
Forgot to do that for the library, so now guinget 0.1.2 ships with the same version as in 0.1.1. Oops.
  • Loading branch information
DrewNaylor committed Oct 3, 2020
1 parent e91cc8b commit ad42b61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions guinget/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("0.1.2.0")>
<Assembly: AssemblyFileVersion("0.1.2.0")>
<Assembly: AssemblyVersion("0.1.3.0")>
<Assembly: AssemblyFileVersion("0.1.3.0")>
2 changes: 1 addition & 1 deletion guinget/guinget.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ProductName>guinget</ProductName>
<PublisherName>DrewNaylor</PublisherName>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>0.1.2.%2a</ApplicationVersion>
<ApplicationVersion>0.1.3.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions libguinget/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("0.1.1.0")>
<Assembly: AssemblyFileVersion("0.1.1.0")>
<Assembly: AssemblyVersion("0.1.2.0")>
<Assembly: AssemblyFileVersion("0.1.2.0")>

0 comments on commit ad42b61

Please sign in to comment.