Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Laoujin committed Sep 3, 2017
1 parent 9b33b65 commit 52225af
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions Publish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
To release TW Tactics or the website, see [deploy.md](https://github.com/SanguPackage/site-new/blob/master/deploy.md)
8 changes: 7 additions & 1 deletion TribalWars.sln
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TribalWars", "TribalWars\TribalWars.csproj", "{17A66FAE-A878-4599-8FAF-C81E81B96E86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TribalWarsTests", "TribalWarsTests\TribalWarsTests.csproj", "{7D28AFCB-EFA6-451B-9F04-3F4B1B4BEEE9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{F65938C2-89D8-47A2-9536-BB5DFA51C8E8}"
ProjectSection(SolutionItems) = preProject
Publish.md = Publish.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
6 changes: 3 additions & 3 deletions TribalWars/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Sangu")]
[assembly: AssemblyProduct("TW Tactics")]
[assembly: AssemblyCopyright("Copyright © Sangu 2007 - 2015")]
[assembly: AssemblyCopyright("Copyright © Sangu 2007 - 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]

0 comments on commit 52225af

Please sign in to comment.