Skip to content

Commit

Permalink
Auto generated commit for version 3.0.5.47
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Feb 5, 2013
1 parent a1cb593 commit 7ae03a9
Show file tree
Hide file tree
Showing 19 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions currentversion.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<OCTGN>
<script/>
<Updates>
<Version>3.0.4.47</Version>
<Location>http://www.octgn.net/download/OCTGN-Setup-3.0.4.47.exe</Location>
<Version>3.0.5.47</Version>
<Location>http://www.octgn.net/download/OCTGN-Setup-3.0.5.47.exe</Location>
</Updates>
</OCTGN>
4 changes: 2 additions & 2 deletions deploy/currentversiontest.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<info>
<release>
<version>3.0.4.47</version>
<installPath>downloadtest/OCTGN-Test-Setup-3.0.4.47.exe</installPath>
<version>3.0.5.47</version>
<installPath>downloadtest/OCTGN-Test-Setup-3.0.5.47.exe</installPath>
<updatePath>downloadtest/update.zip</updatePath>
</release>
</info>
8 changes: 4 additions & 4 deletions installer/Install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
!include "GetDotNet.nsh"
!include "GetVC.nsh"

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

; Version Information
VIProductVersion "3.0.4.47"
VIProductVersion "3.0.5.47"
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.0.4.47"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "3.0.5.47"

; Make plugin directory same as script
!addplugindir .
Expand Down
8 changes: 4 additions & 4 deletions installer/InstallTest.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
!include "GetDotNet.nsh"
!include "GetVC.nsh"

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

; Version Information
VIProductVersion "3.0.4.47"
VIProductVersion "3.0.5.47"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "OCTGN - Test"
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.0.4.47"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "3.0.5.47"

; Make plugin directory same as script
!addplugindir .
Expand Down
Binary file modified nuget/Octgn.Library.nupkg
Binary file not shown.
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.0.4.47</version>
<version>3.0.5.47</version>
<title>Octgn Library</title>
<authors>Kelly Elton</authors>
<owners />
Expand Down
4 changes: 2 additions & 2 deletions octgnFX/Octgn.Data/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("3.0.4.47")]
[assembly: AssemblyFileVersion("3.0.4.47")]
[assembly: AssemblyVersion("3.0.5.47")]
[assembly: AssemblyFileVersion("3.0.5.47")]
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ public Version RequiredByOctgnVersion
{
get
{
// Don't allow this plugin to be used in any version less than 3.0.4.47
return Version.Parse("3.0.4.47");
// Don't allow this plugin to be used in any version less than 3.0.5.47
return Version.Parse("3.0.5.47");
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.4.47")]
[assembly: AssemblyFileVersion("3.0.4.47")]
[assembly: AssemblyVersion("3.0.5.47")]
[assembly: AssemblyFileVersion("3.0.5.47")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.Library/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.4.47")]
[assembly: AssemblyFileVersion("3.0.4.47")]
[assembly: AssemblyVersion("3.0.5.47")]
[assembly: AssemblyFileVersion("3.0.5.47")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.LobbyServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("3.0.4.47")]
[assembly: AssemblyFileVersion("3.0.4.47")]
[assembly: AssemblyVersion("3.0.5.47")]
[assembly: AssemblyFileVersion("3.0.5.47")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.ReleasePusher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.4.47")]
[assembly: AssemblyFileVersion("3.0.4.47")]
[assembly: AssemblyVersion("3.0.5.47")]
[assembly: AssemblyFileVersion("3.0.5.47")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.Server/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("3.0.4.47")]
[assembly: AssemblyFileVersion("3.0.4.47")]
[assembly: AssemblyVersion("3.0.5.47")]
[assembly: AssemblyFileVersion("3.0.5.47")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.StandAloneServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("3.0.4.47")]
[assembly: AssemblyFileVersion("3.0.4.47")]
[assembly: AssemblyVersion("3.0.5.47")]
[assembly: AssemblyFileVersion("3.0.5.47")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.4.47")]
[assembly: AssemblyFileVersion("3.0.4.47")]
[assembly: AssemblyVersion("3.0.5.47")]
[assembly: AssemblyFileVersion("3.0.5.47")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.Updater/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.4.47")]
[assembly: AssemblyFileVersion("3.0.4.47")]
[assembly: AssemblyVersion("3.0.5.47")]
[assembly: AssemblyFileVersion("3.0.5.47")]
2 changes: 1 addition & 1 deletion octgnFX/Octgn/CurrentVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.4.47
3.0.5.47
4 changes: 2 additions & 2 deletions octgnFX/Octgn/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("3.0.4.47")]
[assembly: AssemblyFileVersion("3.0.4.47")]
[assembly: AssemblyVersion("3.0.5.47")]
[assembly: AssemblyFileVersion("3.0.5.47")]
4 changes: 2 additions & 2 deletions octgnFX/Skylabs.Lobby/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("3.0.4.47")]
[assembly: AssemblyFileVersion("3.0.4.47")]
[assembly: AssemblyVersion("3.0.5.47")]
[assembly: AssemblyFileVersion("3.0.5.47")]

0 comments on commit 7ae03a9

Please sign in to comment.