Skip to content

Commit

Permalink
- Version bump. Appveyor.yml is now included in the project to make i…
Browse files Browse the repository at this point in the history
…t mildly easier for me to do this.
  • Loading branch information
chummer5a committed Feb 14, 2018
1 parent 2cfdbd5 commit 6e93131
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Chummer.sln
Expand Up @@ -13,6 +13,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3BA63651-26F7-43C4-B47A-AEA1E4181434}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
LICENSE.txt = LICENSE.txt
EndProjectSection
EndProject
Expand All @@ -25,9 +26,6 @@ EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Translator", "Translator\Translator.csproj", "{B65D0252-6BCB-4901-9CA6-856EF785DF8D}"
EndProject
Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Expand Down Expand Up @@ -101,4 +99,7 @@ Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal
4 changes: 2 additions & 2 deletions Chummer/Properties/AssemblyInfo.cs
Expand Up @@ -48,5 +48,5 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("5.197.0")]
[assembly: AssemblyFileVersion("5.197.0")]
[assembly: AssemblyVersion("5.198.0")]
[assembly: AssemblyFileVersion("5.198.0")]
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: "5.197.{build}"
version: "5.198.{build}"
branches:
only:
- master
Expand Down

0 comments on commit 6e93131

Please sign in to comment.