Skip to content

Commit bedd9a9

Browse files
committed
bump versions
1 parent f691557 commit bedd9a9

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

JsonApiDotNetCore/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0-alpha-*",
2+
"version": "0.1.1",
33
"packOptions": {
44
"licenseUrl": "https://github.com/Research-Institute/json-api-dotnet-core/tree/master/JsonApiDotNetCore/LICENSE",
55
"projectUrl": "https://github.com/Research-Institute/json-api-dotnet-core/"

JsonApiDotNetCoreExample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"Microsoft.Extensions.Logging.Console": "1.0.0",
1212
"Microsoft.Extensions.Logging.Debug": "1.0.0",
1313
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
14-
"JsonApiDotNetCore": "0.1.0",
14+
"JsonApiDotNetCore": "0.1.1",
1515
"Npgsql.EntityFrameworkCore.PostgreSQL": "1.0.0",
1616
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-preview2-final"
1717
},

JsonApiDotNetCoreTests/.editorconfig

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs
3+
# editorconfig.org
4+
5+
root = true
6+
7+
8+
[*]
9+
10+
# Change these settings to your own preference
11+
indent_style = space
12+
indent_size = 2
13+
14+
# We recommend you to keep these unchanged
15+
end_of_line = lf
16+
charset = utf-8
17+
trim_trailing_whitespace = true
18+
insert_final_newline = true
19+
20+
[*.md]
21+
trim_trailing_whitespace = false

JsonApiDotNetCoreTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "1.0.0-alpha",
33
"testRunner": "xunit",
44
"dependencies": {
5-
"JsonApiDotNetCore": "0.1.0",
5+
"JsonApiDotNetCore": "0.1.1",
66
"dotnet-test-xunit": "2.2.0-preview2-build1029",
77
"xunit": "2.2.0-beta2-build3300",
88
"moq": "4.6.38-alpha"

0 commit comments

Comments
 (0)