mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
Enable XML Docs and nuget specs
This commit is contained in:
parent
a82bbbf5b7
commit
b5b09432b3
@ -4,6 +4,10 @@
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<DocumentationFile>bin\Debug\netstandard2.0\SpotifyAPI.Web.Auth.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="EmbedIO" Version="1.15.0" />
|
||||
</ItemGroup>
|
||||
|
26
SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.nuspec
Normal file
26
SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.nuspec
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>SpotifyAPI.Web.Auth</id>
|
||||
<version>3.0.0</version>
|
||||
<title>SpotifyAPI.Web.Auth</title>
|
||||
<authors>JohnnyCrazy</authors>
|
||||
<owners>JohnnyCrazy</owners>
|
||||
<licenseUrl>https://github.com/JohnnyCrazy/SpotifyAPI-NET/blob/master/LICENSE</licenseUrl>
|
||||
<projectUrl>https://github.com/JohnnyCrazy/SpotifyAPI-NET/</projectUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>
|
||||
An API for Spotify's Web API, written in .NET
|
||||
|
||||
For more infos, visit https://github.com/JohnnyCrazy/SpotifyAPI-NET
|
||||
</description>
|
||||
<language />
|
||||
<tags>spotify api music .net c# spotify-client</tags>
|
||||
<dependencies>
|
||||
<dependency id="Newtonsoft.Json" version="11.0.2" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
</files>
|
||||
</package>
|
@ -4,6 +4,10 @@
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<DocumentationFile>bin\Debug\netstandard2.0\SpotifyAPI.Web.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
|
||||
</ItemGroup>
|
||||
|
26
SpotifyAPI.Web/SpotifyAPI.Web.nuspec
Normal file
26
SpotifyAPI.Web/SpotifyAPI.Web.nuspec
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>SpotifyAPI.Web</id>
|
||||
<version>3.0.0</version>
|
||||
<title>SpotifyAPI.Web</title>
|
||||
<authors>JohnnyCrazy</authors>
|
||||
<owners>JohnnyCrazy</owners>
|
||||
<licenseUrl>https://github.com/JohnnyCrazy/SpotifyAPI-NET/blob/master/LICENSE</licenseUrl>
|
||||
<projectUrl>https://github.com/JohnnyCrazy/SpotifyAPI-NET/</projectUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>
|
||||
Authorization Flows for the Spotify's Web API, written in .NET
|
||||
|
||||
For more infos, visit https://github.com/JohnnyCrazy/SpotifyAPI-NET
|
||||
</description>
|
||||
<language />
|
||||
<tags>spotify api music .net c# spotify-client</tags>
|
||||
<dependencies>
|
||||
<dependency id="EmbedIO" version="1.15.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
</files>
|
||||
</package>
|
Loading…
Reference in New Issue
Block a user