Skip to content

Commit 7003bff

Browse files
committed
Updated version number
1 parent 8ec915b commit 7003bff

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>* Changed to using `Microsoft.Bcl.AsyncInterfaces` for supported frameworks (correctly...).</PackageReleaseNotes>
15+
<PackageReleaseNotes>* First attempt at enabling SourceLink.</PackageReleaseNotes>
1616
</PropertyGroup>
1717

1818
<PropertyGroup>

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-2023</Copyright>
5-
<Version>1.5.1</Version>
5+
<Version>1.5.2</Version>
66
<LangVersion>latest</LangVersion>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)