Skip to content

Commit

Permalink
Ensure that RepositoryUrl follows documentation (#1634)
Browse files Browse the repository at this point in the history
In the documentation for the [MSBuild Pack Target](https://github.com/emgarten/docs.microsoft.com-nuget/blob/patch-1/docs/reference/msbuild-targets.md#pack-target) it should be `Repository URL used to clone or retrieve source code` and that the example is `https://github.com/NuGet/NuGet.Client.git`.
  • Loading branch information
LordMike authored and JamesNK committed Mar 10, 2018
1 parent a33222f commit 4f1aa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Newtonsoft.Json/Newtonsoft.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageIconUrl>https://www.newtonsoft.com/content/images/nugeticon.png</PackageIconUrl>
<PackageProjectUrl>https://www.newtonsoft.com/json</PackageProjectUrl>
<PackageLicenseUrl>https://raw.github.com/JamesNK/Newtonsoft.Json/master/LICENSE.md</PackageLicenseUrl>
<RepositoryUrl>https://github.com/JamesNK/Newtonsoft.Json</RepositoryUrl>
<RepositoryUrl>https://github.com/JamesNK/Newtonsoft.Json.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RootNamespace>Newtonsoft.Json</RootNamespace>
<AssemblyName>Newtonsoft.Json</AssemblyName>
Expand Down

0 comments on commit 4f1aa39

Please sign in to comment.