Skip to content

Commit

Permalink
revert Version -> PackageVersion rename
Browse files Browse the repository at this point in the history
broke draft-release workflow
  • Loading branch information
Todd committed Dec 13, 2023
1 parent 1f3fd3d commit e620fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Flurl.Http/Flurl.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>9.0</LangVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Flurl.Http</PackageId>
<PackageVersion>4.0.0</PackageVersion>
<Version>4.0.0</Version>
<Authors>Todd Menier</Authors>
<Description>4.0 contains breaking changes! See flurl.dev/upgrade</Description>
<Copyright>Copyright (c) Todd Menier 2023.</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/Flurl/Flurl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>netstandard2.0;net461;net472</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Flurl</PackageId>
<PackageVersion>4.0.0</PackageVersion>
<Version>4.0.0</Version>
<Authors>Todd Menier</Authors>
<Description>A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http.</Description>
<Copyright>Copyright (c) Todd Menier 2023.</Copyright>
Expand Down

0 comments on commit e620fab

Please sign in to comment.