Skip to content

Commit 0a45497

Browse files
authored
Update KuttSharp.csproj
1 parent 0f480bc commit 0a45497

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

KuttSharp/KuttSharp.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Version>0.4.0</Version>
6-
<Authors>0xaryan</Authors>
6+
<Authors>avestura</Authors>
77
<Description>.NET Package for kutt.it url shortener</Description>
88
<PackageIcon>kuttlogo.png</PackageIcon>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
10-
<PackageProjectUrl>https://github.com/0xaryan/KuttSharp</PackageProjectUrl>
11-
<RepositoryUrl>https://github.com/0xaryan/KuttSharp</RepositoryUrl>
10+
<PackageProjectUrl>https://github.com/avestura/KuttSharp</PackageProjectUrl>
11+
<RepositoryUrl>https://github.com/avestura/KuttSharp</RepositoryUrl>
1212
<PackageTags>netstandard, csharp, url-shortener</PackageTags>
1313
<Copyright>MIT License</Copyright>
14-
<PackageLicense>https://github.com/0xaryan/KuttSharp/blob/master/LICENSE</PackageLicense>
14+
<PackageLicense>https://github.com/avestura/KuttSharp/blob/master/LICENSE</PackageLicense>
1515
<RepositoryType>Public</RepositoryType>
1616
<LangVersion>7.3</LangVersion>
1717
</PropertyGroup>
@@ -33,4 +33,4 @@
3333
<ItemGroup>
3434
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
3535
</ItemGroup>
36-
</Project>
36+
</Project>

0 commit comments

Comments
 (0)