Skip to content

Commit

Permalink
Releasing Marten provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzoukr committed Nov 18, 2019
1 parent f4d5d07 commit 0962a0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ F# Event Store library for various storage providers (Cosmos DB, Table Storage,
| Azure Cosmos DB | `Newtonsoft.Json` | CosmoStore.CosmosDb | [![NuGet](https://img.shields.io/nuget/v/CosmoStore.CosmosDb.svg?style=flat)](https://www.nuget.org/packages/CosmoStore.CosmosDb/) |@dzoukr |
| Azure Table Storage | `Newtonsoft.Json` | CosmoStore.TableStorage | [![NuGet](https://img.shields.io/nuget/v/CosmoStore.TableStorage.svg?style=flat)](https://www.nuget.org/packages/CosmoStore.TableStorage/) | @dzoukr |
| InMemory | `Newtonsoft.Json` | CosmoStore.InMemory | [![NuGet](https://img.shields.io/nuget/v/CosmoStore.InMemory.svg?style=flat)](https://www.nuget.org/packages/CosmoStore.InMemory/) | @kunjee
| Marten | `Newtonsoft.Json` | CosmoStore.Marten | [![NuGet](https://img.shields.io/nuget/v/CosmoStore.Marten.svg?style=flat)](https://www.nuget.org/packages/CosmoStore.Marten/) | @kunjee

## What is new in version 3

Expand Down
3 changes: 3 additions & 0 deletions src/CosmoStore.Marten/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 3.0.0 - November 18 2019
* Following v3 API (discussed in #27)

### 2.0.3 - March 27 2019
* Make a usable version of getEventByCorrelationId #19

Expand Down

0 comments on commit 0962a0a

Please sign in to comment.