Skip to content

Commit

Permalink
Updated version to current date
Browse files Browse the repository at this point in the history
  • Loading branch information
Suprcode committed Oct 12, 2021
1 parent a2f63f8 commit a31a003
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/Map Editor/obj/Debug
/.vs/Map Editor/v16
/Map Editor/bin/Release
/Map Editor/obj/Release
6 changes: 3 additions & 3 deletions Map Editor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Map Editor")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2017.3.13.1858")]
[assembly: AssemblyFileVersion("2017.3.13.1858")]
[assembly: AssemblyVersion("2021.10.12.00")]
[assembly: AssemblyFileVersion("2021.10.12.00")]

0 comments on commit a31a003

Please sign in to comment.