From b4df73686dc997d5aaabb1c0dde95eca93acb1cb Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 13 Feb 2024 20:28:58 +0000
Subject: [PATCH] chore(main): release 5.0.0
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 19 ++
.../LaunchDarkly.ClientSdk.csproj | 242 +++++++++---------
3 files changed, 141 insertions(+), 122 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index e6f87756..32dbe0e2 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "4.0.0"
+ ".": "5.0.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e33cfcc..6619dc24 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,25 @@
All notable changes to the LaunchDarkly Client-Side SDK for .NET will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org).
+## [5.0.0](https://github.com/launchdarkly/dotnet-client-sdk/compare/4.0.0...5.0.0) (2024-02-13)
+
+
+### Features
+
+* adds MAUI support ([d01a865](https://github.com/launchdarkly/dotnet-client-sdk/commit/d01a865aa83c6cc699c3d2ff528ce256f169ecdc))
+* adds MAUI support ([#66](https://github.com/launchdarkly/dotnet-client-sdk/issues/66)) ([112c2fb](https://github.com/launchdarkly/dotnet-client-sdk/commit/112c2fb7d54c31d88c3a1ffdd9aec88911f149de))
+
+
+### Bug Fixes
+
+* updating deprecated AndroidClientHandler to AndroidMessageHandler ([973b38c](https://github.com/launchdarkly/dotnet-client-sdk/commit/973b38ccd59a232bf47384b20d8d8bbda6017a6e))
+* updating deprecated AndroidClientHandler to AndroidMessageHandler ([#69](https://github.com/launchdarkly/dotnet-client-sdk/issues/69)) ([3dc9dba](https://github.com/launchdarkly/dotnet-client-sdk/commit/3dc9dbaac918555691281322ea15ea94bbe29e5a))
+
+
+### Miscellaneous Chores
+
+* release 5.0.0 ([#83](https://github.com/launchdarkly/dotnet-client-sdk/issues/83)) ([de859bc](https://github.com/launchdarkly/dotnet-client-sdk/commit/de859bc63555488a6361df3a3e28cdf253df3b45))
+
## [4.0.0] - 2023-10-18
### Added:
- Added Automatic Mobile Environment Attributes functionality which makes it simpler to target your mobile customers based on application name or version, or on device characteristics including manufacturer, model, operating system, locale, and so on. To learn more, read [Automatic environment attributes](https://docs.launchdarkly.com/sdk/features/environment-attributes).
diff --git a/src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj b/src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj
index d57254cb..b762e26d 100644
--- a/src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj
+++ b/src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj
@@ -1,121 +1,121 @@
-
-
-
-
- 5.0.0-alpha.2
-
-
-
-
- netstandard2.0;net7.0;net7.0-android;net7.0-ios;net7.0-maccatalyst;net7.0-windows
- $(BUILDFRAMEWORKS)
- true
- Library
- LaunchDarkly.ClientSdk
- LaunchDarkly.ClientSdk
- false
- bin\$(Configuration)\$(Framework)
- 8.0
- False
- True
- true
- bin\$(Configuration)\$(TargetFramework)\LaunchDarkly.ClientSdk.xml
- LaunchDarkly
- Copyright 2020 LaunchDarkly
- Apache-2.0
- https://github.com/launchdarkly/dotnet-client-sdk
- https://github.com/launchdarkly/dotnet-client-sdk
- master
- true
- snupkg
- LaunchDarkly.Sdk.Client
- false
-
-
- 1570,1571,1572,1573,1574,1580,1581,1584,1591,1710,1711,1712
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Code
-
-
-
-
-
-
- ../../LaunchDarkly.ClientSdk.snk
- true
-
-
-
+
+
+
+
+ 5.0.0
+
+
+
+
+ netstandard2.0;net7.0;net7.0-android;net7.0-ios;net7.0-maccatalyst;net7.0-windows
+ $(BUILDFRAMEWORKS)
+ true
+ Library
+ LaunchDarkly.ClientSdk
+ LaunchDarkly.ClientSdk
+ false
+ bin\$(Configuration)\$(Framework)
+ 8.0
+ False
+ True
+ true
+ bin\$(Configuration)\$(TargetFramework)\LaunchDarkly.ClientSdk.xml
+ LaunchDarkly
+ Copyright 2020 LaunchDarkly
+ Apache-2.0
+ https://github.com/launchdarkly/dotnet-client-sdk
+ https://github.com/launchdarkly/dotnet-client-sdk
+ master
+ true
+ snupkg
+ LaunchDarkly.Sdk.Client
+ false
+
+
+ 1570,1571,1572,1573,1574,1580,1581,1584,1591,1710,1711,1712
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Code
+
+
+
+
+
+
+ ../../LaunchDarkly.ClientSdk.snk
+ true
+
+
+