Skip to content

Commit

Permalink
Fixing typo StarsWith vs StartsWith
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzoukr committed Feb 12, 2019
1 parent d74e03c commit 3f11d93
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let createProject projectName tags desc =
Description = desc
}

let cosmoStore = createProject "CosmoStore" "" "F# Event Store API facade (for current implementation check CosmoStore.* packages)"
let cosmoStore = createProject "CosmoStore" "" "F# Event Store API definition (for storage provider specific implementations check CosmoStore.* packages)"
let tableStorage = createProject "CosmoStore.TableStorage" "Azure TableStorage" "F# Event Store for Azure Table Storage"
let cosmosDb = createProject "CosmoStore.CosmosDb" "Azure Cosmos DB" "F# Event Store for Azure Cosmos DB"

Expand Down
3 changes: 3 additions & 0 deletions src/CosmoStore.CosmosDb/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.0.1 - February 12 2019
* Fixing typo StarsWith vs StartsWith

### 2.0.0 - February 12 2019
* Version 2 released

Expand Down
3 changes: 3 additions & 0 deletions src/CosmoStore.TableStorage/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.0.1 - February 12 2019
* Fixing typo StarsWith vs StartsWith

### 2.0.0 - February 12 2019
* Version 2 released

Expand Down
3 changes: 3 additions & 0 deletions src/CosmoStore/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.0.1 - February 12 2019
* Fixing typo StarsWith vs StartsWith

### 2.0.0 - February 12 2019
* Version 2 released

Expand Down

0 comments on commit 3f11d93

Please sign in to comment.