Skip to content

Commit

Permalink
Pushed 0.9.0.1-alpha to Nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
LordMike committed Mar 1, 2016
1 parent dfaa254 commit 6fb07dd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
Binary file added Nuget/TMDbLib.0.9.0.1-alpha.nupkg
Binary file not shown.
20 changes: 20 additions & 0 deletions Nuget/TMDbLib.0.9.0.1-alpha.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/10/nuspec.xsd">
<metadata>
<id>TMDbLib</id>
<version>0.9.0.1-alpha</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="Newtonsoft.Json" version="7.0.0" />
</dependencies>
</metadata>
<files>
<file src="..\TMDbLib\bin\Release\TMDbLib.dll" target="lib\net45\TMDbLib.dll" />
<file src="..\TMDbLib\bin\Release\TMDbLib.pdb" target="lib\net45\TMDbLib.pdb" />
</files>
</package>
4 changes: 2 additions & 2 deletions TMDbLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.0.0")]
[assembly: AssemblyVersion("0.9.0.1")]
[assembly: AssemblyFileVersion("0.9.0.1")]

0 comments on commit 6fb07dd

Please sign in to comment.