Skip to content

Commit

Permalink
Updates project to 3.0.0
Browse files Browse the repository at this point in the history
- Adds CancellationTokens to Retry
  • Loading branch information
Max Young committed Oct 28, 2019
1 parent d9648bd commit 63ed54a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mulligan/Mulligan.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.0.2</Version>
<Version>3.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>2.0.2.0</AssemblyVersion>
<FileVersion>2.0.2.0</FileVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
</PropertyGroup>

</Project>

0 comments on commit 63ed54a

Please sign in to comment.