Skip to content

Commit c8bb20b

Browse files
committed
Merge branch 'next' of https://github.com/lofcz/FastCloner into next
2 parents fe3818c + ceecc4c commit c8bb20b

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
@@ -18,7 +18,7 @@
1818
<IncludeBuildOutput>false</IncludeBuildOutput>
1919
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2020
<PackageId>FastCloner.SourceGenerator</PackageId>
21-
<Version>1.1.2</Version>
21+
<Version>1.1.3</Version>
2222
<Authors>Matěj Štágl</Authors>
2323
<Description>Source generator for FastCloner that generates high-performance deep clone methods at compile time.</Description>
2424
<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
@@ -28,7 +28,7 @@
2828
</PropertyGroup>
2929

3030
<PropertyGroup>
31-
<Version>3.4.2</Version>
31+
<Version>3.4.3</Version>
3232

3333
<Title>FastCloner</Title>
3434
<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)