|
3 | 3 | <Version>5.14.0</Version> |
4 | 4 | <TargetFrameworks>netstandard1.4;netstandard1.6;netstandard2.0;net45;net471</TargetFrameworks> |
5 | 5 | <!-- Note: whenever we add or remove supported target frameworks, we must update ServerDiagnosticStore.GetDotNetTargetFramework() --> |
6 | | - <PackageLicenseUrl>https://raw.githubusercontent.com/launchdarkly/dotnet-server-sdk/master/LICENSE</PackageLicenseUrl> |
7 | 6 | <DebugType>portable</DebugType> |
8 | 7 | <AssemblyName>LaunchDarkly.ServerSdk</AssemblyName> |
9 | 8 | <OutputType>Library</OutputType> |
10 | 9 | <PackageId>LaunchDarkly.ServerSdk</PackageId> |
11 | | - <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> |
12 | | - <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> |
13 | | - <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
14 | | - <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
15 | | - <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
16 | | - <GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute> |
| 10 | + <Description>LaunchDarkly Server-Side .NET SDK</Description> |
| 11 | + <Company>LaunchDarkly</Company> |
| 12 | + <Authors>LaunchDarkly</Authors> |
| 13 | + <Owners>LaunchDarkly</Owners> |
| 14 | + <Copyright>Copyright 2020 LaunchDarkly</Copyright> |
| 15 | + <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
| 16 | + <PackageProjectUrl>https://github.com/launchdarkly/dotnet-server-sdk</PackageProjectUrl> |
| 17 | + <RepositoryUrl>https://github.com/launchdarkly/dotnet-server-sdk</RepositoryUrl> |
| 18 | + <IncludeSymbols>true</IncludeSymbols> |
| 19 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
17 | 20 | </PropertyGroup> |
18 | 21 | <ItemGroup Condition="'$(Configuration)'=='Release'"> |
19 | | - <PackageReference Include="LaunchDarkly.CommonSdk.StrongName" Version="2.11.1" /> |
| 22 | + <PackageReference Include="LaunchDarkly.CommonSdk.StrongName" Version="2.11.2" /> |
20 | 23 | </ItemGroup> |
21 | 24 | <ItemGroup Condition="'$(Configuration)'=='Debug'"> |
22 | | - <PackageReference Include="LaunchDarkly.CommonSdk" Version="2.11.1" /> |
| 25 | + <PackageReference Include="LaunchDarkly.CommonSdk" Version="2.11.2" /> |
23 | 26 | </ItemGroup> |
24 | 27 | <ItemGroup> |
25 | 28 | <PackageReference Include="Common.Logging" Version="3.4.1" /> |
|
0 commit comments