Skip to content

Commit

Permalink
Remove wrong RepositoryUrl property
Browse files Browse the repository at this point in the history
There were two `RepositoryUrl` properties, one with the correct value (`https://github.com/nodatime/nodatime.serialization`) and one with a wrong value (`https://github.com/nodatime/nodatime`).

Unfortunately, the one with the wrong value was picked when creating the NuGet package, making it difficult to find the release notes from the [NuGet page](https://www.nuget.org/packages/NodaTime.Serialization.SystemTextJson) that was pointing to the wrong _Source repository_.
  • Loading branch information
0xced authored and jskeet committed Aug 21, 2023
1 parent 9a537c2 commit 5e5e771
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<RepositoryUrl>https://github.com/nodatime/nodatime.serialization</RepositoryUrl>
<PackageProjectUrl>https://nodatime.org/</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/nodatime/nodatime</RepositoryUrl>
<Authors>The Noda Time authors</Authors>

<!-- Properties to get SourceLink to work -->
Expand Down

0 comments on commit 5e5e771

Please sign in to comment.