Skip to content

Commit

Permalink
Update KuttSharp.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
avestura authored Jul 25, 2020
1 parent 0f480bc commit 0a45497
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions KuttSharp/KuttSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.4.0</Version>
<Authors>0xaryan</Authors>
<Authors>avestura</Authors>
<Description>.NET Package for kutt.it url shortener</Description>
<PackageIcon>kuttlogo.png</PackageIcon>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/0xaryan/KuttSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/0xaryan/KuttSharp</RepositoryUrl>
<PackageProjectUrl>https://github.com/avestura/KuttSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/avestura/KuttSharp</RepositoryUrl>
<PackageTags>netstandard, csharp, url-shortener</PackageTags>
<Copyright>MIT License</Copyright>
<PackageLicense>https://github.com/0xaryan/KuttSharp/blob/master/LICENSE</PackageLicense>
<PackageLicense>https://github.com/avestura/KuttSharp/blob/master/LICENSE</PackageLicense>
<RepositoryType>Public</RepositoryType>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
Expand All @@ -33,4 +33,4 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 0a45497

Please sign in to comment.