Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
csrakowski committed Jan 8, 2023
1 parent 51c60b0 commit ffeee7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ await foreach (var result in resultStream)

# Release notes

### 1.7.2
* First attempt at enabling SourceLink.

### 1.7.1
* Updated to latest `CSRakowski.AsyncStreamsPreparations`, which uses `Microsoft.Bcl.AsyncInterfaces` (correctly...).

Expand Down
2 changes: 1 addition & 1 deletion src/CSRakowski.Parallel/CSRakowski.Parallel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageTags>Parallel, Async, Batching</PackageTags>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>CSRakowski.Parallel.snk</AssemblyOriginatorKeyFile>
<PackageReleaseNotes>* Updated to latest `CSRakowski.AsyncStreamsPreparations`, which uses `Microsoft.Bcl.AsyncInterfaces` (correctly...).
<PackageReleaseNotes>* First attempt at enabling SourceLink.
</PackageReleaseNotes>
<RootNamespace>CSRakowski.Parallel</RootNamespace>
<AssemblyName>CSRakowski.Parallel</AssemblyName>
Expand Down

0 comments on commit ffeee7a

Please sign in to comment.