Skip to content

Update AsyncInterfaces to 10.0.2, bump project versions#51

Merged
Chris-Wolfgang merged 1 commit intomainfrom
updates
Jan 15, 2026
Merged

Update AsyncInterfaces to 10.0.2, bump project versions#51
Chris-Wolfgang merged 1 commit intomainfrom
updates

Conversation

@Chris-Wolfgang
Copy link
Copy Markdown
Owner

Upgraded Microsoft.Bcl.AsyncInterfaces to 10.0.2 in all projects and updated related reference paths. Incremented Wolfgang.Etl.Abstractions and its test project to version 0.8.1. Also updated System.Linq.AsyncEnumerable to 10.0.2 for .NET 8.0+ test targets.

Description

Fixes/Complete # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactor

How Has This Been Tested?

  • Test A
  • Test B

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Screenshots (if applicable)

Additional context

Upgraded Microsoft.Bcl.AsyncInterfaces to 10.0.2 in all projects and updated related reference paths. Incremented Wolfgang.Etl.Abstractions and its test project to version 0.8.1. Also updated System.Linq.AsyncEnumerable to 10.0.2 for .NET 8.0+ test targets.
Copilot AI review requested due to automatic review settings January 15, 2026 01:44
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Microsoft.Bcl.AsyncInterfaces dependency from version 10.0.1 to 10.0.2 across all projects and bumps the project version from 0.8.0 to 0.8.1 for Wolfgang.Etl.Abstractions and its test project.

Changes:

  • Updated Microsoft.Bcl.AsyncInterfaces from 10.0.1 to 10.0.2 in the main library, all .NET 4.8 examples, and their associated packages.config files
  • Updated System.Linq.AsyncEnumerable from 10.0.1 to 10.0.2 for .NET 8.0+ test targets
  • Incremented project version to 0.8.1 for Wolfgang.Etl.Abstractions and Wolfgang.Etl.Abstractions.Tests.Unit

Reviewed changes

Copilot reviewed 18 out of 18 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/Wolfgang.Etl.Abstractions/Wolfgang.Etl.Abstractions.csproj Updated project version to 0.8.1 and Microsoft.Bcl.AsyncInterfaces to 10.0.2
tests/Wolfgang.Etl.Abstractions.Tests.Unit/Wolfgang.Etl.Abstractions.Tests.Unit.csproj Updated project version to 0.8.1 and System.Linq.AsyncEnumerable to 10.0.2 for .NET 8.0+ targets
examples/Net4.8/Example1-BasicETL/Example1-BasicETL.csproj Updated assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces 10.0.2
examples/Net4.8/Example1-BasicETL/packages.config Updated Microsoft.Bcl.AsyncInterfaces package version to 10.0.2
examples/Net4.8/Example2-WithCancellationToken/Example2-WithCancellationToken.csproj Updated assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces 10.0.2
examples/Net4.8/Example2-WithCancellationToken/packages.config Updated Microsoft.Bcl.AsyncInterfaces package version to 10.0.2
examples/Net4.8/Example3-WithGracefulCancellation/Example3-WithGracefulCancellation.csproj Updated assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces 10.0.2
examples/Net4.8/Example3-WithGracefulCancellation/packages.config Updated Microsoft.Bcl.AsyncInterfaces package version to 10.0.2
examples/Net4.8/Example4a-WithExtractorProgress/Example4a-WithExtractorProgress.csproj Updated assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces 10.0.2
examples/Net4.8/Example4a-WithExtractorProgress/packages.config Updated Microsoft.Bcl.AsyncInterfaces package version to 10.0.2
examples/Net4.8/Example4b-WithTransformerProgress/Example4b-WithTransformerProgress.csproj Updated assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces 10.0.2
examples/Net4.8/Example4b-WithTransformerProgress/packages.config Updated Microsoft.Bcl.AsyncInterfaces package version to 10.0.2
examples/Net4.8/Example4c-WithLoaderProgress/Example4c-WithLoaderProgress.csproj Updated assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces 10.0.2
examples/Net4.8/Example4c-WithLoaderProgress/packages.config Updated Microsoft.Bcl.AsyncInterfaces package version to 10.0.2
examples/Net4.8/Example5a-ExtractorWithProgressAndCancellation/Example5a-ExtractorWithProgressAndCancellation.csproj Updated assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces 10.0.2
examples/Net4.8/Example5a-ExtractorWithProgressAndCancellation/packages.config Updated Microsoft.Bcl.AsyncInterfaces package version to 10.0.2
examples/Net4.8/Example6-ReducingDuplicateCode/Example6-ReducingDuplicateCode.csproj Updated assembly reference version and hint path for Microsoft.Bcl.AsyncInterfaces 10.0.2
examples/Net4.8/Example6-ReducingDuplicateCode/packages.config Updated Microsoft.Bcl.AsyncInterfaces package version to 10.0.2

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Chris-Wolfgang Chris-Wolfgang merged commit 49cd2c6 into main Jan 15, 2026
9 of 10 checks passed
@Chris-Wolfgang Chris-Wolfgang deleted the updates branch January 15, 2026 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants