Skip to content

Commit afa6fd3

Browse files
committed
update package version and enable latest nuget in pipeline
1 parent 57a730c commit afa6fd3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

PooledStream/PooledStream.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netstandard2.1;netstandard1.1</TargetFrameworks>
55
<!-- <TargetFramework>netstandard2.1</TargetFramework> -->
66
<PackageId>PooledStream</PackageId>
7-
<PackageVersion>0.2.1</PackageVersion>
7+
<PackageVersion>0.2.1.1</PackageVersion>
88
<Authors>itn3000</Authors>
99
<Description>Efficient MemoryStream powered by System.Buffers.ArrayPool</Description>
1010
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>

azure-pipelines.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ stages:
5555
vmImage: windows-2019
5656
displayName: "Publish to nuget.org and github"
5757
steps:
58+
- task: NuGetToolInstaller@0
59+
displayName: enable nuget-5.3.1
60+
inputs:
61+
versionSpec: "5.3.1"
5862
- task: DownloadPipelineArtifact@2
5963
displayName: download nupkg artifacts
6064
inputs:

0 commit comments

Comments
 (0)