This commit is contained in:
33
local-nuget/google.apis/1.69.0/Google.Apis.nuspec
Normal file
33
local-nuget/google.apis/1.69.0/Google.Apis.nuspec
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Google.Apis</id>
|
||||
<version>1.69.0</version>
|
||||
<title>Google APIs Client Library</title>
|
||||
<authors>Google LLC</authors>
|
||||
<license type="expression">Apache-2.0</license>
|
||||
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
||||
<icon>NuGetIcon.png</icon>
|
||||
<projectUrl>https://github.com/googleapis/google-api-dotnet-client</projectUrl>
|
||||
<iconUrl>https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png</iconUrl>
|
||||
<description>The Google APIs Client Library is a runtime client for working with Google services.
|
||||
The library supports service requests, media upload and download, etc.</description>
|
||||
<copyright>Copyright 2021 Google LLC</copyright>
|
||||
<tags>Google</tags>
|
||||
<repository type="git" url="https://github.com/googleapis/google-api-dotnet-client" commit="04e805147def8d2ec5b281c97ba77884dc123e0f" />
|
||||
<dependencies>
|
||||
<group targetFramework=".NETFramework4.6.2">
|
||||
<dependency id="Google.Apis.Core" version="1.69.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework="net6.0">
|
||||
<dependency id="Google.Apis.Core" version="1.69.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard2.0">
|
||||
<dependency id="Google.Apis.Core" version="1.69.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
<frameworkAssemblies>
|
||||
<frameworkAssembly assemblyName="System.Net.Http" targetFramework=".NETFramework4.6.2" />
|
||||
</frameworkAssemblies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user