Skip to content

Commit 9caf570

Browse files
Update links and add README
1 parent 3c1ee84 commit 9caf570

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/nuget.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<PropertyGroup Label="NuGet">
55
<IsPackable>true</IsPackable>
66
<RepositoryType>git</RepositoryType>
7-
<RepositoryUrl>https://github.com/Microsoft/aspnet-api-versioning</RepositoryUrl>
8-
<PackageIconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</PackageIconUrl>
7+
<RepositoryUrl>https://github.com/dotnet/aspnet-api-versioning</RepositoryUrl>
98
<PackageIcon>icon.png</PackageIcon>
10-
<PackageProjectUrl>https://github.com/Microsoft/aspnet-api-versioning/wiki</PackageProjectUrl>
9+
<PackageProjectUrl>https://github.com/dotnet/aspnet-api-versioning/wiki</PackageProjectUrl>
1110
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1211
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1312
<PackageOutputPath Condition=" $(PackageOutputPath) == '' ">$(MSBuildThisFileDirectory)..\bin</PackageOutputPath>
13+
<PackageReadmeFile>README.md</PackageReadmeFile>
1414
<NoWarn>NU5118;$(NoWarn)</NoWarn>
1515
</PropertyGroup>
1616

0 commit comments

Comments
 (0)