Skip to content

Commit

Permalink
v3.0 for .net6 release (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
fardog authored Sep 9, 2022
1 parent ba80174 commit 36caf38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Swapper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Swapper")]
[assembly: AssemblyCopyright("Copyright © 2021 Nathan Wittstock")]
[assembly: AssemblyCopyright("Copyright © 2022 Nathan Wittstock")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en-US")]
Expand All @@ -39,5 +39,5 @@
// 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("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]

0 comments on commit 36caf38

Please sign in to comment.