|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 |
| - |
3 | 2 | <PropertyGroup>
|
4 | 3 | <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> |
| 13 | + <GenerateAssemblyInfo>true</GenerateAssemblyInfo> |
8 | 14 | <GenerateDocumentationFile>true</GenerateDocumentationFile>
|
9 |
| - <PackageTags>RabbitMQ</PackageTags> |
10 | 15 | <PackageIcon>icon.png</PackageIcon>
|
11 |
| - <PackageProjectUrl>https://www.rabbitmq.com/dotnet.html</PackageProjectUrl> |
12 | 16 | <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 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 18 | + <PackageProjectUrl>https://www.rabbitmq.com/dotnet.html</PackageProjectUrl> |
| 19 | + <PackageTags>rabbitmq, amqp</PackageTags> |
16 | 20 | <Product>RabbitMQ</Product>
|
17 |
| - <Copyright>Copyright © 2007-2020 VMware, Inc. or its affiliates.</Copyright> |
18 |
| - <GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute> |
19 | 21 | <PublishRepositoryUrl>true</PublishRepositoryUrl>
|
20 |
| - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 22 | + <RepositoryUrl>https://github.com/rabbitmq/rabbitmq-dotnet-client</RepositoryUrl> |
| 23 | + <RepositoryType>Git</RepositoryType> |
21 | 24 | <IncludeSymbols>true</IncludeSymbols>
|
22 | 25 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
23 | 26 | <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
24 | 27 | <AssemblyOriginatorKeyFile>../rabbit.snk</AssemblyOriginatorKeyFile>
|
25 | 28 | <SignAssembly>true</SignAssembly>
|
| 29 | + <MinVerTagPrefix>v</MinVerTagPrefix> |
| 30 | + <MinVerVerbosity>detailed</MinVerVerbosity> |
| 31 | + <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
| 32 | + <Copyright>Copyright © 2007-2020 VMware, Inc. or its affiliates.</Copyright> |
26 | 33 | </PropertyGroup>
|
27 |
| - |
28 | 34 | <ItemGroup>
|
29 | 35 | <Compile Include="..\..\..\gensrc\autogenerated-api-0-9-1.cs" />
|
30 |
| - </ItemGroup> |
31 |
| - |
32 |
| - <ItemGroup> |
33 | 36 | <None Remove="icon.png" />
|
34 | 37 | <Content Include="icon.png" PackagePath="" />
|
35 |
| - </ItemGroup> |
36 |
| - |
37 |
| - <ItemGroup> |
| 38 | + <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> |
| 39 | + <_Parameter1>Unit, PublicKey=00240000048000009400000006020000002400005253413100040000010001008d20ec856aeeb8c3153a77faa2d80e6e43b5db93224a20cc7ae384f65f142e89730e2ff0fcc5d578bbe96fa98a7196c77329efdee4579b3814c0789e5a39b51df6edd75b602a33ceabdfcf19a3feb832f31d8254168cd7ba5700dfbca301fbf8db614ba41ba18474de0a5f4c2d51c995bc3636c641c8cbe76f45717bfcb943b5</_Parameter1> |
| 40 | + </AssemblyAttribute> |
38 | 41 | <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
|
39 | 42 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
|
| 43 | + <PackageReference Include="MinVer" Version="2.2.0"> |
| 44 | + <PrivateAssets>all</PrivateAssets> |
| 45 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 46 | + </PackageReference> |
40 | 47 | <PackageReference Include="System.Memory" Version="4.5.3" />
|
41 | 48 | </ItemGroup>
|
42 |
| - |
43 | 49 | </Project>
|
0 commit comments