Skip to content

Commit

Permalink
Merge pull request #1073 from eventflow/fix-project-url
Browse files Browse the repository at this point in the history
Fix NuGet project URL
  • Loading branch information
rasmus authored Jan 8, 2025
2 parents 7977d8d + 12c025b commit a703983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/eventflow/EventFlow</RepositoryUrl>
<PackageProjectUrl>https://docs.geteventflow.net/</PackageProjectUrl>
<PackageProjectUrl>https://geteventflow.net/</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<NeutralLanguage>en-US</NeutralLanguage>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit a703983

Please sign in to comment.