Skip to content

Commit 8c405b0

Browse files
committed
chore(release): 1.2.5
1 parent c25bd6e commit 8c405b0

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines.
44

5+
<a name="1.2.5"></a>
6+
## [1.2.5](https://www.github.com/lucafabbri/Concordia/releases/tag/v1.2.5) (2025-09-05)
7+
58
<a name="1.2.4"></a>
69
## [1.2.4](https://www.github.com/lucafabbri/Concordia/releases/tag/v1.2.4) (2025-09-05)
710

Concordia.Core/Concordia.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- NuGet Metadata -->
99
<PackageId>Concordia.Core</PackageId>
10-
<Version>1.2.4</Version>
10+
<Version>1.2.5</Version>
1111
<Authors>Luca Fabbri</Authors>
1212
<Description>A lightweight and powerful .NET Mediator library implementing the Mediator pattern.</Description>
1313
<RepositoryUrl>https://github.com/lucafabbri/Concordia</RepositoryUrl>

Concordia.Generator/Concordia.Generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<IsPackable>true</IsPackable>
1111
<PackageId>Concordia.Generator</PackageId>
12-
<Version>1.2.4</Version>
12+
<Version>1.2.5</Version>
1313
<Authors>Luca Fabbri</Authors>
1414
<Description>A C# Source Generator for automatic handler registration in Concordia.</Description>
1515
<RepositoryUrl>https://github.com/lucafabbri/Concordia</RepositoryUrl>

Concordia.MediatR/Concordia.MediatR.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- NuGet Metadata -->
99
<PackageId>Concordia.MediatR</PackageId>
10-
<Version>1.2.4</Version>
10+
<Version>1.2.5</Version>
1111
<Authors>Luca Fabbri</Authors>
1212
<Description>A compatibility layer for Concordia, mirroring MediatR's reflection-based handler registration.</Description>
1313
<RepositoryUrl>https://github.com/lucafabbri/Concordia</RepositoryUrl>

0 commit comments

Comments
 (0)