|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <ImplicitUsings>enable</ImplicitUsings> |
5 | | - <Nullable>enable</Nullable> |
6 | | - <TargetFrameworks>net8.0;net9.0;net10.0;</TargetFrameworks> |
7 | | - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
8 | | - <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
9 | | - <Title>NTDLS.CatMQ.Client</Title> |
10 | | - <Copyright>Copyright © 2025 NetworkDLS</Copyright> |
11 | | - <Description> |
12 | | - A high-performance and reliable persistent message queue designed for efficient inter-process communication, task queuing, load balancing, and data buffering over TCP/IP. |
13 | | - </Description> |
14 | | - <PackageProjectUrl>https://github.com/NTDLS/NTDLS.CatMQ</PackageProjectUrl> |
15 | | - <RepositoryUrl>https://github.com/NTDLS/NTDLS.CatMQ</RepositoryUrl> |
16 | | - <PackageTags>ipc;message-queue;inter-process-communication;tcp-ip;message-broker;mq;</PackageTags> |
17 | | - <PackageReleaseNotes> |
18 | | - Additional overloads async Enqueue methods. |
19 | | - </PackageReleaseNotes> |
20 | | - <RepositoryType>git</RepositoryType> |
21 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
22 | | - <Authors>NetworkDLS</Authors> |
23 | | - <Company>NetworkDLS</Company> |
24 | | - <version>2.6.5</version> |
25 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
26 | | - <PackageIcon>Logo.png</PackageIcon> |
27 | | - <ApplicationIcon>Logo.ico</ApplicationIcon> |
28 | | - <IncludeSymbols>True</IncludeSymbols> |
29 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
30 | | - </PropertyGroup> |
31 | | - |
32 | | - <ItemGroup> |
33 | | - <Content Include="Logo.ico"> |
34 | | - <Pack>False</Pack> |
35 | | - </Content> |
36 | | - </ItemGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <ImplicitUsings>enable</ImplicitUsings> |
| 5 | + <Nullable>enable</Nullable> |
| 6 | + <TargetFrameworks>net8.0;net9.0;net10.0;</TargetFrameworks> |
| 7 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 8 | + <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
| 9 | + <Title>NTDLS.CatMQ.Client</Title> |
| 10 | + <Copyright>Copyright © 2026 NetworkDLS</Copyright> |
| 11 | + <Description> |
| 12 | + A high-performance and reliable persistent message queue designed for efficient inter-process communication, task queuing, load balancing, and data buffering over TCP/IP. |
| 13 | + </Description> |
| 14 | + <PackageProjectUrl>https://github.com/NTDLS/NTDLS.CatMQ</PackageProjectUrl> |
| 15 | + <RepositoryUrl>https://github.com/NTDLS/NTDLS.CatMQ</RepositoryUrl> |
| 16 | + <PackageTags>ipc;message-queue;inter-process-communication;tcp-ip;message-broker;mq;</PackageTags> |
| 17 | + <PackageReleaseNotes> |
| 18 | + Improved stability and error reporting. |
| 19 | + </PackageReleaseNotes> |
| 20 | + <RepositoryType>git</RepositoryType> |
| 21 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 22 | + <Authors>NetworkDLS</Authors> |
| 23 | + <Company>NetworkDLS</Company> |
| 24 | + <version>2.6.6</version> |
| 25 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 26 | + <PackageIcon>Logo.png</PackageIcon> |
| 27 | + <ApplicationIcon>Logo.ico</ApplicationIcon> |
| 28 | + <IncludeSymbols>True</IncludeSymbols> |
| 29 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 30 | + </PropertyGroup> |
37 | 31 |
|
38 | | - <ItemGroup> |
39 | | - <None Include="..\Images\Logo.png"> |
40 | | - <Pack>True</Pack> |
41 | | - <PackagePath>\</PackagePath> |
42 | | - </None> |
43 | | - <None Include="..\README.md"> |
44 | | - <Pack>True</Pack> |
45 | | - <PackagePath>\</PackagePath> |
46 | | - </None> |
47 | | - </ItemGroup> |
| 32 | + <ItemGroup> |
| 33 | + <Content Include="Logo.ico"> |
| 34 | + <Pack>False</Pack> |
| 35 | + </Content> |
| 36 | + </ItemGroup> |
48 | 37 |
|
49 | | - <ItemGroup> |
50 | | - <ProjectReference Include="..\NTDLS.CatMQ.Shared\NTDLS.CatMQ.Shared.csproj" /> |
51 | | - </ItemGroup> |
| 38 | + <ItemGroup> |
| 39 | + <None Include="..\Images\Logo.png"> |
| 40 | + <Pack>True</Pack> |
| 41 | + <PackagePath>\</PackagePath> |
| 42 | + </None> |
| 43 | + <None Include="..\README.md"> |
| 44 | + <Pack>True</Pack> |
| 45 | + <PackagePath>\</PackagePath> |
| 46 | + </None> |
| 47 | + </ItemGroup> |
| 48 | + |
| 49 | + <ItemGroup> |
| 50 | + <ProjectReference Include="..\NTDLS.CatMQ.Shared\NTDLS.CatMQ.Shared.csproj" /> |
| 51 | + </ItemGroup> |
52 | 52 |
|
53 | 53 | </Project> |
0 commit comments