From d98f2dc412005bdd1d108f00c019fb42cd9bd548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 18:50:16 +0000 Subject: [PATCH 1/2] chore(deps): bump Microsoft.Extensions.Logging and Momento.Sdk Bumps [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) and [Momento.Sdk](https://github.com/momentohq/client-sdk-dotnet). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Logging` from 7.0.0 to 6.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v6.0.0) Updates `Momento.Sdk` from 1.37.0 to 1.39.0 - [Release notes](https://github.com/momentohq/client-sdk-dotnet/releases) - [Commits](https://github.com/momentohq/client-sdk-dotnet/compare/v1.37.0...v1.39.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Momento.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/DocExampleApis/DocExampleApis.csproj | 2 +- examples/TopicHeartbeatExample/TopicHeartbeatExample.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/DocExampleApis/DocExampleApis.csproj b/examples/DocExampleApis/DocExampleApis.csproj index 695a92d6..91049b26 100644 --- a/examples/DocExampleApis/DocExampleApis.csproj +++ b/examples/DocExampleApis/DocExampleApis.csproj @@ -8,7 +8,7 @@ - + diff --git a/examples/TopicHeartbeatExample/TopicHeartbeatExample.csproj b/examples/TopicHeartbeatExample/TopicHeartbeatExample.csproj index b9b75cbc..b5a66c2d 100644 --- a/examples/TopicHeartbeatExample/TopicHeartbeatExample.csproj +++ b/examples/TopicHeartbeatExample/TopicHeartbeatExample.csproj @@ -9,6 +9,6 @@ - + From ef840bfb97235aac673dabc5b13bfa5c34b34b3a Mon Sep 17 00:00:00 2001 From: anitarua Date: Mon, 25 Nov 2024 16:59:44 -0800 Subject: [PATCH 2/2] make sure all examples have updated momento dep --- examples/DictionaryExample/DictionaryExample.csproj | 2 +- examples/DisposableTokens/DisposableTokens.csproj | 2 +- examples/MomentoApplication/MomentoApplication.csproj | 2 +- .../MomentoFSharpApplication/MomentoFSharpApplication.fsproj | 2 +- examples/MomentoLoadGen/MomentoLoadGen.csproj | 2 +- examples/MomentoUsage/MomentoUsage.csproj | 2 +- examples/TopicExample/TopicExample.csproj | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/DictionaryExample/DictionaryExample.csproj b/examples/DictionaryExample/DictionaryExample.csproj index 67a383e4..6ad66e95 100644 --- a/examples/DictionaryExample/DictionaryExample.csproj +++ b/examples/DictionaryExample/DictionaryExample.csproj @@ -9,6 +9,6 @@ - + diff --git a/examples/DisposableTokens/DisposableTokens.csproj b/examples/DisposableTokens/DisposableTokens.csproj index 7deae65f..44bac130 100644 --- a/examples/DisposableTokens/DisposableTokens.csproj +++ b/examples/DisposableTokens/DisposableTokens.csproj @@ -16,6 +16,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/examples/MomentoApplication/MomentoApplication.csproj b/examples/MomentoApplication/MomentoApplication.csproj index e6b2bfd1..3e80957f 100644 --- a/examples/MomentoApplication/MomentoApplication.csproj +++ b/examples/MomentoApplication/MomentoApplication.csproj @@ -9,7 +9,7 @@ - + diff --git a/examples/MomentoFSharpApplication/MomentoFSharpApplication.fsproj b/examples/MomentoFSharpApplication/MomentoFSharpApplication.fsproj index 02438e34..f919ca12 100644 --- a/examples/MomentoFSharpApplication/MomentoFSharpApplication.fsproj +++ b/examples/MomentoFSharpApplication/MomentoFSharpApplication.fsproj @@ -10,6 +10,6 @@ - + diff --git a/examples/MomentoLoadGen/MomentoLoadGen.csproj b/examples/MomentoLoadGen/MomentoLoadGen.csproj index ffb0c4e3..68b6ba92 100644 --- a/examples/MomentoLoadGen/MomentoLoadGen.csproj +++ b/examples/MomentoLoadGen/MomentoLoadGen.csproj @@ -28,6 +28,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/examples/MomentoUsage/MomentoUsage.csproj b/examples/MomentoUsage/MomentoUsage.csproj index 7deae65f..44bac130 100644 --- a/examples/MomentoUsage/MomentoUsage.csproj +++ b/examples/MomentoUsage/MomentoUsage.csproj @@ -16,6 +16,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/examples/TopicExample/TopicExample.csproj b/examples/TopicExample/TopicExample.csproj index 67a383e4..6ad66e95 100644 --- a/examples/TopicExample/TopicExample.csproj +++ b/examples/TopicExample/TopicExample.csproj @@ -9,6 +9,6 @@ - +