Skip to content

Commit 17493d1

Browse files
Merge pull request #11 from crowdin/nuspec
Nuspec
2 parents 557ca12 + 3b8ebb8 commit 17493d1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/Crowdin.Api.nuspec

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3+
<metadata>
4+
<id>Crowdin.Api.Client</id>
5+
<version>1.0.1</version>
6+
<title>Crowdin API v1 client</title>
7+
<authors>Crowdin</authors>
8+
<owners>Crowdin</owners>
9+
<licenseUrl>https://github.com/crowdin/crowdin-dotnet-client/blob/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/crowdin/crowdin-dotnet-client</projectUrl>
11+
<repository type="git" url="https://github.com/crowdin/crowdin-dotnet-client"/>
12+
<iconUrl>https://support.crowdin.com/assets/logos/crowdin-dark-symbol.png</iconUrl>
13+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14+
<description>.NET client library for Crowdin API v1</description>
15+
<copyright>Copyright 2019 Crowdin</copyright>
16+
<tags>crowdin api client sdk</tags>
17+
<dependencies>
18+
<dependency id="" />
19+
</dependencies>
20+
<summary>The Crowdin .NET client is a lightweight interface to the Crowdin API v1.</summary>
21+
</metadata>
22+
<files>
23+
<file src="README.md" target="" />
24+
</files>
25+
</package>

0 commit comments

Comments
 (0)