Melek.Domain 1.0.9
A library that defines a domain of classes to describe cards from Magic: the Gathering. Goes great with (and is required by) the Melek.Client package, but you can also use this as a standalone if it suits your needs.
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Melek.Domain</id>
<version>1.0.9</version>
<authors>Jammereware, LLC</authors>
<owners>Jammereware, LLC</owners>
<projectUrl>https://github.com/jammerware/melek</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A library that defines a domain of classes to describe cards from Magic: the Gathering. Goes great with (and is required by) the Melek.Client package, but you can also use this as a standalone if it suits your needs.</description>
<tags>magic: the gathering</tags>
<dependencies>
<group targetFramework="DNX4.5.1">
<dependency id="Bazam" version="3.0.3" />
<dependency id="Newtonsoft.Json" version="7.0.1" />
</group>
<group targetFramework="DNXCore5.0">
<dependency id="Bazam" version="3.0.3" />
<dependency id="Newtonsoft.Json" version="7.0.1" />
<dependency id="System.Collections" version="4.0.10-beta-22816" />
<dependency id="System.Linq" version="4.0.0-beta-22816" />
<dependency id="System.Threading" version="4.0.10-beta-22816" />
<dependency id="Microsoft.CSharp" version="4.0.0-beta-22816" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="mscorlib" targetFramework="DNX4.5.1" />
<frameworkAssembly assemblyName="System" targetFramework="DNX4.5.1" />
<frameworkAssembly assemblyName="System.Core" targetFramework="DNX4.5.1" />
<frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework="DNX4.5.1" />
</frameworkAssemblies>
</metadata>
</package>