Skip to content

Commit

Permalink
Added SantaseGameEngine.nuspec and uploaded to NuGet: https://www.nug…
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayIT committed Nov 23, 2015
1 parent 57d623a commit e4da1b7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Bulgarian: https://bg.wikipedia.org/wiki/%D0%A1%D0%B0%D0%BD%D1%82%D0%B0%D1%81%D0

The code in `Santase.Logic` library is unit tested with more than **250 tests** and is **100% covered**.

NuGet package: https://www.nuget.org/packages/SantaseGameEngine

### Source code requirements

**Visual Studio 2015** is required in order for the code to be compiled correctly.
Expand Down
20 changes: 20 additions & 0 deletions SantaseGameEngine.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SantaseGameEngine</id>
<version>1.1.0</version>
<title>Santase Card Game Engine</title>
<authors>Nikolay.IT</authors>
<licenseUrl>https://github.com/NikolayIT/SantaseGameEngine/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/NikolayIT/SantaseGameEngine</projectUrl>
<iconUrl>https://raw.githubusercontent.com/NikolayIT/SantaseGameEngine/master/Documentation/Logo_300x300.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Game engine for Santase (known as 66, Сантасе, Sixty-six or Sechsundsechzig). It is a fast 6-card game for 2 players played with a deck of 24 cards consisting of the Ace, Ten, King, Queen, Jack and Nine.</description>
<releaseNotes>Stable version. The code in Santase.Logic library is unit tested with more than 250 tests and is 100% covered.</releaseNotes>
<copyright>Copyright (c) 2015 Nikolay Kostov</copyright>
<tags>Santase, 66, Сантасе, Sixty-six, Sechsundsechzig, Schnapsen, card game</tags>
</metadata>
<files>
<file src="Source\Santase.Logic\bin\Release\Santase.Logic.dll" target="lib\Santase.Logic.dll" />
</files>
</package>

0 comments on commit e4da1b7

Please sign in to comment.