We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5405024 commit 726f166Copy full SHA for 726f166
src/SubDBSharp.csproj
@@ -1,7 +1,14 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>netstandard1.4</TargetFramework>
5
+ <Copyright>Copyright © 2017</Copyright>
6
+ <PackageProjectUrl>https://github.com/nibblesoft/SubDBSharp</PackageProjectUrl>
7
+ <Description>C# implementation of http://thesubdb.com/api/</Description>
8
+ <Version>1.0.1</Version>
9
+ <PackageTags>subdb subtitleapi subdbapi thesubdb ivandrofly ivandro ismael</PackageTags>
10
+ <RepositoryUrl>https://github.com/nibblesoft/SubDBSharp</RepositoryUrl>
11
+ <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
12
</PropertyGroup>
13
14
</Project>
0 commit comments