Skip to content

Commit db6cf35

Browse files
committed
rebrand
1 parent 7591b5d commit db6cf35

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

DeepCloner.Core/DeepCloner.Core.csproj

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,25 @@
1414
<DebugType>portable</DebugType>
1515
<DebugSymbols>true</DebugSymbols>
1616
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
17-
<PackageId>Lofcz.Forks.DeepCloner.Core</PackageId>
17+
<PackageId>FastCloner</PackageId>
18+
<PackageIcon>icon.jpg</PackageIcon>
19+
<RepositoryUrl>https://github.com/lofcz/FastCloner</RepositoryUrl>
20+
<RepositoryType>git</RepositoryType>
21+
<PackageTags>deepclone,clone,fastclone,cloner,replicate,duplicate</PackageTags>
1822
</PropertyGroup>
1923

2024
<PropertyGroup>
21-
<Version>0.1.4</Version>
25+
<Version>1.1.4</Version>
2226

23-
<Title>DeepCloner.Core</Title>
24-
<Description>A library for cloning objects, ported from DeepCloner.</Description>
27+
<Title>FastCloner</Title>
28+
<Description>Fast deep cloning library for .NET 8+</Description>
2529
<PackageReadmeFile>README.md</PackageReadmeFile>
2630

27-
<Authors>Adrian Mos, Matěj Štágl</Authors>
31+
<Authors>Matěj Štágl, Adrian Mos, DeepCloner Collaborators</Authors>
2832
<Company />
29-
<Product>IX Libraries</Product>
30-
<Copyright>Adrian Mos, 2024, Matěj Štágl 2025</Copyright>
31-
<PackageProjectUrl>https://github.com/lofcz/DeepCloner</PackageProjectUrl>
33+
<Product>FastCloner</Product>
34+
<Copyright> Matěj Štágl - 2025, Adrian Mos - 2024</Copyright>
35+
<PackageProjectUrl>https://github.com/lofcz/FastCloner</PackageProjectUrl>
3236
<NeutralLanguage>en</NeutralLanguage>
3337
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3438
</PropertyGroup>

DeepCloner.Core/icon.jpg

4.84 KB
Loading

0 commit comments

Comments
 (0)