Skip to content

Commit 4c2cba2

Browse files
committed
fix package metadata
1 parent f54daa3 commit 4c2cba2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Src/FluentAssertions.Reactive/FluentAssertions.Reactive.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
<PackageDescription>
1212
An extension to use FluidAssertions to test code using the System.Reactive library
1313
</PackageDescription>
14-
<RepositoryUrl>https://github.com/fluentassertions/fluentassertions.reactive</RepositoryUrl>
14+
<PackageProjectUrl>https://github.com/fluentassertions/fluentassertions.reactive</PackageProjectUrl>
15+
<PackageReleaseNotes>See https://github.com/fluentassertions/fluentassertions.reactive/releases</PackageReleaseNotes>
16+
<RepositoryUrl>https://github.com/fluentassertions/fluentassertions.reactive.git</RepositoryUrl>
1517
<RepositoryType>git</RepositoryType>
1618
<PackageTags>MSTest2;xUnit;NUnit;MSpec;NSpec;TDD;BDD;Fluent;netcore;netstandard;uwp;Reactive</PackageTags>
1719
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

0 commit comments

Comments
 (0)