Skip to content

Commit

Permalink
Package description update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzoukr committed Oct 23, 2018
1 parent ea136b5 commit 50a9174
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.1.1 - October 23 2018
* Package description update

### 1.1.0 - October 22 2018
* Added support for Azure Table Storage

Expand Down
5 changes: 3 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ let testsSrc = "tests/CosmoStore.Tests"

let package = "CosmoStore"
let github = package
let tags = "FSharp CosmosDB DocumentDB EventSourcing EventStore"
let description = "F# Event store for Cosmos DB"
let tags = "FSharp CosmosDB DocumentDB EventSourcing EventStore Azure TableStorage"
let description = "F# Event store for Azure Cosmos DB and Azure Table Storage"

Target.create "Build" (fun _ ->
appSrc |> DotNet.build id
Expand Down Expand Up @@ -49,6 +49,7 @@ Target.create "Nuget" (fun _ ->
sprintf "PackageLicenseUrl=\"http://github.com/dzoukr/%s/blob/master/LICENSE.md\"" github
sprintf "PackageProjectUrl=\"http://github.com/dzoukr/%s\"" github
"PackageIconUrl=\"\""
"PackageIconUrl=\"https://raw.githubusercontent.com/Dzoukr/CosmoStore/master/logo.png\""
sprintf "PackageTags=\"%s\"" tags
"Copyright=\"Roman Provazník - 2018\""
"Authors=\"Roman Provazník\""
Expand Down
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 50a9174

Please sign in to comment.