Skip to content

Commit 0e6180e

Browse files
committed
Bump OCC.Garnet 1.2.0
1 parent 40f02d9 commit 0e6180e

3 files changed

Lines changed: 17 additions & 6 deletions

File tree

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.0.0"
8+
Version = "1.2.0"
99
)]
1010

1111
[assembly: Feature(

src/OrchardCoreContrib.Garnet/OrchardCoreContrib.Garnet.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<VersionPrefix>1.1.0</VersionPrefix>
6+
<VersionPrefix>1.2.0</VersionPrefix>
77
<Authors>The Orchard Core Contrib Team</Authors>
88
<Company />
9-
<Description>Provides Garnet features for configuration.</Description>
9+
<Description>Provides Garnet features for configuration, cache and bus.</Description>
1010
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
1111
<PackageProjectUrl>https://github.com/OrchardCoreContrib/OrchardCoreContrib.Modules/tree/main/src/OrchardCoreContrib.Garnet/README.md</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/OrchardCoreContrib/OrchardCoreContrib.Modules</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
1414
<PublishRepositoryUrl>true</PublishRepositoryUrl>
15-
<PackageTags>Orchard Core, Orchard Core Contrib, Garnet, Caching</PackageTags>
15+
<PackageTags>Orchard Core, Orchard Core Contrib, Garnet, Caching, Distributed Caching</PackageTags>
1616
<PackageReleaseNotes>https://github.com/OrchardCoreContrib/OrchardCoreContrib.Modules/releases</PackageReleaseNotes>
1717
<PackageId>OrchardCoreContrib.Garnet</PackageId>
1818
<PackageIcon>icon.png</PackageIcon>

src/OrchardCoreContrib.Garnet/README.md

Lines changed: 13 additions & 2 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.1.0
7+
1.2.0
88

99
## Category
1010

@@ -28,10 +28,17 @@ This module has no dependencies.
2828
| **Description** | Distributed cache using Garnet. |
2929
| **Dependencies** | Garnet (`OrchardCoreContrib.Garnet`) |
3030

31+
| | |
32+
|------------------|-----------------------------------------------|
33+
| **Name** | Garnet (`OrchardCoreContrib.Garnet.Bus`) |
34+
| **Description** | Makes the Signal service distributed. |
35+
| **Dependencies** | Garnet (`OrchardCoreContrib.Garnet`) |
36+
3137
## NuGet Packages
3238

3339
| Name | Version |
3440
|-----------------------------------------------------------------------------------------------|---------|
41+
| [`OrchardCoreContrib.Garnet`](https://www.nuget.org/packages/OrchardCoreContrib.Garnet/1.2.0) | 1.2.0 |
3542
| [`OrchardCoreContrib.Garnet`](https://www.nuget.org/packages/OrchardCoreContrib.Garnet/1.1.0) | 1.1.0 |
3643
| [`OrchardCoreContrib.Garnet`](https://www.nuget.org/packages/OrchardCoreContrib.Garnet/1.0.0) | 1.0.0 |
3744

@@ -47,4 +54,8 @@ This module has no dependencies.
4754

4855
## Garnet Cache
4956

50-
4. Enable the `Garnet Cache` feature.
57+
4. Enable the `Garnet Cache` feature.
58+
59+
## Garnet Bus
60+
61+
4. Enable the `Garnet Bus` feature.

0 commit comments

Comments
 (0)