Skip to content

Commit dbd356f

Browse files
committed
Auto generated commit for version 3.1.172.0
[skip ci]
1 parent 6632168 commit dbd356f

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#3.1.172.0
2+
13
#3.1.171.0
24

35
#3.1.170.0
@@ -2997,3 +2999,4 @@ To come...There are 30 ish more changes that can be found in our commit list htt
29972999

29983000

29993001

3002+

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.171.0")]
8-
[assembly: AssemblyFileVersion("3.1.171.0")]
9-
[assembly: AssemblyInformationalVersion("3.1.171.0")]
7+
[assembly: AssemblyVersion("3.1.172.0")]
8+
[assembly: AssemblyFileVersion("3.1.172.0")]
9+
[assembly: AssemblyInformationalVersion("3.1.172.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.171.0"
11-
OutFile "OCTGN-Setup-3.1.171.0.exe"
10+
Name "OCTGN 3.1.172.0"
11+
OutFile "OCTGN-Setup-3.1.172.0.exe"
1212
ShowInstDetails show
1313
LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
1414

1515
; Version Information
16-
VIProductVersion "3.1.171.0"
16+
VIProductVersion "3.1.172.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.171.0"
23+
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "3.1.172.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.171.0</version>
5+
<version>3.1.172.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.171.0</version>
5+
<version>3.1.172.0</version>
66
<title>Octgn.Online.StandAloneServer</title>
77
<authors>Kelly Elton</authors>
88
<owners>Kelly Elton</owners>

0 commit comments

Comments
 (0)