Skip to content

Commit a04c9a3

Browse files
committed
Auto generated commit for version 3.1.174.0
[skip ci]
1 parent 5cb3030 commit a04c9a3

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
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.174.0
2+
+ Fixed a few spam errors - Kelly
3+
14
#3.1.173.0
25
+ Can now click through transparent areas of Cards - Kelly
36

@@ -3004,3 +3007,4 @@ To come...There are 30 ish more changes that can be found in our commit list htt
30043007

30053008

30063009

3010+

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

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

0 commit comments

Comments
 (0)