Skip to content

Commit 4a5c03c

Browse files
authored
Merge pull request #9 from geeklearningio/release/0.4.0
Release/0.4.0
2 parents 106861b + 3482564 commit 4a5c03c

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

GeekLearning.Templating.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeekLearning.Templating.Han
1515
EndProject
1616
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "GeekLearning.Templating.Mustache", "src\GeekLearning.Templating.Mustache\GeekLearning.Templating.Mustache.xproj", "{515925E3-4359-4079-A24C-E7367560C95F}"
1717
EndProject
18-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A75429E6-34A4-43EC-AA7E-6DD4FFAF8704}"
18+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "items", "items", "{A75429E6-34A4-43EC-AA7E-6DD4FFAF8704}"
1919
ProjectSection(SolutionItems) = preProject
2020
.gitattributes = .gitattributes
2121
.gitignore = .gitignore

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![NuGet Pre Release](https://img.shields.io/nuget/vpre/GeekLearning.Templating.svg?maxAge=2592000)]()
2-
[![NuGet Pre Release](https://img.shields.io/nuget/vpre/GeekLearning.Templating.Handlebars.svg?maxAge=2592000)]()
3-
[![NuGet Pre Release](https://img.shields.io/nuget/vpre/GeekLearning.Templating.Mustache.svg?maxAge=2592000)]()
1+
[![NuGet Pre Release](https://img.shields.io/nuget/vpre/GeekLearning.Templating.svg?maxAge=2592000&label=GeekLearning.Templating)](https://www.nuget.org/packages/GeekLearning.Templating)
2+
[![NuGet Pre Release](https://img.shields.io/nuget/vpre/GeekLearning.Templating.Handlebars.svg?maxAge=2592000&label=GeekLearning.Templating.Handlebars)](https://www.nuget.org/packages/GeekLearning.Templating.Handlebars)
3+
[![NuGet Pre Release](https://img.shields.io/nuget/vpre/GeekLearning.Templating.Mustache.svg?maxAge=2592000&label=GeekLearning.Templating.Mustache)](https://www.nuget.org/packages/GeekLearning.Templating.Mustache)
44
[![Build Status](https://geeklearning.visualstudio.com/_apis/public/build/definitions/f841b266-7595-4d01-9ee1-4864cf65aa73/24/badge)](#)
55

66
# gl-dotnet-templating

samples/GeekLearning.Templating.BasicSample/project.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
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",
1313
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
1414
"Microsoft.Extensions.Logging": "1.0.0",
1515
"Microsoft.Extensions.Logging.Console": "1.0.0",
1616
"Microsoft.Extensions.Logging.Debug": "1.0.0",
17-
"GeekLearning.Storage.FileSystem": "0.3.0-*",
18-
"GeekLearning.Storage.Azure": "0.3.0-*",
17+
18+
"GeekLearning.Storage.FileSystem": "0.4.*",
19+
"GeekLearning.Storage.Azure": "0.4.*",
20+
1921
"GeekLearning.Templating": "*",
2022
"GeekLearning.Templating.Handlebars": "*",
2123
"GeekLearning.Templating.Mustache": "*"

src/GeekLearning.Templating.Handlebars/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"NETStandard.Library": "1.6.0",
1313
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0",
14-
"Handlebars.NetStandard": "1.0.0-dotnet-core-rtm1",
14+
"Handlebars.NetStandard": "1.0.1",
1515
"GeekLearning.Templating": "*"
1616
},
1717

src/GeekLearning.Templating/project.json

Lines changed: 1 addition & 1 deletion
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.Caching.Abstractions": "1.0.0",
15-
"GeekLearning.Storage": "0.3.0-*"
15+
"GeekLearning.Storage": "0.4.*"
1616
},
1717

1818
"frameworks": {

0 commit comments

Comments
 (0)