|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <Description>The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)</Description> |
5 | 4 | <VersionPrefix>6.0.0</VersionPrefix>
|
6 | 5 | <TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
|
7 | 6 | <NoWarn>$(NoWarn);CS1591</NoWarn>
|
|
11 | 10 | <PackageIcon>icon.png</PackageIcon>
|
12 | 11 | <PackageProjectUrl>https://www.rabbitmq.com/dotnet.html</PackageProjectUrl>
|
13 | 12 | <PackageLicense>https://www.rabbitmq.com/dotnet.html</PackageLicense>
|
14 |
| - <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> |
15 |
| - <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> |
16 |
| - <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
17 |
| - <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
18 |
| - <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
19 |
| - <GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute> |
| 13 | + <AssemblyTitle>RabbitMQ Client Library for .NET</AssemblyTitle> |
| 14 | + <Description>The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)</Description> |
| 15 | + <Company>VMware, Inc. or its affiliates.</Company> |
| 16 | + <Product>RabbitMQ</Product> |
| 17 | + <Copyright>Copyright © 2007-2020 VMware, Inc. or its affiliates.</Copyright> |
20 | 18 | <GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
|
21 | 19 | <PublishRepositoryUrl>true</PublishRepositoryUrl>
|
22 | 20 | <EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
0 commit comments