|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <VersionPrefix>6.0.0</VersionPrefix> |
5 | 4 | <TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
|
6 | 5 | <NoWarn>$(NoWarn);CS1591</NoWarn>
|
7 | 6 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
| 7 | + <AssemblyTitle>RabbitMQ Client Library for .NET</AssemblyTitle> |
| 8 | + <Authors>VMware</Authors> |
| 9 | + <Company>VMware, Inc. or its affiliates.</Company> |
| 10 | + <Copyright>Copyright © 2007-2020 VMware, Inc. or its affiliates.</Copyright> |
| 11 | + <Description>The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)</Description> |
| 12 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
8 | 13 | <GenerateDocumentationFile>true</GenerateDocumentationFile>
|
9 |
| - <PackageTags>RabbitMQ</PackageTags> |
10 | 14 | <PackageIcon>icon.png</PackageIcon>
|
| 15 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
11 | 16 | <PackageProjectUrl>https://www.rabbitmq.com/dotnet.html</PackageProjectUrl>
|
12 |
| - <PackageLicense>https://www.rabbitmq.com/dotnet.html</PackageLicense> |
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> |
| 17 | + <PackageTags>rabbitmq, amqp</PackageTags> |
16 | 18 | <Product>RabbitMQ</Product>
|
17 |
| - <Copyright>Copyright © 2007-2020 VMware, Inc. or its affiliates.</Copyright> |
18 |
| - <GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute> |
19 | 19 | <PublishRepositoryUrl>true</PublishRepositoryUrl>
|
20 |
| - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
21 | 20 | <IncludeSymbols>true</IncludeSymbols>
|
22 | 21 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
23 | 22 | <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
24 | 23 | <AssemblyOriginatorKeyFile>../rabbit.snk</AssemblyOriginatorKeyFile>
|
25 | 24 | <SignAssembly>true</SignAssembly>
|
| 25 | + <MinVerTagPrefix>v</MinVerTagPrefix> |
| 26 | + <MinVerVerbosity>detailed</MinVerVerbosity> |
| 27 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 28 | + <PackageOutputPath>..\..\..\packages</PackageOutputPath> |
26 | 29 | </PropertyGroup>
|
27 | 30 |
|
28 | 31 | <ItemGroup>
|
29 | 32 | <Compile Include="..\..\..\gensrc\autogenerated-api-0-9-1.cs" />
|
30 |
| - </ItemGroup> |
31 |
| - |
32 |
| - <ItemGroup> |
33 | 33 | <None Remove="icon.png" />
|
34 | 34 | <Content Include="icon.png" PackagePath="" />
|
| 35 | + <None Include="..\..\..\LICENSE" Pack="true" PackagePath="" /> |
| 36 | + <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> |
| 37 | + <_Parameter1>Unit, PublicKey=00240000048000009400000006020000002400005253413100040000010001008d20ec856aeeb8c3153a77faa2d80e6e43b5db93224a20cc7ae384f65f142e89730e2ff0fcc5d578bbe96fa98a7196c77329efdee4579b3814c0789e5a39b51df6edd75b602a33ceabdfcf19a3feb832f31d8254168cd7ba5700dfbca301fbf8db614ba41ba18474de0a5f4c2d51c995bc3636c641c8cbe76f45717bfcb943b5</_Parameter1> |
| 38 | + </AssemblyAttribute> |
35 | 39 | </ItemGroup>
|
36 | 40 |
|
37 | 41 | <ItemGroup>
|
38 | 42 | <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
|
39 | 43 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
|
| 44 | + <PackageReference Include="MinVer" Version="2.2.0" PrivateAssets="All" /> |
40 | 45 | <PackageReference Include="System.Memory" Version="4.5.3" />
|
41 | 46 | </ItemGroup>
|
42 | 47 |
|
|
0 commit comments