Skip to content

Commit f404254

Browse files
committed
Auto generated commit for version 3.1.198.0
[skip ci]
1 parent 110d35c commit f404254

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#3.1.198.0
2+
+ Fixed all build - Kelly
3+
14
#3.1.197.0
25
+ Temp fix for people using WinForms - Kelly
36

@@ -3116,5 +3119,6 @@ To come...There are 30 ish more changes that can be found in our commit list htt
31163119

31173120

31183121

3122+
31193123

31203124

Version.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
using System.Reflection;
66

7-
[assembly: AssemblyVersion("3.1.197.0")]
8-
[assembly: AssemblyFileVersion("3.1.197.0")]
9-
[assembly: AssemblyInformationalVersion("3.1.197.0")]
7+
[assembly: AssemblyVersion("3.1.198.0")]
8+
[assembly: AssemblyFileVersion("3.1.198.0")]
9+
[assembly: AssemblyInformationalVersion("3.1.198.0")]

installer/Install.nsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
!include "GetVC.nsh"
88
!include "WarningXpPage.nsdinc"
99

10-
Name "OCTGN 3.1.197.0"
11-
OutFile "OCTGN-Setup-3.1.197.0.exe"
10+
Name "OCTGN 3.1.198.0"
11+
OutFile "OCTGN-Setup-3.1.198.0.exe"
1212
ShowInstDetails show
1313
LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
1414

1515
; Version Information
16-
VIProductVersion "3.1.197.0"
16+
VIProductVersion "3.1.198.0"
1717
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "OCTGN"
1818
VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "A tabletop engine"
1919
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "OCTGN"
2020
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" ""
2121
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" ""
2222
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "OCTGN release 3"
23-
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "3.1.197.0"
23+
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "3.1.198.0"
2424

2525
; Make plugin directory same as script
2626
!addplugindir .

nuget/Octgn.Library.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Octgn.Library</id>
5-
<version>3.1.197.0</version>
5+
<version>3.1.198.0</version>
66
<title>Octgn Library</title>
77
<authors>Kelly Elton</authors>
88
<owners />

octgnFX/Octgn.Online.StandAloneServer/Octgn.Online.StandAloneServer.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>Octgn.Online.StandAloneServer</id>
5-
<version>3.1.197.0</version>
5+
<version>3.1.198.0</version>
66
<title>Octgn.Online.StandAloneServer</title>
77
<authors>Kelly Elton</authors>
88
<owners>Kelly Elton</owners>

recentchanges.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fixed all build - Kelly
1+

0 commit comments

Comments
 (0)