Skip to content

Commit

Permalink
v1.4.0 bump assembly version. Set tag
Browse files Browse the repository at this point in the history
  • Loading branch information
brettski committed Mar 18, 2021
1 parent 5108a80 commit 069bd99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EntLibCryptoCli/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Brettski")]
[assembly: AssemblyProduct("EntLibCryptoCli")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyCopyright("Copyright © 2018 - 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -33,7 +33,7 @@
// 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.3.1.*")]
[assembly: AssemblyFileVersion("1.3.1")]
[assembly: AssemblyVersion("1.4.0.*")]
[assembly: AssemblyFileVersion("1.4.0")]
[assembly: NeutralResourcesLanguage("en-US")]

0 comments on commit 069bd99

Please sign in to comment.