Skip to content

Commit 83327d6

Browse files
committed
Switch to project properties instead of attributes
Left AssemblyVersion alone for now
1 parent d3c18c9 commit 83327d6

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

projects/client/RabbitMQ.Client/RabbitMQ.Client.csproj

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Description>The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)</Description>
54
<VersionPrefix>6.0.0</VersionPrefix>
65
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
76
<NoWarn>$(NoWarn);CS1591</NoWarn>
@@ -11,12 +10,11 @@
1110
<PackageIcon>icon.png</PackageIcon>
1211
<PackageProjectUrl>https://www.rabbitmq.com/dotnet.html</PackageProjectUrl>
1312
<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>
2018
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
2119
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2220
<EmbedUntrackedSources>true</EmbedUntrackedSources>

projects/client/RabbitMQ.Client/src/client/properties/AssemblyInfo.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,5 @@
4141
using System.Reflection;
4242
using System.Runtime.CompilerServices;
4343

44-
[assembly: AssemblyTitle("RabbitMQ Client Library for .NET")]
45-
[assembly: AssemblyDescription("See https://rabbitmq.com")]
46-
[assembly: AssemblyConfiguration("")]
47-
[assembly: AssemblyCompany("VMware, Inc. or its affiliates.")]
48-
[assembly: AssemblyProduct("RabbitMQ")]
49-
[assembly: AssemblyCopyright("Copyright © 2007-2020 VMware, Inc. or its affiliates.")]
50-
[assembly: AssemblyTrademark("")]
51-
[assembly: AssemblyCulture("")]
52-
5344
[assembly: AssemblyVersion("6.0.0")]
5445
[assembly: InternalsVisibleTo("Unit, PublicKey=00240000048000009400000006020000002400005253413100040000010001008d20ec856aeeb8c3153a77faa2d80e6e43b5db93224a20cc7ae384f65f142e89730e2ff0fcc5d578bbe96fa98a7196c77329efdee4579b3814c0789e5a39b51df6edd75b602a33ceabdfcf19a3feb832f31d8254168cd7ba5700dfbca301fbf8db614ba41ba18474de0a5f4c2d51c995bc3636c641c8cbe76f45717bfcb943b5")]

0 commit comments

Comments
 (0)