File tree Expand file tree Collapse file tree 5 files changed +12
-9
lines changed
octgnFX/Octgn.Online.StandAloneServer Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 44
55using 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" ) ]
Original file line number Diff line number Diff line change 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"
1212ShowInstDetails show
1313LoadLanguageFile " ${NSISDIR}\Contrib\Language files\English.nlf"
1414
1515; Version Information
16- VIProductVersion " 3.1.171 .0"
16+ VIProductVersion " 3.1.172 .0"
1717VIAddVersionKey /LANG= ${LANG_ENGLISH} " ProductName" " OCTGN"
1818VIAddVersionKey /LANG= ${LANG_ENGLISH} " Comments" " A tabletop engine"
1919VIAddVersionKey /LANG= ${LANG_ENGLISH} " CompanyName" " OCTGN"
2020VIAddVersionKey /LANG= ${LANG_ENGLISH} " LegalTrademarks" " "
2121VIAddVersionKey /LANG= ${LANG_ENGLISH} " LegalCopyright" " "
2222VIAddVersionKey /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 .
Original file line number Diff line number Diff line change 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 />
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments