File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ class Constants
44 {
55 public const string ApplicationName = "ReClass.NET" ;
66
7- public const string ApplicationVersion = "1.0" ;
7+ public const string ApplicationVersion = "1.0.1 " ;
88
99 public const string Author = "KN4CK3R" ;
1010
Original file line number Diff line number Diff line change 1010[ assembly: AssemblyConfiguration ( "" ) ]
1111[ assembly: AssemblyCompany ( "" ) ]
1212[ assembly: AssemblyProduct ( "Reclass.NET" ) ]
13- [ assembly: AssemblyCopyright ( "" ) ]
13+ [ assembly: AssemblyCopyright ( "KN4CK3R " ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
3232// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
3333// übernehmen, indem Sie "*" eingeben:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.0.0 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.0 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.0.1 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.0.1 .0" ) ]
You can’t perform that action at this time.
0 commit comments