Skip to content

Commit 0f7d03b

Browse files
committed
Bump OCC.Garnet to 1.5.0
1 parent 06180f6 commit 0f7d03b

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

src/OrchardCoreContrib.Garnet/GarnetTagCache.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using Garnet.client;
2-
using Microsoft.Extensions.Logging;
1+
using Microsoft.Extensions.Logging;
32
using OrchardCore.Environment.Cache;
43
using OrchardCore.Environment.Shell;
54
using OrchardCore.Modules;

src/OrchardCoreContrib.Garnet/Manifest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name = "Garnet",
66
Author = ManifestConstants.Author,
77
Website = ManifestConstants.Website,
8-
Version = "1.3.0"
8+
Version = "1.5.0"
99
)]
1010

1111
[assembly: Feature(

src/OrchardCoreContrib.Garnet/OrchardCoreContrib.Garnet.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>1.4.0</VersionPrefix>
4+
<VersionPrefix>1.5.0</VersionPrefix>
55
<Authors>The Orchard Core Contrib Team</Authors>
66
<Company />
77
<Description>Provides Garnet features for configuration, cache, bus and data protection.</Description>
8+
<PackageReadmeFile>README.md</PackageReadmeFile>
89
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
910
<PackageProjectUrl>https://github.com/OrchardCoreContrib/OrchardCoreContrib.Modules/tree/main/src/OrchardCoreContrib.Garnet/README.md</PackageProjectUrl>
1011
<RepositoryUrl>https://github.com/OrchardCoreContrib/OrchardCoreContrib.Modules</RepositoryUrl>
@@ -31,6 +32,7 @@
3132

3233
<ItemGroup>
3334
<None Include="../../images/icon.png" Pack="true" PackagePath="icon.png" />
35+
<None Include="README.md" Pack="true" PackagePath="\"/>
3436
</ItemGroup>
3537

3638
</Project>

src/OrchardCoreContrib.Garnet/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This module provides a set of features for Garnet service.
44

55
## Version
66

7-
1.3.0
7+
1.5.0
88

99
## Category
1010

@@ -44,8 +44,9 @@ This module has no dependencies.
4444

4545
| Name | Version |
4646
|-----------------------------------------------------------------------------------------------|---------|
47-
| [`OrchardCoreContrib.Garnet`](https://www.nuget.org/packages/OrchardCoreContrib.Garnet/1.2.0) | 1.4.0 |
48-
| [`OrchardCoreContrib.Garnet`](https://www.nuget.org/packages/OrchardCoreContrib.Garnet/1.2.0) | 1.3.0 |
47+
| [`OrchardCoreContrib.Garnet`](https://www.nuget.org/packages/OrchardCoreContrib.Garnet/1.5.0) | 1.5.0 |
48+
| [`OrchardCoreContrib.Garnet`](https://www.nuget.org/packages/OrchardCoreContrib.Garnet/1.4.0) | 1.4.0 |
49+
| [`OrchardCoreContrib.Garnet`](https://www.nuget.org/packages/OrchardCoreContrib.Garnet/1.3.0) | 1.3.0 |
4950
| [`OrchardCoreContrib.Garnet`](https://www.nuget.org/packages/OrchardCoreContrib.Garnet/1.2.0) | 1.2.0 |
5051
| [`OrchardCoreContrib.Garnet`](https://www.nuget.org/packages/OrchardCoreContrib.Garnet/1.1.0) | 1.1.0 |
5152
| [`OrchardCoreContrib.Garnet`](https://www.nuget.org/packages/OrchardCoreContrib.Garnet/1.0.0) | 1.0.0 |

0 commit comments

Comments
 (0)