Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit ab4c8ce

Browse files
prepare 5.14.1 release (#135)
1 parent 1046d1f commit ab4c8ce

File tree

4 files changed

+13
-23
lines changed

4 files changed

+13
-23
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,3 @@ We encourage pull requests and other contributions from the community. Check out
6666
* [docs.launchdarkly.com](https://docs.launchdarkly.com/ "LaunchDarkly Documentation") for our documentation and SDK reference guides
6767
* [apidocs.launchdarkly.com](https://apidocs.launchdarkly.com/ "LaunchDarkly API Documentation") for our API documentation
6868
* [blog.launchdarkly.com](https://blog.launchdarkly.com/ "LaunchDarkly Blog Documentation") for the latest product updates
69-
* [Feature Flagging Guide](https://github.com/launchdarkly/featureflags/ "Feature Flagging Guide") for best practices and strategies

src/LaunchDarkly.ServerSdk/LaunchDarkly.ServerSdk.csproj

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,26 @@
33
<Version>5.14.0</Version>
44
<TargetFrameworks>netstandard1.4;netstandard1.6;netstandard2.0;net45;net471</TargetFrameworks>
55
<!-- 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>
76
<DebugType>portable</DebugType>
87
<AssemblyName>LaunchDarkly.ServerSdk</AssemblyName>
98
<OutputType>Library</OutputType>
109
<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>
1720
</PropertyGroup>
1821
<ItemGroup Condition="'$(Configuration)'=='Release'">
19-
<PackageReference Include="LaunchDarkly.CommonSdk.StrongName" Version="2.11.1" />
22+
<PackageReference Include="LaunchDarkly.CommonSdk.StrongName" Version="2.11.2" />
2023
</ItemGroup>
2124
<ItemGroup Condition="'$(Configuration)'=='Debug'">
22-
<PackageReference Include="LaunchDarkly.CommonSdk" Version="2.11.1" />
25+
<PackageReference Include="LaunchDarkly.CommonSdk" Version="2.11.2" />
2326
</ItemGroup>
2427
<ItemGroup>
2528
<PackageReference Include="Common.Logging" Version="3.4.1" />

src/LaunchDarkly.ServerSdk/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
8-
[assembly: AssemblyTitle("LaunchDarkly.ServerSdk")]
9-
[assembly: AssemblyDescription("LaunchDarkly Server-Side .NET Client")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("LaunchDarkly")]
12-
[assembly: AssemblyProduct("LaunchDarkly.ServerSdk")]
13-
[assembly: AssemblyCopyright("Copyright 2017 LaunchDarkly")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
16-
175
// Setting ComVisible to false makes the types in this assembly not visible
186
// to COM components. If you need to access a type in this assembly from
197
// COM, set the ComVisible attribute to true on that type.

test/LaunchDarkly.ServerSdk.Tests/LaunchDarkly.ServerSdk.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="LaunchDarkly.CommonSdk" Version="2.11.1" />
16+
<PackageReference Include="LaunchDarkly.CommonSdk" Version="2.11.2" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
1818
<PackageReference Include="Moq" Version="4.8.1" />
1919
<PackageReference Include="WireMock.Net" Version="1.0.3.8" />

0 commit comments

Comments
 (0)