Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4a809d2

Browse files
authoredJul 5, 2022
Revving to 0.2.0 (#139)
* Revving to 0.2.0 * Adding shachar as a contributor
1 parent b2a880a commit 4a809d2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ We'd love your contributions! If you want to contribute please read our [Contrib
333333
* @ecortese
334334
* @DanJRWalsh
335335
* @baldutech
336+
* @shacharPash
336337

337338
<!-- Logo -->
338339
[Logo]: images/logo.svg

‎src/Redis.OM/Redis.OM.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<RootNamespace>Redis.OM</RootNamespace>
77
<Nullable>enable</Nullable>
88
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
9-
<PackageVersion>0.1.9</PackageVersion>
10-
<Version>0.1.9</Version>
11-
<PackageReleaseNotes>https://github.com/redis/redis-om-dotnet/releases/tag/v0.1.9</PackageReleaseNotes>
9+
<PackageVersion>0.2.0</PackageVersion>
10+
<Version>0.2.0</Version>
11+
<PackageReleaseNotes>https://github.com/redis/redis-om-dotnet/releases/tag/v0.2.0</PackageReleaseNotes>
1212
<Description>Object Mapping and More for Redis</Description>
1313
<Title>Redis OM</Title>
1414
<Authors>Steve Lorello</Authors>

0 commit comments

Comments
 (0)
Please sign in to comment.