Skip to content

Commit

Permalink
Updating Github references in Nuget package. No functional changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Robertson committed Mar 6, 2020
1 parent 6f56391 commit 8c78401
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion AsyncPipeline/AsyncPipeline.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>AsyncPipeline</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>0.1.0</Version>
<Version>0.1.0.1</Version>
<Authors>Ian Robertson</Authors>
<Product>Async Pipeline</Product>
<Description>Build a flexible chained pipeline that can execute the steps asynchronously
Expand All @@ -14,6 +14,10 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>Pipeline Asynchronous</PackageTags>
<PackageId>Ian.Robertson.AsyncPipeline</PackageId>
<PackageProjectUrl>https://github.com/silentbobbert/AsyncPipeline</PackageProjectUrl>
<RepositoryUrl>https://github.com/silentbobbert/AsyncPipeline.git</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<PackageReleaseNotes>No functional changes, just updating repo URL and Project URL to let users find this project on Github more easily if they find it on Nuget.Org</PackageReleaseNotes>
</PropertyGroup>

</Project>

0 comments on commit 8c78401

Please sign in to comment.