File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Extensions.Caching.PostgreSql Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
<AssemblyName >Community.Microsoft.Extensions.Caching.PostgreSql</AssemblyName >
5
5
<RootNamespace >Community.Microsoft.Extensions.Caching.PostgreSql</RootNamespace >
6
6
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
7
- <Version >1.0.4 </Version >
7
+ <Version >1.0.5 </Version >
8
8
<Authors >Ashley Marques</Authors >
9
9
<Company />
10
10
<Description >DistributedCache using postgres</Description >
11
- <PackageReleaseNotes >Dependencies updates to the latest</PackageReleaseNotes >
11
+ <PackageReleaseNotes >Dependencies updates to the latest
12
+ Readme update
13
+ Github keys to publish artifacts</PackageReleaseNotes >
12
14
<PackageProjectUrl >https://github.com/leonibr/community-extensions-cache-postgres</PackageProjectUrl >
13
15
<RepositoryUrl >https://github.com/leonibr/community-extensions-cache-postgres.git</RepositoryUrl >
14
16
<RepositoryType >Github</RepositoryType >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This implemantation uses PostgreSQL as distributed cache.
8
8
## Getting Started
9
9
1 . Install the package into your project
10
10
```
11
- dotnet add package Communit .Microsoft.Extensions.Caching.PostgreSQL
11
+ dotnet add package Community .Microsoft.Extensions.Caching.PostgreSql
12
12
```
13
13
2 . Add the following line to the ` Startup ` ` Configure ` method.
14
14
``` c#
You can’t perform that action at this time.
0 commit comments