Skip to content

Commit f8ccb14

Browse files
committed
fixed typo at readme
1 parent 5abd50e commit f8ccb14

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Extensions.Caching.PostgreSql/Community.Microsoft.Extensions.Caching.PostgreSql.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
<AssemblyName>Community.Microsoft.Extensions.Caching.PostgreSql</AssemblyName>
55
<RootNamespace>Community.Microsoft.Extensions.Caching.PostgreSql</RootNamespace>
66
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
7-
<Version>1.0.4</Version>
7+
<Version>1.0.5</Version>
88
<Authors>Ashley Marques</Authors>
99
<Company />
1010
<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>
1214
<PackageProjectUrl>https://github.com/leonibr/community-extensions-cache-postgres</PackageProjectUrl>
1315
<RepositoryUrl>https://github.com/leonibr/community-extensions-cache-postgres.git</RepositoryUrl>
1416
<RepositoryType>Github</RepositoryType>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This implemantation uses PostgreSQL as distributed cache.
88
## Getting Started
99
1. Install the package into your project
1010
```
11-
dotnet add package Communit.Microsoft.Extensions.Caching.PostgreSQL
11+
dotnet add package Community.Microsoft.Extensions.Caching.PostgreSql
1212
```
1313
2. Add the following line to the `Startup` `Configure` method.
1414
```c#

0 commit comments

Comments
 (0)