Skip to content

Commit

Permalink
Bump the version number to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavien committed Jul 10, 2016
1 parent e00820b commit 5ca0fbc
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 43 deletions.
2 changes: 1 addition & 1 deletion src/Openchain.Abstractions/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0-rc-*",
"version": "0.6.0-*",
"description": "Abstractions and public interfaces used by Openchain.",
"authors": [ "Flavien Charlon" ],
"copyright": "Copyright \u00A9 2015 Coinprism, Inc.",
Expand Down
4 changes: 2 additions & 2 deletions src/Openchain.Anchoring.Blockchain/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0-rc-*",
"version": "0.6.0-*",
"description": "Blockchain-based anchoring for Openchain.",
"authors": [ "Flavien Charlon" ],
"copyright": "Copyright \u00A9 2015 Coinprism, Inc.",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "1.0.0",
"NBitcoin": "3.0.0.37",
"Openchain.Infrastructure": "0.6.0-rc"
"Openchain.Infrastructure": "0.6.0"
},

"frameworks": {
Expand Down
4 changes: 2 additions & 2 deletions src/Openchain.Infrastructure/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0-rc-*",
"version": "0.6.0-*",
"description": "Main Openchain ledger management system.",
"authors": [ "Flavien Charlon" ],
"copyright": "Copyright \u00A9 2015 Coinprism, Inc.",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0",
"Openchain.Abstractions": "0.6.0-rc",
"Openchain.Abstractions": "0.6.0",
"Portable.BouncyCastle": "1.8.1.1"
},

Expand Down
2 changes: 1 addition & 1 deletion src/Openchain.Server/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace Openchain.Server
{
public class Startup
{
private static readonly string version = "0.6.0-rc";
private static readonly string version = "0.6.0";
private List<Task> runningTasks = new List<Task>();
private readonly IConfiguration configuration;

Expand Down
11 changes: 2 additions & 9 deletions src/Openchain.Server/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0-rc-*",
"version": "0.6.0-*",
"description": "Reference implementation of the Openchain protocol.",
"authors": [ "Flavien Charlon" ],
"copyright": "Copyright \u00A9 2015 Coinprism, Inc.",
Expand All @@ -19,7 +19,6 @@
"dependencies": {
"System.Runtime.Loader": "4.0.0",
"Microsoft.AspNetCore.Mvc.Cors": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
Expand All @@ -28,7 +27,7 @@
"Microsoft.Extensions.Configuration.Json": "1.0.0",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0",
"Newtonsoft.Json": "9.0.1",
"Openchain.Infrastructure": "0.6.0-rc"
"Openchain.Infrastructure": "0.6.0"
},

"frameworks": {
Expand All @@ -43,11 +42,5 @@
"portable-net45+win8"
]
}

//"net451": {
// "dependencies": {
// "System.Text.Encoding": "4.0.0.0"
// }
//}
}
}
4 changes: 2 additions & 2 deletions src/Openchain.SqlServer/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0-rc-*",
"version": "0.6.0-*",
"description": "SQL Server implementation of the Openchain storage layer.",
"authors": [ "Flavien Charlon" ],
"copyright": "Copyright \u00A9 2015 Coinprism, Inc.",
Expand All @@ -17,7 +17,7 @@
},

"dependencies": {
"Openchain.Infrastructure": "0.6.0-rc"
"Openchain.Infrastructure": "0.6.0"
},

"frameworks": {
Expand Down
4 changes: 2 additions & 2 deletions src/Openchain.Sqlite/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0-rc-*",
"version": "0.6.0-*",
"description": "SQLite implementation of the Openchain storage layer.",
"authors": [ "Flavien Charlon" ],
"copyright": "Copyright \u00A9 2015 Coinprism, Inc.",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"Microsoft.Data.SQLite": "1.0.0",
"Microsoft.AspNetCore.Hosting": "1.0.0",
"Openchain.Infrastructure": "0.6.0-rc"
"Openchain.Infrastructure": "0.6.0"
},

