Skip to content

Commit a73b948

Browse files
committed
Pacchetti anche su project.json
1 parent a5a33e9 commit a73b948

7 files changed

Lines changed: 77 additions & 20 deletions

File tree

SharpRepository.EfRepository/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.0.1-prerelease",
2+
"version": "1.5.0.2",
33
"title": "SharpRepository for EF",
44
"authors": [ "Ben Griswold", "Jeff Treuting", "Fairway Technologies" ],
55
"description": "SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits.!",
@@ -9,14 +9,14 @@
99
"win": {}
1010
},
1111
"dependencies": {
12-
"SharpRepository.Repository": "1.5.0-prerelease",
12+
"SharpRepository.Repository": "1.5.0.2",
1313
"EntityFramework": "6.1.3"
1414
},
1515
"packOptions": {
1616
"summary": "SharpRepository: EntityFramework repository pattern implementation for C#",
1717
"tags": [ "SharpRepository", "Repository", "EF", "EntityFramework", "EF6" ],
18-
"releaseNotes": "Version 1.5.0-prerelease: upgraded to .net 452 and EF 6.1.3",
19-
"iconUrl": "https://cloud.githubusercontent.com/assets/2690653/26342225/79903c5e-3f97-11e7-810b-8bd77ddb4ac3.png",
18+
"releaseNotes": "Version 1.5.02: release",
19+
"iconUrl": "https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png",
2020
"projectUrl": "https://github.com/SharpRepository/SharpRepository",
2121
"licenseUrl": "https://raw.githubusercontent.com/SharpRepository/SharpRepository/develop/license.txt",
2222
"requireLicenseAcceptance": false,

SharpRepository.InMemoryRepository/project.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.0-prerelease",
2+
"version": "1.5.0.2",
33
"authors": [ "Ben Griswold", "Jeff Treuting", "Fairway Technologies" ],
44
"description": "SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits.!",
55
"frameworks": { "net452": {} },
@@ -8,14 +8,15 @@
88
"win": {}
99
},
1010
"dependencies": {
11-
"SharpRepository.Repository": "1.5.0-prerelease"
11+
"SharpRepository.Repository": "1.5.0.2"
1212
},
1313
"packOptions": {
1414
"summary": "SharpRepository: repository pattern implementation for C#",
1515
"tags": [ "SharpRepository", "Repository", "InMemory" ],
16-
"releaseNotes": "Version 1.5.0-prerelease: upgraded to .net 452 and EF 6.1.3",
16+
"releaseNotes": "Version 1.5.0.2: release",
17+
"iconUrl": "https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png",
1718
"projectUrl": "https://github.com/SharpRepository/SharpRepository",
18-
"licenseUrl": "https://raw.githubusercontent.com/SharpRepository/SharpRepository/develop/license.txt",
19+
"licenseUrl": "https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt",
1920
"requireLicenseAcceptance": false,
2021
"repository": {
2122
"type": "git",

SharpRepository.MongoDbRepository/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.0-prerelease",
2+
"version": "1.5.0.2",
33
"title": "SharpRepository for MongoDb",
44
"authors": [ "Ben Griswold", "Jeff Treuting", "Fairway Technologies" ],
55
"description": "SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits.!",
@@ -9,7 +9,7 @@
99
"win": {}
1010
},
1111
"dependencies": {
12-
"SharpRepository.Repository": "1.5.0-prerelease",
12+
"SharpRepository.Repository": "1.5.0.2",
1313
"MongoDB.Bson": "2.4.3",
1414
"MongoDB.Driver": "2.4.3",
1515
"MongoDB.Driver.Core": "2.4.3",
@@ -18,8 +18,8 @@
1818
"packOptions": {
1919
"summary": "SharpRepository: EntityFramework repository pattern implementation for C#",
2020
"tags": [ "SharpRepository", "Repository", "MongoDb" ],
21-
"releaseNotes": "Version 1.5.0-prerelease: upgraded to .net 452, upgraded Mongo.Driver to 2.4.3",
22-
"iconUrl": "https://cloud.githubusercontent.com/assets/2690653/26342225/79903c5e-3f97-11e7-810b-8bd77ddb4ac3.png",
21+
"releaseNotes": "Version 1.5.0.2: release",
22+
"iconUrl": "https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png",
2323
"projectUrl": "https://github.com/SharpRepository/SharpRepository",
2424
"licenseUrl": "https://raw.githubusercontent.com/SharpRepository/SharpRepository/develop/license.txt",
2525
"requireLicenseAcceptance": false,

SharpRepository.Repository/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.0.1-prerelease",
2+
"version": "1.5.0.2",
33
"title": "SharpRepository",
44
"authors": [ "Ben Griswold", "Jeff Treuting", "Fairway Technologies" ],
55
"description": "SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits.!",
@@ -11,10 +11,10 @@
1111
"packOptions": {
1212
"summary": "SharpRepository: repository pattern implementation for C#",
1313
"tags": [ "SharpRepository", "Repository" ],
14-
"releaseNotes": "Version 1.5.0-prerelease: upgraded to .net 452",
15-
"iconUrl": "https://cloud.githubusercontent.com/assets/2690653/26342225/79903c5e-3f97-11e7-810b-8bd77ddb4ac3.png",
14+
"releaseNotes": "Version 1.5.0.2: stable release",
15+
"iconUrl": "https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png",
1616
"projectUrl": "https://github.com/SharpRepository/SharpRepository",
17-
"licenseUrl": "https://raw.githubusercontent.com/SharpRepository/SharpRepository/develop/license.txt",
17+
"licenseUrl": "https://raw.githubusercontent.com/SharpRepository/SharpRepository/master/license.txt",
1818
"requireLicenseAcceptance": false,
1919
"repository": {
2020
"type": "git",

SharpRepository.Samples/project.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
"runtimes": {
44
"win10-x64": {},
55
"win": {}
6+
},
7+
"dependencies": {
8+
"nunit": "3.6.1",
9+
"should": "1.1.20"
610
}
711
}
Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
11
{
2-
"frameworks": { "net452": {} },
2+
"frameworks": {
3+
"net452": {}
4+
},
35
"runtimes": {
46
"win10-x64": {},
57
"win": {}
8+
},
9+
"dependencies": {
10+
"entityframework": "6.1.3",
11+
"entityframework.sqlservercompact": "6.1.3",
12+
"microsoft.azure.keyvault.core": "1.0.0",
13+
"microsoft.compilerservices.asynctargetingpack": "1.0.1",
14+
"microsoft.data.edm": "5.6.4",
15+
"Microsoft.Data.OData": "5.6.4",
16+
"Microsoft.Data.Services.Client": "5.6.4",
17+
"microsoft.sqlserver.compact": "4.0.8876.1",
18+
"Microsoft.WindowsAzure.ConfigurationManager": "3.2.3",
19+
"mongodb.bson": "2.4.3",
20+
"mongodb.driver.core": "2.4.3",
21+
"Newtonsoft.Json": "10.0.2",
22+
"nunit": "3.6.1",
23+
"ravendb.client": "3.5.3",
24+
"ravendb.database": "3.5.3",
25+
"RhinoMocks": "3.6.1",
26+
"should": "1.1.20",
27+
"structuremap": "4.0.1.318",
28+
"structuremap.web": "4.0.0.315",
29+
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
30+
"System.Spatial": "5.6.4",
31+
"windowsazure.storage": "7.2.1"
632
}
7-
}
33+
}

SharpRepository.Tests/project.json

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
11
{
2-
"frameworks": { "net452": {} },
2+
"frameworks": {
3+
"net452": {}
4+
},
35
"runtimes": {
46
"win10-x64": {},
57
"win": {}
8+
},
9+
"dependencies": {
10+
"castle.core": "4.0.0",
11+
"EntityFramework": "6.1.3",
12+
"EnyimMemcached": "2.13.0",
13+
"log4net": "2.0.8",
14+
"microsoft.azure.keyvault.core": "1.0.0",
15+
"Microsoft.Data.Edm": "5.6.4",
16+
"Microsoft.Data.OData": "5.6.4",
17+
"Microsoft.Data.Services.Client": "5.6.4",
18+
"Microsoft.WindowsAzure.ConfigurationManager": "3.2.3",
19+
"mongodb.bson": "2.4.3",
20+
"mongodb.driver.core": "2.4.3",
21+
"moq": "4.7.8",
22+
"newtonsoft.json": "10.0.2",
23+
"nlog": "2.0.1.2",
24+
"nunit": "3.6.1",
25+
"servicestack.common": "3.9.28",
26+
"servicestack.redis": "3.9.29",
27+
"servicestack.text": "3.9.28",
28+
"should": "1.1.20",
29+
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
30+
"System.Spatial": "5.6.4",
31+
"windowsazure.storage": "7.2.1"
632
}
7-
}
33+
}

0 commit comments

Comments
 (0)