Skip to content

Commit e2c8eb0

Browse files
committed
update readme
1 parent d393cb5 commit e2c8eb0

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<div style="text-align:center">
1+
<p align="center">
22
<img src ="https://raw.githubusercontent.com/json-api-dotnet/JsonApiDotnetCore/master/logo.png" />
3-
</div>
3+
</p>
44

55
# JSON API .Net Core
66

@@ -56,10 +56,13 @@ public class Startup
5656
}
5757
```
5858

59-
## .Net Core v2 Notes
59+
## Development Priorities
6060

61-
Branch `feat/core-2` is where I am working on .Net Core 2 compatibility tests and package upgrades.
62-
There are several blockers to be aware of:
61+
The current priorities for future development (in order):
62+
1. Operations Support (#150)
63+
2. ASP.Net Core 2.0 Support (#161)
64+
3. Minor features (#105, #144, #162)
65+
4. Resource to Entity Mapping (#112)
6366

64-
- Microsoft.AspNetCore.* packages target the runtime (netcoreapp) instead of netstandard. [This will be changed in future versions.](https://blogs.msdn.microsoft.com/webdev/2017/05/10/aspnet-2-preview-1/).
65-
- Can't run acceptance testing against postgres on preview runtime [pgsql.EntityFrameworkCore.PostgreSQL#171](https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL/issues/171#issuecomment-301287257)
67+
If you're interested in working on any of the above features, take a look at the [Contributing Guide](https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/CONTRIBUTING.MD)
68+
or hop on the project Gitter for more direct communication.

src/JsonApiDotNetCore/JsonApiDotNetCore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
</PropertyGroup>
99
<PropertyGroup>
1010
<PackageTags>jsonapi;dotnet core;emberjs;ember</PackageTags>
11-
<PackageProjectUrl>https://github.com/Research-Institute/json-api-dotnet-core</PackageProjectUrl>
12-
<PackageLicenseUrl>https://raw.githubusercontent.com/Research-Institute/json-api-dotnet-core/master/LICENSE</PackageLicenseUrl>
11+
<PackageProjectUrl>https://https://github.com/json-api-dotnet/JsonApiDotNetCore</PackageProjectUrl>
12+
<PackageLicenseUrl>https://github.com/json-api-dotnet/JsonApiDotNetCore/master/LICENSE</PackageLicenseUrl>
1313
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1414
<RepositoryType>git</RepositoryType>
15-
<RepositoryUrl>https://github.com/Research-Institute/json-api-dotnet-core</RepositoryUrl>
15+
<RepositoryUrl>https://github.com/json-api-dotnet/JsonApiDotNetCore</RepositoryUrl>
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<PackageReference Include="Microsoft.AspNetCore.Routing" Version="1.1.2" />

0 commit comments

Comments
 (0)