Skip to content

Commit

Permalink
Auto generated commit for version 3.1.293.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
kellyelton committed May 7, 2017
1 parent e5e7a5e commit 50f83e8
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#3.1.293.0
+ Added a checkbox to hide alternates from deck editor searches

#3.1.292.0
+ Updated some packages - Kelly

Expand Down Expand Up @@ -3519,5 +3522,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
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

using System.Reflection;

[assembly: AssemblyVersion("3.1.292.0")]
[assembly: AssemblyFileVersion("3.1.292.0")]
[assembly: AssemblyInformationalVersion("3.1.292.0")]
[assembly: AssemblyVersion("3.1.293.0")]
[assembly: AssemblyFileVersion("3.1.293.0")]
[assembly: AssemblyInformationalVersion("3.1.293.0")]
8 changes: 4 additions & 4 deletions installer/Install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
!include "LogicLib.nsh"
!include "WarningXpPage.nsdinc"

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

; Version Information
VIProductVersion "3.1.292.0"
VIProductVersion "3.1.293.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.292.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "3.1.293.0"

; Make plugin directory same as script
!addplugindir .
Expand Down
2 changes: 1 addition & 1 deletion nuget/Octgn.Library.nuspec
Original file line number Diff line number Diff line change
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.292.0</version>
<version>3.1.293.0</version>
<title>Octgn Library</title>
<authors>Kelly Elton</authors>
<owners />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Octgn.Online.GameService</id>
<version>3.1.292.0</version>
<version>3.1.293.0</version>
<title>Octgn.Online.GameService</title>
<authors>Kelly Elton</authors>
<owners>Kelly Elton</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Octgn.Online.StandAloneServer</id>
<version>3.1.292.0</version>
<version>3.1.293.0</version>
<title>Octgn.Online.StandAloneServer</title>
<authors>Kelly Elton</authors>
<owners>Kelly Elton</owners>
Expand Down
2 changes: 0 additions & 2 deletions recentchanges.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Added a checkbox to hide alternates from deck editor searches


0 comments on commit 50f83e8

Please sign in to comment.