- Published to Nuget

This commit is contained in:
Michael Bisbjerg 2013-09-29 16:45:28 +02:00
parent 59b0ce8b48
commit bd550c468c
3 changed files with 22 additions and 2 deletions

BIN
Nuget/TMDbLib.0.7.6.nupkg Normal file

Binary file not shown.

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>TMDbLib</id>
<version>0.7.6</version>
<title>TMDb Library</title>
<authors>LordMike,Naliath</authors>
<owners>LordMike</owners>
<projectUrl>https://github.com/LordMike/TMDbLib</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>TMDb Library wrapper for The Movie Database's API.</description>
<dependencies>
<dependency id="RestSharp" />
</dependencies>
</metadata>
<files>
<file src="..\TMDbLib\bin\Release\TMDbLib.dll" target="lib\net40\TMDbLib.dll" />
<file src="..\TMDbLib\bin\Release\TMDbLib.pdb" target="lib\net40\TMDbLib.pdb" />
</files>
</package>

View File

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// 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("0.7.4.0")]
[assembly: AssemblyFileVersion("0.7.4.0")]
[assembly: AssemblyVersion("0.7.6.0")]
[assembly: AssemblyFileVersion("0.7.6.0")]