Skip to content

Commit d0b7fa1

Browse files
committed
Update project versions to v3.4.5
1 parent 12231ae commit d0b7fa1

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.4</Version>
21+
<Version>1.1.5</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.4</Version>
31+
<Version>3.4.5</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)