Skip to content

Commit ceecc4c

Browse files
committed
Update project versions to v3.4.3
1 parent 3d14656 commit ceecc4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/FastCloner.SourceGenerator/FastCloner.SourceGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<IncludeBuildOutput>false</IncludeBuildOutput>
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1414
<PackageId>FastCloner.SourceGenerator</PackageId>
15-
<Version>1.1.2</Version>
15+
<Version>1.1.3</Version>
1616
<Authors>Matěj Štágl</Authors>
1717
<Description>Source generator for FastCloner that generates high-performance deep clone methods at compile time.</Description>
1818
<PackageTags>cloning;source-generator;roslyn;performance</PackageTags>

src/FastCloner/FastCloner.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</PropertyGroup>
2828

2929
<PropertyGroup>
30-
<Version>3.4.2</Version>
30+
<Version>3.4.3</Version>
3131

3232
<Title>FastCloner</Title>
3333
<Description>The fastest deep cloning library, supporting anything from .NET 4.6 to modern .NET 10+ with no dependencies. FastCloner uses a unique source generator capable of analyzing object graphs and cloning object without explicit annotations. For types that cannot be cloned, such as HttpClient, FastCloner uses a highly optimized reflection-based fallback. Zero dependencies, blazingly fast, built for developers who need cloning that just works.</Description>

0 commit comments

Comments
 (0)