Skip to content

Commit

Permalink
chore(deps): bump Momento.Sdk from 1.36.1 to 1.38.0 in /examples
Browse files Browse the repository at this point in the history
Bumps [Momento.Sdk](https://github.com/momentohq/client-sdk-dotnet) from 1.36.1 to 1.38.0.
- [Release notes](https://github.com/momentohq/client-sdk-dotnet/releases)
- [Commits](v1.36.1...v1.38.0)

---
updated-dependencies:
- dependency-name: Momento.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 4a8b746 commit f167010
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/DictionaryExample/DictionaryExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
<PackageReference Include="Momento.Sdk" Version="1.36.1" />
<PackageReference Include="Momento.Sdk" Version="1.38.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion examples/DisposableTokens/DisposableTokens.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Momento.Sdk" Version="1.36.1" />
<PackageReference Include="Momento.Sdk" Version="1.38.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion examples/MomentoApplication/MomentoApplication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Momento.Sdk" Version="1.36.1" />
<PackageReference Include="Momento.Sdk" Version="1.38.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Momento.Sdk" Version="1.36.1" />
<PackageReference Include="Momento.Sdk" Version="1.38.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion examples/MomentoLoadGen/MomentoLoadGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Momento.Sdk" Version="1.36.1" />
<PackageReference Include="Momento.Sdk" Version="1.38.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion examples/MomentoUsage/MomentoUsage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Momento.Sdk" Version="1.36.1" />
<PackageReference Include="Momento.Sdk" Version="1.38.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion examples/TopicExample/TopicExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
<PackageReference Include="Momento.Sdk" Version="1.36.1" />
<PackageReference Include="Momento.Sdk" Version="1.38.0" />
</ItemGroup>
</Project>

0 comments on commit f167010

Please sign in to comment.