Skip to content

Commit 0b65bbf

Browse files
committed
Version is now 1.2.3 :)
1 parent f8f8a8a commit 0b65bbf

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/pull-requests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
pipeline:
1414
uses: ./.github/workflows/pipeline.yaml
1515
with:
16-
version: "1.2.2-pr${{ github.event.number }}-b${{ github.run_number }}"
16+
version: "1.2.3-pr${{ github.event.number }}-b${{ github.run_number }}"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
with:
1515
bake-convention: 'Release'
1616
environment: 'release'
17-
version: "1.2.2"
17+
version: "1.2.3"
1818
secrets:
1919
nuget-api-key: ${{ secrets.NUGET_APIKEY }}

RELEASE_NOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
### New in 1.2.2 (working version, not released yet)
1+
### New in 1.2.3 (released 2025-10-11)
2+
3+
- *Nothing yet...*
4+
5+
### New in 1.2.2 (released 2025-10-11)
26

37
* Fix: Use the ASP.NET Core shared framework reference for non-`netstandard` targets in `EventFlow.AspNetCore` to avoid redundant package references (thanks @thompson-tomo)
48
* Fix: Replace FluentAssertions with Shouldly across the solution to simplify assertion usage (thanks @Focus1337)

0 commit comments

Comments
 (0)