Skip to content

Commit

Permalink
Increase version number for winform app
Browse files Browse the repository at this point in the history
  • Loading branch information
fredatgithub committed Mar 19, 2019
1 parent b80b0c8 commit a08d40c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SaveWindows10WallPaper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Freddy Juhel")]
[assembly: AssemblyProduct("SaveWindows10WallPaper")]
[assembly: AssemblyCopyright("Copyright © Freddy Juhel MIT 2015")]
[assembly: AssemblyCopyright("Copyright © Freddy Juhel MIT 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
// en utilisant '*', comme indiqué ci-dessous :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]

0 comments on commit a08d40c

Please sign in to comment.