Skip to content

Commit

Permalink
Version 1.1 (in NuGet)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayIT committed Dec 5, 2015
1 parent 07e61c9 commit ba996dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/TexasHoldem.Logic/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
// 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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: InternalsVisibleTo("TexasHoldem.Logic.Tests")]
2 changes: 1 addition & 1 deletion TexasHoldemGameEngine.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>TexasHoldemGameEngine</id>
<version>1.0.0</version>
<version>1.1.0</version>
<title>Texas Hold'em Game Engine</title>
<authors>Nikolay.IT</authors>
<licenseUrl>https://github.com/NikolayIT/TexasHoldemGameEngine/blob/master/LICENSE</licenseUrl>
Expand Down

0 comments on commit ba996dd

Please sign in to comment.