Skip to content

Commit ecd4e96

Browse files
committed
change versions to beta until it is confirmed to be ember data compatible
1 parent 88163a1 commit ecd4e96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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.4",
2+
"version": "0.1.3-beta-*",
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.4",
14+
"JsonApiDotNetCore": "0.1.3-beta-*",
1515
"Npgsql.EntityFrameworkCore.PostgreSQL": "1.0.0",
1616
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-preview2-final"
1717
},

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.4",
5+
"JsonApiDotNetCore": "0.1.3-beta-*",
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)