Skip to content

Commit

Permalink
Auto generated commit for version 3.1.254.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
kellyelton committed Mar 25, 2016
1 parent 6cbde1a commit 4e8c99f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,5 @@
#3.1.254.0

#3.1.253.0
+ Hello 4.5 - Kelly

Expand Down Expand Up @@ -3359,5 +3361,6 @@ To come...There are 30 ish more changes that can be found in our commit list htt






6 changes: 3 additions & 3 deletions Version.cs
Expand Up @@ -4,6 +4,6 @@

using System.Reflection;

[assembly: AssemblyVersion("3.1.253.0")]
[assembly: AssemblyFileVersion("3.1.253.0")]
[assembly: AssemblyInformationalVersion("3.1.253.0")]
[assembly: AssemblyVersion("3.1.254.0")]
[assembly: AssemblyFileVersion("3.1.254.0")]
[assembly: AssemblyInformationalVersion("3.1.254.0")]
8 changes: 4 additions & 4 deletions installer/Install.nsi
Expand Up @@ -4,20 +4,20 @@
!include "LogicLib.nsh"
!include "WarningXpPage.nsdinc"

Name "OCTGN 3.1.253.0"
OutFile "OCTGN-Setup-3.1.253.0.exe"
Name "OCTGN 3.1.254.0"
OutFile "OCTGN-Setup-3.1.254.0.exe"
ShowInstDetails show
LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"

; Version Information
VIProductVersion "3.1.253.0"
VIProductVersion "3.1.254.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "OCTGN"
VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "A tabletop engine"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "OCTGN"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" ""
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" ""
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "OCTGN release 3"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "3.1.253.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "3.1.254.0"

; Make plugin directory same as script
!addplugindir .
Expand Down
2 changes: 1 addition & 1 deletion nuget/Octgn.Library.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Octgn.Library</id>
<version>3.1.253.0</version>
<version>3.1.254.0</version>
<title>Octgn Library</title>
<authors>Kelly Elton</authors>
<owners />
Expand Down
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Octgn.Online.StandAloneServer</id>
<version>3.1.253.0</version>
<version>3.1.254.0</version>
<title>Octgn.Online.StandAloneServer</title>
<authors>Kelly Elton</authors>
<owners>Kelly Elton</owners>
Expand Down

0 comments on commit 4e8c99f

Please sign in to comment.