Skip to content

Commit 75cf8d7

Browse files
committed
📝 Chore: Rename
1 parent 553a710 commit 75cf8d7

14 files changed

Lines changed: 13 additions & 48 deletions

File tree

Algorithm.Interop/Properties/PublishProfiles/linux-x64.pubxml

Lines changed: 0 additions & 17 deletions
This file was deleted.

Algorithm.Interop/Properties/PublishProfiles/win-x64.pubxml

Lines changed: 0 additions & 18 deletions
This file was deleted.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
cmake_minimum_required (VERSION 3.8)
55

6-
project ("Algorithm")
6+
project ("Common.Algorithm")
77

88
# 包含子项目。
99
add_subdirectory ("Base")

Algorithm.Interop/Algorithm.Interop.csproj renamed to Common.Algorithm.Interop/Common.Algorithm.Interop.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
<Nullable>enable</Nullable>
77
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
88
<Authors>Dynesshely</Authors>
9-
<Company>Catrol</Company>
9+
<Company>Crequency</Company>
1010
<Description>An Interop Library for Algorithm</Description>
11-
<Copyright>Copyright © Catrol 2022-present. All Rights Reserved.</Copyright>
12-
<PackageProjectUrl>https://github.com/Crequency/Algorithm</PackageProjectUrl>
11+
<Copyright>Copyright © Crequency 2022-present. All Rights Reserved.</Copyright>
12+
<PackageProjectUrl>https://github.com/Crequency/Common.Algorithm</PackageProjectUrl>
1313
<PackageIcon>icon.png</PackageIcon>
14-
<RepositoryUrl>https://github.com/Crequency/Algorithm</RepositoryUrl>
14+
<RepositoryUrl>https://github.com/Crequency/Common.Algorithm</RepositoryUrl>
1515
<RepositoryType>git</RepositoryType>
1616
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
1717
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
18-
<PackageId>Catrol.$(AssemblyName)</PackageId>
18+
<PackageId>$(AssemblyName)</PackageId>
1919
<SignAssembly>False</SignAssembly>
2020

2121
<AssemblyVersion>$(Version)</AssemblyVersion>
File renamed without changes.
File renamed without changes.

Algorithm.UnitTest/Algorithm.UnitTest.csproj renamed to Common.Algorithm.UnitTest/Common.Algorithm.UnitTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</ItemGroup>
2323

2424
<ItemGroup>
25-
<ProjectReference Include="..\Algorithm.Interop\Algorithm.Interop.csproj" />
25+
<ProjectReference Include="..\Common.Algorithm.Interop\Common.Algorithm.Interop.csproj" />
2626
</ItemGroup>
2727

2828
</Project>

0 commit comments

Comments
 (0)