Skip to content

Commit 3a8aa62

Browse files
committed
Update csproj
1 parent b12d82d commit 3a8aa62

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 重构进度
44

5-
目前重构的版本已经完全覆盖旧版本,且性能更高,代码更优美,实现了旧版本未实现的部分功能。
5+
目前重构的版本已经完全覆盖旧版本,且性能更高,代码更优美,实现了旧版本未实现的部分功能。支持最新的 Canal
66

77
English README.md Will be provided after the refactoring is complete.
88

src/CanalSharp/CanalSharp.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
<PropertyGroup>
55
<TargetFramework>netstandard2.1</TargetFramework>
6+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
7+
<PackageTags>canal,binlog,mysql,cdc</PackageTags>
8+
<IncludeSymbols>true</IncludeSymbols>
9+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
610
</PropertyGroup>
711

812
<PropertyGroup Label="Document">
@@ -16,6 +20,7 @@
1620
<RepositoryUrl>https://github.com/dotnetcore/CanalSharp.git</RepositoryUrl>
1721
<RepositoryType>git</RepositoryType>
1822
<PackageProjectUrl>https://github.com/dotnetcore/CanalSharp</PackageProjectUrl>
23+
<Description>This is a completely rewritten version of the code. Please read the documentation and update your code</Description>
1924
</PropertyGroup>
2025

2126
<ItemGroup>
@@ -29,4 +34,11 @@
2934
<Folder Include="Connections\HA\" />
3035
</ItemGroup>
3136

37+
<ItemGroup>
38+
<None Include="..\..\LICENSE">
39+
<Pack>True</Pack>
40+
<PackagePath></PackagePath>
41+
</None>
42+
</ItemGroup>
43+
3244
</Project>

0 commit comments

Comments
 (0)