File tree Expand file tree Collapse file tree 6 files changed +14
-10
lines changed
octgnFX/Octgn.Online.StandAloneServer Expand file tree Collapse file tree 6 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1+ #3 .1.202.0
2+ + Fixed cards face up being messed up after reconnect - Kelly
3+
14#3 .1.201.0
25+ Fixed bug with winforms conversion when the script line was commented out
36
@@ -3133,5 +3136,6 @@ To come...There are 30 ish more changes that can be found in our commit list htt
31333136
31343137
31353138
3139+
31363140
31373141
Original file line number Diff line number Diff line change 44
55using System . Reflection ;
66
7- [ assembly: AssemblyVersion ( "3.1.201 .0" ) ]
8- [ assembly: AssemblyFileVersion ( "3.1.201 .0" ) ]
9- [ assembly: AssemblyInformationalVersion ( "3.1.201 .0" ) ]
7+ [ assembly: AssemblyVersion ( "3.1.202 .0" ) ]
8+ [ assembly: AssemblyFileVersion ( "3.1.202 .0" ) ]
9+ [ assembly: AssemblyInformationalVersion ( "3.1.202 .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.201 .0"
11- OutFile " OCTGN-Setup-3.1.201 .0.exe"
10+ Name " OCTGN 3.1.202 .0"
11+ OutFile " OCTGN-Setup-3.1.202 .0.exe"
1212ShowInstDetails show
1313LoadLanguageFile " ${NSISDIR}\Contrib\Language files\English.nlf"
1414
1515; Version Information
16- VIProductVersion " 3.1.201 .0"
16+ VIProductVersion " 3.1.202 .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.201 .0"
23+ VIAddVersionKey /LANG= ${LANG_ENGLISH} " FileVersion" " 3.1.202 .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.201 .0</version >
5+ <version >3.1.202 .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.201 .0</version >
5+ <version >3.1.202 .0</version >
66 <title >Octgn.Online.StandAloneServer</title >
77 <authors >Kelly Elton</authors >
88 <owners >Kelly Elton</owners >
Original file line number Diff line number Diff line change 1- Fixed cards face up being messed up after reconnect - Kelly
1+
You can’t perform that action at this time.
0 commit comments