"frameworks": {
Expand Down
8 changes: 2 additions & 6 deletions src/Openchain.Validation.PermissionBased/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0-rc-*",
"version": "0.6.0-*",
"description": "Permission-based validation provider for Openchain.",
"authors": [ "Flavien Charlon" ],
"copyright": "Copyright \u00A9 2015 Coinprism, Inc.",
Expand All @@ -18,18 +18,14 @@

"dependencies": {
"Newtonsoft.Json": "9.0.1",
"Openchain.Infrastructure": "0.6.0-rc"
"Openchain.Infrastructure": "0.6.0"
},

"frameworks": {
"net451": { },

"netstandard1.3": {
"dependencies": {
//"Microsoft.CSharp": "4.0.1",
//"System.Collections": "4.0.11-beta-23516",
//"System.Linq": "4.0.1-beta-23516",
//"System.Threading": "4.0.11-beta-23516"
},
"imports": [
"dotnet5.6",
Expand Down
9 changes: 5 additions & 4 deletions src/Openchain/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
"version": "1.0.0",
"type": "platform"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",

"Openchain.Server": "0.6.0-rc",
"Openchain.Server": "0.6.0",

"Openchain.Sqlite": "0.6.0-rc",
"Openchain.Validation.PermissionBased": "0.6.0-rc",
"Openchain.Anchoring.Blockchain": "0.6.0-rc"
"Openchain.Sqlite": "0.6.0",
"Openchain.Validation.PermissionBased": "0.6.0",
"Openchain.Anchoring.Blockchain": "0.6.0"
},

"userSecretsId": "Openchain.Server",
Expand Down
4 changes: 2 additions & 2 deletions test/Openchain.Abstractions.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0-rc-*",
"version": "0.6.0-*",
"description": "Unit tests for the Openchain.Abstractions package.",
"authors": [ "Flavien Charlon" ],
"copyright": "Copyright \u00A9 2015 Coinprism, Inc.",
Expand All @@ -12,7 +12,7 @@
},

"dependencies": {
"Openchain.Abstractions": "0.6.0-rc",
"Openchain.Abstractions": "0.6.0",
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029"
},
Expand Down
4 changes: 2 additions & 2 deletions test/Openchain.Infrastructure.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0-rc-*",
"version": "0.6.0-*",
"description": "Unit tests for the Openchain.Infrastructure package.",
"authors": [ "Flavien Charlon" ],
"copyright": "Copyright \u00A9 2015 Coinprism, Inc.",
Expand All @@ -12,7 +12,7 @@
},

"dependencies": {
"Openchain.Infrastructure": "0.6.0-rc",
"Openchain.Infrastructure": "0.6.0",
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029"
},
Expand Down
8 changes: 4 additions & 4 deletions test/Openchain.SqlServer.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0-rc-*",
"version": "0.6.0-*",
"description": "Unit tests for the Openchain.SqlServer package.",
"authors": [ "Flavien Charlon" ],
"copyright": "Copyright © 2015 Coinprism, Inc.",
Expand All @@ -21,9 +21,9 @@
"Microsoft.Extensions.Configuration": "1.0.0",
"Microsoft.Extensions.Configuration.Json": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"Openchain.Abstractions.Tests": "0.6.0-rc",
"Openchain.Infrastructure.Tests": "0.6.0-rc",
"Openchain.SqlServer": "0.6.0-rc",
"Openchain.Abstractions.Tests": "0.6.0",
"Openchain.Infrastructure.Tests": "0.6.0",
"Openchain.SqlServer": "0.6.0",
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029"
},
Expand Down
8 changes: 4 additions & 4 deletions test/Openchain.Sqlite.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0-rc-*",
"version": "0.6.0-*",
"description": "Unit tests for the Openchain.Sqlite package.",
"authors": [ "Flavien Charlon" ],
"copyright": "Copyright \u00A9 2015 Coinprism, Inc.",
Expand All @@ -13,9 +13,9 @@

"dependencies": {
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"Openchain.Abstractions.Tests": "0.6.0-rc",
"Openchain.Infrastructure.Tests": "0.6.0-rc",
"Openchain.Sqlite": "0.6.0-rc",
"Openchain.Abstractions.Tests": "0.6.0",
"Openchain.Infrastructure.Tests": "0.6.0",
"Openchain.Sqlite": "0.6.0",
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029"
},
Expand Down
4 changes: 2 additions & 2 deletions test/Openchain.Validation.PermissionBased.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0-rc-*",
"version": "0.6.0-*",
"description": "Unit tests for the Openchain.Infrastructure package.",
"authors": [ "Flavien Charlon" ],
"copyright": "Copyright \u00A9 2015 Coinprism, Inc.",
Expand All @@ -12,7 +12,7 @@
},

"dependencies": {
"Openchain.Validation.PermissionBased": "0.6.0-rc",
"Openchain.Validation.PermissionBased": "0.6.0",
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029"
},
Expand Down

0 comments on commit 5ca0fbc

Please sign in to comment.