Skip to content

Commit ffeee7a

Browse files
committed
Updated release notes
1 parent 51c60b0 commit ffeee7a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ await foreach (var result in resultStream)
5555

5656
# Release notes
5757

58+
### 1.7.2
59+
* First attempt at enabling SourceLink.
60+
5861
### 1.7.1
5962
* Updated to latest `CSRakowski.AsyncStreamsPreparations`, which uses `Microsoft.Bcl.AsyncInterfaces` (correctly...).
6063

src/CSRakowski.Parallel/CSRakowski.Parallel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageTags>Parallel, Async, Batching</PackageTags>
1616
<SignAssembly>true</SignAssembly>
1717
<AssemblyOriginatorKeyFile>CSRakowski.Parallel.snk</AssemblyOriginatorKeyFile>
18-
<PackageReleaseNotes>* Updated to latest `CSRakowski.AsyncStreamsPreparations`, which uses `Microsoft.Bcl.AsyncInterfaces` (correctly...).
18+
<PackageReleaseNotes>* First attempt at enabling SourceLink.
1919
</PackageReleaseNotes>
2020
<RootNamespace>CSRakowski.Parallel</RootNamespace>
2121
<AssemblyName>CSRakowski.Parallel</AssemblyName>

0 commit comments

Comments
 (0)