Skip to content

Commit b7bd0dd

Browse files
Merge pull request #8 from andresmoschini/update-to-core-v1.1.1
Update to ASP.NET MVC Core v1.1.1
2 parents e480ed7 + e1e7917 commit b7bd0dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
os: Visual Studio 2015
22

3-
version: 1.0.4-alpha-{build}
3+
version: 1.0.5-alpha-{build}
44

55
nuget:
66
account_feed: true

src/MakingSense.AspNetCore.Authentication.SimpleToken/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.4-alpha-*",
2+
"version": "1.0.5-alpha-*",
33
"description": "MakingSense.AspNetCore.Authentication.SimpleToken Class Library",
44
"authors": [ "MakingSense" ],
55
"packOptions": {
@@ -12,7 +12,7 @@
1212
"licenseUrl": "http://www.gnu.org/licenses/lgpl.html"
1313
},
1414
"dependencies": {
15-
"MakingSense.AspNetCore.Abstractions": "1.0.4-*",
15+
"MakingSense.AspNetCore.Abstractions": "1.0.5-*",
1616
"Microsoft.AspNetCore.Authentication": "1.1.0",
1717
"Microsoft.CSharp": "4.3.0",
1818
"Microsoft.IdentityModel.Tokens": "5.1.0",

0 commit comments

Comments
 (0)