-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon.props
More file actions
44 lines (39 loc) · 1.66 KB
/
common.props
File metadata and controls
44 lines (39 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<Project>
<!--
鍏叡椤圭洰灞炴€ф枃浠?
鐢ㄤ簬 FastDFS.Client 鍜?FastDFS.Client.DependencyInjection 椤圭洰
鍖呯増鏈敱鏍圭洰褰曠殑 Directory.Packages.props 缁熶竴绠$悊
-->
<PropertyGroup Label="Common Properties">
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<PropertyGroup Label="Package Metadata">
<Authors>virtual</Authors>
<Company>FastDFS</Company>
<Product>FastDFS .NET Client</Product>
<Copyright>Copyright (c) 2024 FastDFS Team</Copyright>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/cocosip/FastDFS-dotnet</RepositoryUrl>
<PackageProjectUrl>https://github.com/cocosip/FastDFS-dotnet</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>1.1.1</Version>
<PackageReleaseNotes>Initial release with core functionality:
- FastDFS protocol implementation
- Connection pooling with lifecycle management
- Tracker and Storage client
- Multi-cluster support
- Dependency injection integration
- High-performance Socket-based networking
</PackageReleaseNotes>
<!-- Source Link support for debugging -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
</Project>