Skip to content

Commit 3bb82df

Browse files
committed
release: update versions
1 parent 0aa3b65 commit 3bb82df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/VCDiff/VCDiff.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>VCDiff</RootNamespace>
66
<TargetFrameworks>netstandard2.1;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
77
<Nullable>enable</Nullable>
8-
<Version>4.0.0</Version>
8+
<Version>4.0.1</Version>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111
</PropertyGroup>
@@ -21,7 +21,7 @@
2121
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2222
</PropertyGroup>
2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="2.1.3" />
24+
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="2.2.0" />
2525
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0" Condition="'$(TargetFramework)' == 'netstandard2.1'" />
2626
</ItemGroup>
2727
</Project>

0 commit comments

Comments
 (0)