Skip to content

Commit

Permalink
Set version to 1.0.0-* (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
brantburnett authored Feb 15, 2017
1 parent 4016280 commit 63a5b80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Couchbase.Extensions.DependencyInjection/project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "1.0.0-beta4",
"version": "1.0.0-*",
"authors": [ "Brant Burnett" ],
"projectUrl": "https://github.com/brantburnett/Couchbase.Extensions",

"packOptions": {
"summary": "A .Net Core style dependency injection framework for a Couchbase cluster and buckets. It simplifies cluster configuration, lifetime management, and bucket injection.",
"tags": [ "Couchbase", "netcore" ],
"projectUrl": "https://github.com/brantburnett/Couchbase.Extensions",
"licenseUrl": "https://www.apache.org/licenses/LICENSE-2.0",
"iconUrl": "https://raw.githubusercontent.com/couchbaselabs/Linq2Couchbase/master/Packaging/couchbase-logo.png",
"owners": [ "btburnett3" ],
Expand Down
4 changes: 2 additions & 2 deletions src/Couchbase.Extensions.DnsDiscovery/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta4",
"version": "1.0.0-*",
"authors": [ "Brant Burnett" ],

"packOptions": {
Expand All @@ -19,7 +19,7 @@
"CouchbaseNetClient": "2.4.0",
"DnsClient": "1.0.1",
"NETStandard.Library": "1.6.1",
"Microsoft.Extensions.Logging": "1.0.1",
"Microsoft.Extensions.Logging": "1.1.0",
"Microsoft.Extensions.Options": "1.0.1"
},

Expand Down

0 comments on commit 63a5b80

Please sign in to comment.