mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2025-02-18 20:50:40 +00:00
- Published to Nuget
This commit is contained in:
parent
59b0ce8b48
commit
bd550c468c
BIN
Nuget/TMDbLib.0.7.6.nupkg
Normal file
BIN
Nuget/TMDbLib.0.7.6.nupkg
Normal file
Binary file not shown.
20
Nuget/TMDbLib.0.7.6.nuspec
Normal file
20
Nuget/TMDbLib.0.7.6.nuspec
Normal 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>
|
@ -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")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user