Skip to content

Commit 9200a32

Browse files
authored
Merge pull request #17 from geeklearningio/release/0.3.1
Release/0.3.1
2 parents cf7dc71 + 10c7fe3 commit 9200a32

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed

GeekLearning.Storage.sln

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeekLearning.Storage", "src\GeekLearning.Storage\GeekLearning.Storage.xproj", "{1F419C53-73C6-4460-B284-6A49AE41C596}"
77
EndProject
8-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{FBAC4C17-D755-49A9-959D-18FD6B95B543}"
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{FBAC4C17-D755-49A9-959D-18FD6B95B543}"
99
EndProject
1010
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeekLearning.Storage.Azure", "src\GeekLearning.Storage.Azure\GeekLearning.Storage.Azure.xproj", "{FD8BB8F9-9AF5-4C12-B962-9E08C30B01E2}"
1111
EndProject
1212
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeekLearning.Storage.FileSystem", "src\GeekLearning.Storage.FileSystem\GeekLearning.Storage.FileSystem.xproj", "{4A12B042-76B3-471B-9235-F653E1ABE3C0}"
1313
EndProject
1414
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeekLearning.Storage.BasicSample", "samples\GeekLearning.Storage.BasicSample\GeekLearning.Storage.BasicSample.xproj", "{63416AEA-DA51-4D62-B566-DB7D9BC800DC}"
1515
EndProject
16-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{2DAF5EF9-8F8E-4C51-BE2D-8D63CA143360}"
16+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{2DAF5EF9-8F8E-4C51-BE2D-8D63CA143360}"
1717
EndProject
1818
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeekLearning.Integration.Test", "tests\GeekLearning.Integration.Test\GeekLearning.Integration.Test.xproj", "{590B21B0-2AFA-4329-82AD-EF180C50EB5C}"
1919
EndProject
20-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6BEB33C6-FA17-4F58-ACC3-83C1EB28B604}"
20+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "items", "items", "{6BEB33C6-FA17-4F58-ACC3-83C1EB28B604}"
2121
ProjectSection(SolutionItems) = preProject
2222
.gitattributes = .gitattributes
2323
.gitignore = .gitignore
@@ -29,6 +29,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2929
EndProject
3030
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeekLearning.Storage.FileSystem.Server", "src\GeekLearning.Storage.FileSystem.Server\GeekLearning.Storage.FileSystem.Server.xproj", "{9D94CD6C-9451-449A-BED2-1C07D624A8E0}"
3131
EndProject
32+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{520AB1D3-C501-40FD-ACEB-7CC0D1F00B90}"
33+
EndProject
3234
Global
3335
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3436
Debug|Any CPU = Debug|Any CPU
@@ -64,7 +66,11 @@ Global
6466
HideSolutionNode = FALSE
6567
EndGlobalSection
6668
GlobalSection(NestedProjects) = preSolution
69+
{1F419C53-73C6-4460-B284-6A49AE41C596} = {520AB1D3-C501-40FD-ACEB-7CC0D1F00B90}
70+
{FD8BB8F9-9AF5-4C12-B962-9E08C30B01E2} = {520AB1D3-C501-40FD-ACEB-7CC0D1F00B90}
71+
{4A12B042-76B3-471B-9235-F653E1ABE3C0} = {520AB1D3-C501-40FD-ACEB-7CC0D1F00B90}
6772
{63416AEA-DA51-4D62-B566-DB7D9BC800DC} = {FBAC4C17-D755-49A9-959D-18FD6B95B543}
6873
{590B21B0-2AFA-4329-82AD-EF180C50EB5C} = {2DAF5EF9-8F8E-4C51-BE2D-8D63CA143360}
74+
{9D94CD6C-9451-449A-BED2-1C07D624A8E0} = {520AB1D3-C501-40FD-ACEB-7CC0D1F00B90}
6975
EndGlobalSection
7076
EndGlobal

global.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2-
"sdk" : { "version": "1.0.0-preview2-003121"},
3-
"projects": [ "src", "tests", "samples" ]
2+
"projects": [ "src", "tests", "samples" ],
3+
"sdk": {
4+
"version": "1.0.0-preview2-003121"
5+
}
46
}

samples/GeekLearning.Storage.BasicSample/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"dependencies": {
33
"Microsoft.NETCore.App": {
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "platform"
66
},
7-
"Microsoft.AspNetCore.Mvc": "1.0.0",
7+
"Microsoft.AspNetCore.Mvc": "1.0.1",
88
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
9-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
9+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
1010
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
1111
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0",
1212
"Microsoft.Extensions.Configuration.Json": "1.0.0",

src/GeekLearning.Storage.Azure/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"NETStandard.Library": "1.6.0",
1313
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0",
1414
"Microsoft.Extensions.Options": "1.0.0",
15-
"WindowsAzure.Storage": "7.1.3-preview",
15+
"WindowsAzure.Storage": "7.2.0",
1616
"GeekLearning.Storage": "*",
1717
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0"
1818
},
@@ -21,7 +21,6 @@
2121
"net451": { },
2222
"netstandard1.5": {
2323
"imports": [
24-
"dotnet5.6",
2524
"portable-net45+win8"
2625
]
2726
}

tests/GeekLearning.Integration.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"Microsoft.NETCore.App": {
3636
"type": "platform",
37-
"version": "1.0.0"
37+
"version": "1.0.1"
3838
}
3939
}
4040
},

0 commit comments

Comments
 (0)