Skip to content

Commit 37a434c

Browse files
committed
Updated version to prepare for release
1 parent a1299b6 commit 37a434c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CSRakowski.AsyncStreamsPreparations/CSRakowski.AsyncStreamsPreparations.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageTags>C# 8, AsyncStreams, IAsyncEnumerable, IAsyncDisposable</PackageTags>
1313
<SignAssembly>true</SignAssembly>
1414
<AssemblyOriginatorKeyFile>CSRakowski.AsyncStreamsPreparations.snk</AssemblyOriginatorKeyFile>
15-
<PackageReleaseNotes>* ValueTask usage cleanups.</PackageReleaseNotes>
15+
<PackageReleaseNotes>* Removed netcoreapp3.1 from target frameworks.</PackageReleaseNotes>
1616
</PropertyGroup>
1717

1818
<PropertyGroup Condition="'$(TargetFramework)' == 'net50' or '$(TargetFramework)' == 'netstandard2.1'">

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Authors>Christiaan Rakowski</Authors>
44
<Copyright>Christiaan Rakowski - 2018-2022</Copyright>
5-
<Version>1.4.1</Version>
5+
<Version>1.4.2</Version>
66
<LangVersion>latest</LangVersion>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)