Skip to content

Commit e060839

Browse files
committed
Update project versions to v3.3.19
1 parent 99904e4 commit e060839

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
@@ -10,7 +10,7 @@
1010
<IncludeBuildOutput>false</IncludeBuildOutput>
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<PackageId>FastCloner.SourceGenerator</PackageId>
13-
<Version>1.0.2</Version>
13+
<Version>1.0.3</Version>
1414
<Authors>Matěj Štágl</Authors>
1515
<Description>Source generator for FastCloner that generates high-performance deep clone methods at compile time.</Description>
1616
<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
@@ -25,7 +25,7 @@
2525
</PropertyGroup>
2626

2727
<PropertyGroup>
28-
<Version>3.3.18</Version>
28+
<Version>3.3.19</Version>
2929

3030
<Title>FastCloner</Title>
3131
<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)