Skip to content

Commit 3cbef14

Browse files
committed
chore(release): 2.3.2
1 parent 74838d2 commit 3cbef14

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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="2.3.2"></a>
6+
## [2.3.2](https://www.github.com/mrdevrobot/Concordia/releases/tag/v2.3.2) (2026-02-02)
7+
8+
### Bug Fixes
9+
10+
* adds Generated suffix to generated files namespace to avoid uninteded using ([74838d2](https://www.github.com/mrdevrobot/Concordia/commit/74838d28e49303a434fe8b7c33ae791618b64f6b))
11+
512
<a name="2.3.1"></a>
613
## [2.3.1](https://www.github.com/mrdevrobot/Concordia/releases/tag/v2.3.1) (2026-02-01)
714

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>2.3.1</Version>
10+
<Version>2.3.2</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>2.3.1</Version>
12+
<Version>2.3.2</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>2.3.1</Version>
10+
<Version>2.3.2</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)