File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.1.0-alpha-* " ,
2
+ "version" : " 0.1.1 " ,
3
3
"packOptions" : {
4
4
"licenseUrl" : " https://github.com/Research-Institute/json-api-dotnet-core/tree/master/JsonApiDotNetCore/LICENSE" ,
5
5
"projectUrl" : " https://github.com/Research-Institute/json-api-dotnet-core/"
Original file line number Diff line number Diff line change 11
11
"Microsoft.Extensions.Logging.Console" : " 1.0.0" ,
12
12
"Microsoft.Extensions.Logging.Debug" : " 1.0.0" ,
13
13
"Microsoft.Extensions.Options.ConfigurationExtensions" : " 1.0.0" ,
14
- "JsonApiDotNetCore" : " 0.1.0 " ,
14
+ "JsonApiDotNetCore" : " 0.1.1 " ,
15
15
"Npgsql.EntityFrameworkCore.PostgreSQL" : " 1.0.0" ,
16
16
"Microsoft.EntityFrameworkCore.Tools" : " 1.0.0-preview2-final"
17
17
},
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 2
2
"version" : " 1.0.0-alpha" ,
3
3
"testRunner" : " xunit" ,
4
4
"dependencies" : {
5
- "JsonApiDotNetCore" : " 0.1.0 " ,
5
+ "JsonApiDotNetCore" : " 0.1.1 " ,
6
6
"dotnet-test-xunit" : " 2.2.0-preview2-build1029" ,
7
7
"xunit" : " 2.2.0-beta2-build3300" ,
8
8
"moq" : " 4.6.38-alpha"
You can’t perform that action at this time.
0 commit comments