Skip to content

Commit 677893b

Browse files
committed
Add nuget package metadata
Organize files into correct folders
1 parent 78ad311 commit 677893b

13 files changed

Lines changed: 81 additions & 401 deletions

File tree

DbContextScope.sln

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6258D4E6-ECD
1212
EndProject
1313
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "DbContextScope.UnitOfWork.Core", "src\DbContextScope.UnitOfWork.Core\DbContextScope.UnitOfWork.Core.xproj", "{1C3207F7-9381-453F-8783-B3D52A0C9B8B}"
1414
EndProject
15-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "DbContextScope.UnitOfWork.Ef7", "src\DbContextScope.Ef7.UnitOfWork\DbContextScope.UnitOfWork.Ef7.xproj", "{E053CA11-B054-46D7-AF4E-84AEFF0AA1E3}"
16-
EndProject
1715
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "DbContextScope.Ef7", "src\DbContextScope.Ef7\DbContextScope.Ef7.xproj", "{AB70542C-890D-4630-B27E-14F9587DD278}"
1816
EndProject
1917
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Demo Application", "src\DemoApplication\Demo Application.xproj", "{C7710DE2-92AE-49C8-8645-DB1300A2CD9C}"
2018
EndProject
19+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "DbContextScope.UnitOfWork.Ef7", "src\DbContextScope.UnitOfWork.Ef7\DbContextScope.UnitOfWork.Ef7.xproj", "{E053CA11-B054-46D7-AF4E-84AEFF0AA1E3}"
20+
EndProject
2121
Global
2222
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2323
Debug|Any CPU = Debug|Any CPU
@@ -28,10 +28,6 @@ Global
2828
{1C3207F7-9381-453F-8783-B3D52A0C9B8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
2929
{1C3207F7-9381-453F-8783-B3D52A0C9B8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
3030
{1C3207F7-9381-453F-8783-B3D52A0C9B8B}.Release|Any CPU.Build.0 = Release|Any CPU
31-
{E053CA11-B054-46D7-AF4E-84AEFF0AA1E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
32-
{E053CA11-B054-46D7-AF4E-84AEFF0AA1E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
33-
{E053CA11-B054-46D7-AF4E-84AEFF0AA1E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
34-
{E053CA11-B054-46D7-AF4E-84AEFF0AA1E3}.Release|Any CPU.Build.0 = Release|Any CPU
3531
{AB70542C-890D-4630-B27E-14F9587DD278}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3632
{AB70542C-890D-4630-B27E-14F9587DD278}.Debug|Any CPU.Build.0 = Debug|Any CPU
3733
{AB70542C-890D-4630-B27E-14F9587DD278}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -40,14 +36,18 @@ Global
4036
{C7710DE2-92AE-49C8-8645-DB1300A2CD9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
4137
{C7710DE2-92AE-49C8-8645-DB1300A2CD9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
4238
{C7710DE2-92AE-49C8-8645-DB1300A2CD9C}.Release|Any CPU.Build.0 = Release|Any CPU
39+
{E053CA11-B054-46D7-AF4E-84AEFF0AA1E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
40+
{E053CA11-B054-46D7-AF4E-84AEFF0AA1E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
41+
{E053CA11-B054-46D7-AF4E-84AEFF0AA1E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
42+
{E053CA11-B054-46D7-AF4E-84AEFF0AA1E3}.Release|Any CPU.Build.0 = Release|Any CPU
4343
EndGlobalSection
4444
GlobalSection(SolutionProperties) = preSolution
4545
HideSolutionNode = FALSE
4646
EndGlobalSection
4747
GlobalSection(NestedProjects) = preSolution
4848
{1C3207F7-9381-453F-8783-B3D52A0C9B8B} = {6258D4E6-ECD4-45A6-951D-211A52A1183E}
49-
{E053CA11-B054-46D7-AF4E-84AEFF0AA1E3} = {6258D4E6-ECD4-45A6-951D-211A52A1183E}
5049
{AB70542C-890D-4630-B27E-14F9587DD278} = {6258D4E6-ECD4-45A6-951D-211A52A1183E}
5150
{C7710DE2-92AE-49C8-8645-DB1300A2CD9C} = {6258D4E6-ECD4-45A6-951D-211A52A1183E}
51+
{E053CA11-B054-46D7-AF4E-84AEFF0AA1E3} = {6258D4E6-ECD4-45A6-951D-211A52A1183E}
5252
EndGlobalSection
5353
EndGlobal

src/DbContextScope.Ef7.UnitOfWork/project.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/DbContextScope.Ef7/project.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"title": "DbContextScope.Ef7",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"authors": [ "Mehdi El Gueddari, Camilo Fierro" ],
5-
"description": "A simple and flexible way to manage your Entity Framework DbContext instances.",
6-
"tags": [ "EntityFramework, ASP.NET, DbContext" ],
5+
"description": "DbContextScope is a simple and flexible way to manage your Entity Framework 7 relational DbContext instances.",
6+
"tags": [ "EntityFramework, ASP.NET, DbContext, DbContextScope" ],
7+
"projectUrl": "https://github.com/ninety7/DbContextScope",
8+
"licenseUrl": "",
79

810
"dependencies": {
9-
"EntityFramework.MicrosoftSqlServer": "7.0.0-rc1-final"
11+
"EntityFramework.Relational": "7.0.0-rc1-final"
1012
},
1113

1214
"frameworks": {

src/DbContextScope.Ef7/project.lock.json

Lines changed: 1 addition & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,6 @@
4545
"lib/dnx451/EntityFramework.Core.dll": {}
4646
}
4747
},
48-
"EntityFramework.MicrosoftSqlServer/7.0.0-rc1-final": {
49-
"type": "package",
50-
"dependencies": {
51-
"EntityFramework.Relational": "7.0.0-rc1-final"
52-
},
53-
"frameworkAssemblies": [
54-
"Microsoft.CSharp",
55-
"mscorlib",
56-
"System",
57-
"System.Core"
58-
],
59-
"compile": {
60-
"lib/net451/EntityFramework.MicrosoftSqlServer.dll": {}
61-
},
62-
"runtime": {
63-
"lib/net451/EntityFramework.MicrosoftSqlServer.dll": {}
64-
}
65-
},
6648
"EntityFramework.Relational/7.0.0-rc1-final": {
6749
"type": "package",
6850
"dependencies": {
@@ -395,24 +377,6 @@
395377
"lib/dnx451/EntityFramework.Core.dll": {}
396378
}
397379
},
398-
"EntityFramework.MicrosoftSqlServer/7.0.0-rc1-final": {
399-
"type": "package",
400-
"dependencies": {
401-
"EntityFramework.Relational": "7.0.0-rc1-final"
402-
},
403-
"frameworkAssemblies": [
404-
"Microsoft.CSharp",
405-
"mscorlib",
406-
"System",
407-
"System.Core"
408-
],
409-
"compile": {
410-
"lib/net451/EntityFramework.MicrosoftSqlServer.dll": {}
411-
},
412-
"runtime": {
413-
"lib/net451/EntityFramework.MicrosoftSqlServer.dll": {}
414-
}
415-
},
416380
"EntityFramework.Relational/7.0.0-rc1-final": {
417381
"type": "package",
418382
"dependencies": {
@@ -745,24 +709,6 @@
745709
"lib/dnx451/EntityFramework.Core.dll": {}
746710
}
747711
},
748-
"EntityFramework.MicrosoftSqlServer/7.0.0-rc1-final": {
749-
"type": "package",
750-
"dependencies": {
751-
"EntityFramework.Relational": "7.0.0-rc1-final"
752-
},
753-
"frameworkAssemblies": [
754-
"Microsoft.CSharp",
755-
"mscorlib",
756-
"System",
757-
"System.Core"
758-
],
759-
"compile": {
760-
"lib/net451/EntityFramework.MicrosoftSqlServer.dll": {}
761-
},
762-
"runtime": {
763-
"lib/net451/EntityFramework.MicrosoftSqlServer.dll": {}
764-
}
765-
},
766712
"EntityFramework.Relational/7.0.0-rc1-final": {
767713
"type": "package",
768714
"dependencies": {
@@ -1095,24 +1041,6 @@
10951041
"lib/dnx451/EntityFramework.Core.dll": {}
10961042
}
10971043
},
1098-
"EntityFramework.MicrosoftSqlServer/7.0.0-rc1-final": {
1099-
"type": "package",
1100-
"dependencies": {
1101-
"EntityFramework.Relational": "7.0.0-rc1-final"
1102-
},
1103-
"frameworkAssemblies": [
1104-
"Microsoft.CSharp",
1105-
"mscorlib",
1106-
"System",
1107-
"System.Core"
1108-
],
1109-
"compile": {
1110-
"lib/net451/EntityFramework.MicrosoftSqlServer.dll": {}
1111-
},
1112-
"runtime": {
1113-
"lib/net451/EntityFramework.MicrosoftSqlServer.dll": {}
1114-
}
1115-
},
11161044
"EntityFramework.Relational/7.0.0-rc1-final": {
11171045
"type": "package",
11181046
"dependencies": {
@@ -1445,24 +1373,6 @@
14451373
"lib/dnx451/EntityFramework.Core.dll": {}
14461374
}
14471375
},
1448-
"EntityFramework.MicrosoftSqlServer/7.0.0-rc1-final": {
1449-
"type": "package",
1450-
"dependencies": {
1451-
"EntityFramework.Relational": "7.0.0-rc1-final"
1452-
},
1453-
"frameworkAssemblies": [
1454-
"Microsoft.CSharp",
1455-
"mscorlib",
1456-
"System",
1457-
"System.Core"
1458-
],
1459-
"compile": {
1460-
"lib/net451/EntityFramework.MicrosoftSqlServer.dll": {}
1461-
},
1462-
"runtime": {
1463-
"lib/net451/EntityFramework.MicrosoftSqlServer.dll": {}
1464-
}
1465-
},
14661376
"EntityFramework.Relational/7.0.0-rc1-final": {
14671377
"type": "package",
14681378
"dependencies": {
@@ -1795,24 +1705,6 @@
17951705
"lib/dnx451/EntityFramework.Core.dll": {}
17961706
}
17971707
},
1798-
"EntityFramework.MicrosoftSqlServer/7.0.0-rc1-final": {
1799-
"type": "package",
1800-
"dependencies": {
1801-
"EntityFramework.Relational": "7.0.0-rc1-final"
1802-
},
1803-
"frameworkAssemblies": [
1804-
"Microsoft.CSharp",
1805-
"mscorlib",
1806-
"System",
1807-
"System.Core"
1808-
],
1809-
"compile": {
1810-
"lib/net451/EntityFramework.MicrosoftSqlServer.dll": {}
1811-
},
1812-
"runtime": {
1813-
"lib/net451/EntityFramework.MicrosoftSqlServer.dll": {}
1814-
}
1815-
},
18161708
"EntityFramework.Relational/7.0.0-rc1-final": {
18171709
"type": "package",
18181710
"dependencies": {
@@ -2122,22 +2014,6 @@
21222014
"lib/netcore50/EntityFramework.Core.xml"
21232015
]
21242016
},
2125-
"EntityFramework.MicrosoftSqlServer/7.0.0-rc1-final": {
2126-
"type": "package",
2127-
"serviceable": true,
2128-
"sha512": "FMB2MgT5aXMF7qGMwf5AGcmpNFoT4s1w0QJ5h+L8W4gyMxWpYamGp9hms7rOSAWY44ZDl5ZMpxiTfu3nY3Nqeg==",
2129-
"files": [
2130-
"EntityFramework.MicrosoftSqlServer.7.0.0-rc1-final.nupkg",
2131-
"EntityFramework.MicrosoftSqlServer.7.0.0-rc1-final.nupkg.sha512",
2132-
"EntityFramework.MicrosoftSqlServer.nuspec",
2133-
"lib/dotnet5.4/EntityFramework.MicrosoftSqlServer.dll",
2134-
"lib/dotnet5.4/EntityFramework.MicrosoftSqlServer.xml",
2135-
"lib/net451/EntityFramework.MicrosoftSqlServer.dll",
2136-
"lib/net451/EntityFramework.MicrosoftSqlServer.xml",
2137-
"lib/netcore50/EntityFramework.MicrosoftSqlServer.dll",
2138-
"lib/netcore50/EntityFramework.MicrosoftSqlServer.xml"
2139-
]
2140-
},
21412017
"EntityFramework.Relational/7.0.0-rc1-final": {
21422018
"type": "package",
21432019
"serviceable": true,
@@ -2534,7 +2410,7 @@
25342410
},
25352411
"projectFileDependencyGroups": {
25362412
"": [
2537-
"EntityFramework.MicrosoftSqlServer >= 7.0.0-rc1-final"
2413+
"EntityFramework.Relational >= 7.0.0-rc1-final"
25382414
],
25392415
"DNX,Version=v4.5.1": [],
25402416
"DNX,Version=v4.6": []

src/DbContextScope.UnitOfWork.Core/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"title": "DbContextScope.UnitOfWork.Core",
3-
"version": "1.0.0-*",
3+
"version": "1.0.1",
44
"authors": [ "Camilo Fierro" ],
5-
"description": "DbContextScope.UnitOfWork.Core Class Library",
6-
"tags": [ "EntityFramework, ASP.NET, DbContext, Unit Of Work, Pattern, Repository" ],
7-
"projectUrl": "",
5+
"description": "This package contains base interfaces that enable developers to implement Unit Of Work and Repository patterns with data stores.",
6+
"tags": [ "Unit of Work, Repository, Pattern, Data, EntityFramework, ASP.NET, DbContext" ],
7+
"projectUrl": "https://github.com/ninety7/DbContextScope",
88
"licenseUrl": "",
99

1010
"frameworks": {

src/DbContextScope.Ef7.UnitOfWork/DbContextScope.UnitOfWork.Ef7.xproj renamed to src/DbContextScope.UnitOfWork.Ef7/DbContextScope.UnitOfWork.Ef7.xproj

File renamed without changes.

src/DbContextScope.Ef7.UnitOfWork/IEntityFrameworkUnitOfWork.cs renamed to src/DbContextScope.UnitOfWork.Ef7/IEntityFrameworkUnitOfWork.cs

File renamed without changes.

src/DbContextScope.Ef7.UnitOfWork/Properties/AssemblyInfo.cs renamed to src/DbContextScope.UnitOfWork.Ef7/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("DbContextScope.Ef7.UnitOfWork")]
8+
[assembly: AssemblyTitle("DbContextScope.UnitOfWork.Ef7")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("DbContextScope.Ef7.UnitOfWork")]
12+
[assembly: AssemblyProduct("DbContextScope.UnitOfWork.Ef7")]
1313
[assembly: AssemblyCopyright("Copyright © 2016")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]

src/DbContextScope.Ef7.UnitOfWork/Repository/EntityFrameworkRepository.cs renamed to src/DbContextScope.UnitOfWork.Ef7/Repository/EntityFrameworkRepository.cs

File renamed without changes.

src/DbContextScope.Ef7.UnitOfWork/Repository/IEntityFrameworkRepository.cs renamed to src/DbContextScope.UnitOfWork.Ef7/Repository/IEntityFrameworkRepository.cs

File renamed without changes.

0 commit comments

Comments
 (0)