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 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/"
Original file line number Diff line number Diff line change 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 },
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 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"
You can’t perform that action at this time.
0 commit comments