bump version
This commit is contained in:
parent
2d53963bcd
commit
16cc70d464
@ -1,3 +1,4 @@
|
||||
REM https://github.com/tonerdo/coverlet/blob/master/Documentation/MSBuildIntegration.md
|
||||
@call dotnet test -c Release /p:CollectCoverage=true /p:Threshold=80 /p:Include=\"[Flurl]*,[Flurl.Http]*\" /p:Exclude="[*]*.GeneratedExtensions" ..\test\Flurl.Test\
|
||||
@if ERRORLEVEL 1 (
|
||||
echo Error! Tests for Flurl failed.
|
||||
|
@ -5,7 +5,7 @@
|
||||
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">netstandard1.0;netstandard1.3;netstandard2.0;</TargetFrameworks>
|
||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||
<PackageId>Flurl</PackageId>
|
||||
<Version>3.0.0-pre1</Version>
|
||||
<Version>3.0.0-pre2</Version>
|
||||
<Authors>Todd Menier</Authors>
|
||||
<Description>A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http.</Description>
|
||||
<PackageProjectUrl>https://flurl.dev</PackageProjectUrl>
|
||||
|
Loading…
x
Reference in New Issue
Block a user