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