Skip to content

Commit

Permalink
Update csproj for v5.0.0-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
mattherman committed Apr 15, 2021
1 parent f334a7a commit 08ce3b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,6 @@ _Pvt_Extensions

# mountebank files
mb.pid
mb*.log
mb*.log

.ionide/
4 changes: 2 additions & 2 deletions MbDotNet/MbDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<FileVersion>5.0.0.0</FileVersion>

<!-- NuGet Metadata-->
<Version>5.0.0-rc6</Version>
<Version>5.0.0-rc7</Version>
<PackageId>MbDotNet</PackageId>
<Title>MbDotNet</Title>
<Authors>Matthew Herman</Authors>
Expand All @@ -20,7 +20,7 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>http://github.com/mattherman/MbDotNet</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/mattherman/MbDotNet/releases/tag/v5.0.0-rc6</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/mattherman/MbDotNet/releases/tag/v5.0.0-rc7</PackageReleaseNotes>
<PackageTags>mountebank client wrapper</PackageTags>
<BuildOutputTargetFolder>lib</BuildOutputTargetFolder>
</PropertyGroup>
Expand Down

0 comments on commit 08ce3b2

Please sign in to comment.