File tree Expand file tree Collapse file tree 15 files changed +33
-33
lines changed
Openchain.Anchoring.Blockchain
Openchain.Validation.PermissionBased
Openchain.Abstractions.Tests
Openchain.Infrastructure.Tests
Openchain.SqlServer.Tests
Openchain.Validation.PermissionBased.Tests Expand file tree Collapse file tree 15 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.5.1-rc1- *" ,
2
+ "version" : " 0.5.1-*" ,
3
3
"description" : " Abstractions and public interfaces used by Openchain." ,
4
4
"authors" : [ " Flavien Charlon" ],
5
5
"owners" : [ " Coinprism" ],
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.5.1-rc1- *" ,
2
+ "version" : " 0.5.1-*" ,
3
3
"description" : " Blockchain-based anchoring for Openchain." ,
4
4
"authors" : [ " Flavien Charlon" ],
5
5
"owners" : [ " Coinprism" ],
17
17
"System.Net.Http" : " 4.0.1-beta-23516" ,
18
18
"Microsoft.Extensions.Logging.Abstractions" : " 1.0.0-rc1-final" ,
19
19
"NBitcoin" : " 2.1.5.9" ,
20
- "Openchain.Infrastructure" : " 0.5.1-rc1- *"
20
+ "Openchain.Infrastructure" : " 0.5.1-*"
21
21
},
22
22
23
23
"frameworks" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.5.1-rc1- *" ,
2
+ "version" : " 0.5.1-*" ,
3
3
"description" : " Main Openchain ledger management system." ,
4
4
"authors" : [ " Flavien Charlon" ],
5
5
"owners" : [ " Coinprism" ],
16
16
"dependencies" : {
17
17
"Microsoft.Extensions.Configuration.Abstractions" : " 1.0.0-rc1-final" ,
18
18
"Microsoft.Extensions.DependencyInjection.Abstractions" : " 1.0.0-rc1-final" ,
19
- "Openchain.Abstractions" : " 0.5.1-rc1- *" ,
19
+ "Openchain.Abstractions" : " 0.5.1-*" ,
20
20
"Portable.BouncyCastle" : " 1.8.0"
21
21
},
22
22
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ namespace Openchain.Server
29
29
{
30
30
public class Startup
31
31
{
32
- private static readonly string version = "0.5.1-rc1 " ;
32
+ private static readonly string version = "0.5.1" ;
33
33
private List < Task > runningTasks = new List < Task > ( ) ;
34
34
private readonly IConfiguration configuration ;
35
35
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.5.1-rc1- *" ,
2
+ "version" : " 0.5.1-*" ,
3
3
"description" : " Reference implementation of the Openchain protocol." ,
4
4
"authors" : [ " Flavien Charlon" ],
5
5
"owners" : [ " Coinprism" ],
25
25
"Microsoft.Extensions.Configuration.Json" : " 1.0.0-rc1-final" ,
26
26
"Microsoft.Extensions.Configuration.UserSecrets" : " 1.0.0-rc1-final" ,
27
27
"Newtonsoft.Json" : " 8.0.1" ,
28
- "Openchain.Infrastructure" : " 0.5.1-rc1- *"
28
+ "Openchain.Infrastructure" : " 0.5.1-*"
29
29
},
30
30
31
31
"frameworks" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.5.1-rc1- *" ,
2
+ "version" : " 0.5.1-*" ,
3
3
"description" : " SQL Server implementation of the Openchain storage layer." ,
4
4
"authors" : [ " Flavien Charlon" ],
5
5
"owners" : [ " Coinprism" ],
14
14
},
15
15
16
16
"dependencies" : {
17
- "Openchain.Infrastructure" : " 0.5.1-rc1- *"
17
+ "Openchain.Infrastructure" : " 0.5.1-*"
18
18
},
19
19
20
20
"frameworks" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.5.1-rc1- *" ,
2
+ "version" : " 0.5.1-*" ,
3
3
"description" : " SQLite implementation of the Openchain storage layer." ,
4
4
"authors" : [ " Flavien Charlon" ],
5
5
"owners" : [ " Coinprism" ],
16
16
"dependencies" : {
17
17
"Microsoft.Data.SQLite" : " 1.0.0-rc1-final" ,
18
18
"Microsoft.AspNet.Hosting" : " 1.0.0-rc1-final" ,
19
- "Openchain.Infrastructure" : " 0.5.1-rc1- *"
19
+ "Openchain.Infrastructure" : " 0.5.1-*"
20
20
},
21
21
22
22
"frameworks" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.5.1-rc1- *" ,
2
+ "version" : " 0.5.1-*" ,
3
3
"description" : " Permission-based validation provider for Openchain." ,
4
4
"authors" : [ " Flavien Charlon" ],
5
5
"owners" : [ " Coinprism" ],
15
15
16
16
"dependencies" : {
17
17
"Newtonsoft.Json" : " 8.0.1" ,
18
- "Openchain.Infrastructure" : " 0.5.1-rc1- *"
18
+ "Openchain.Infrastructure" : " 0.5.1-*"
19
19
},
20
20
21
21
"frameworks" : {
Original file line number Diff line number Diff line change 2
2
"entryPoint" : " Openchain.Server" ,
3
3
4
4
"dependencies" : {
5
- "Openchain.Server" : " 0.5.1-rc1 " ,
5
+ "Openchain.Server" : " 0.5.1" ,
6
6
7
- "Openchain.Sqlite" : " 0.5.1-rc1 " ,
8
- "Openchain.Validation.PermissionBased" : " 0.5.1-rc1 " ,
9
- "Openchain.Anchoring.Blockchain" : " 0.5.1-rc1 "
7
+ "Openchain.Sqlite" : " 0.5.1" ,
8
+ "Openchain.Validation.PermissionBased" : " 0.5.1" ,
9
+ "Openchain.Anchoring.Blockchain" : " 0.5.1"
10
10
},
11
11
12
12
"userSecretsId" : " Openchain.Server" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.5.1-rc1- *" ,
2
+ "version" : " 0.5.1-*" ,
3
3
"description" : " Unit tests for the Openchain.Abstractions package." ,
4
4
"authors" : [ " Flavien Charlon" ],
5
5
"owners" : [ " Coinprism" ],
9
9
"copyright" : " Copyright \u00A9 2015 Coinprism, Inc." ,
10
10
11
11
"dependencies" : {
12
- "Openchain.Abstractions" : " 0.5.1-rc1- *" ,
12
+ "Openchain.Abstractions" : " 0.5.1-*" ,
13
13
"xunit" : " 2.1.0" ,
14
14
"xunit.runner.dnx" : " 2.1.0-rc1-*"
15
15
},
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.5.1-rc1- *" ,
2
+ "version" : " 0.5.1-*" ,
3
3
"description" : " Unit tests for the Openchain.Infrastructure package." ,
4
4
"authors" : [ " Flavien Charlon" ],
5
5
"owners" : [ " Coinprism" ],
9
9
"copyright" : " Copyright \u00A9 2015 Coinprism, Inc." ,
10
10
11
11
"dependencies" : {
12
- "Openchain.Infrastructure" : " 0.5.1-rc1- *" ,
12
+ "Openchain.Infrastructure" : " 0.5.1-*" ,
13
13
"xunit" : " 2.1.0" ,
14
14
"xunit.runner.dnx" : " 2.1.0-rc1-*"
15
15
},
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.5.1-rc1- *" ,
2
+ "version" : " 0.5.1-*" ,
3
3
"description" : " Unit tests for the Openchain.SqlServer package." ,
4
4
"authors" : [ " Flavien Charlon" ],
5
5
"owners" : [ " Coinprism" ],
12
12
"Microsoft.Extensions.Configuration" : " 1.0.0-rc1-final" ,
13
13
"Microsoft.Extensions.Configuration.Json" : " 1.0.0-rc1-final" ,
14
14
"Microsoft.Extensions.DependencyInjection" : " 1.0.0-rc1-final" ,
15
- "Openchain.Abstractions.Tests" : " 0.5.1-rc1- *" ,
16
- "Openchain.Infrastructure.Tests" : " 0.5.1-rc1- *" ,
17
- "Openchain.SqlServer" : " 0.5.1-rc1- *" ,
15
+ "Openchain.Abstractions.Tests" : " 0.5.1-*" ,
16
+ "Openchain.Infrastructure.Tests" : " 0.5.1-*" ,
17
+ "Openchain.SqlServer" : " 0.5.1-*" ,
18
18
"xunit" : " 2.1.0" ,
19
19
"xunit.runner.dnx" : " 2.1.0-rc1-*"
20
20
},
Original file line number Diff line number Diff line change 1
1
{
2
- "sql_connection_string" : " Data Source=.;Initial Catalog=Openchain ;Integrated Security=True"
2
+ "sql_connection_string" : " Data Source=.;Initial Catalog=OpenchainTests ;Integrated Security=True"
3
3
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.5.1-rc1- *" ,
2
+ "version" : " 0.5.1-*" ,
3
3
"description" : " Unit tests for the Openchain.Sqlite package." ,
4
4
"authors" : [ " Flavien Charlon" ],
5
5
"owners" : [ " Coinprism" ],
10
10
11
11
"dependencies" : {
12
12
"Microsoft.Extensions.DependencyInjection" : " 1.0.0-rc1-final" ,
13
- "Openchain.Abstractions.Tests" : " 0.5.1-rc1- *" ,
14
- "Openchain.Infrastructure.Tests" : " 0.5.1-rc1- *" ,
15
- "Openchain.Sqlite" : " 0.5.1-rc1- *" ,
13
+ "Openchain.Abstractions.Tests" : " 0.5.1-*" ,
14
+ "Openchain.Infrastructure.Tests" : " 0.5.1-*" ,
15
+ "Openchain.Sqlite" : " 0.5.1-*" ,
16
16
"xunit" : " 2.1.0" ,
17
17
"xunit.runner.dnx" : " 2.1.0-rc1-*"
18
18
},
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.5.1-rc1- *" ,
2
+ "version" : " 0.5.1-*" ,
3
3
"description" : " Unit tests for the Openchain.Infrastructure package." ,
4
4
"authors" : [ " Flavien Charlon" ],
5
5
"owners" : [ " Coinprism" ],
9
9
"copyright" : " Copyright \u00A9 2015 Coinprism, Inc." ,
10
10
11
11
"dependencies" : {
12
- "Openchain.Validation.PermissionBased" : " 0.5.1-rc1- *" ,
12
+ "Openchain.Validation.PermissionBased" : " 0.5.1-*" ,
13
13
"xunit" : " 2.1.0" ,
14
14
"xunit.runner.dnx" : " 2.1.0-rc1-*"
15
15
},
You can’t perform that action at this time.
0 commit comments