Skip to content

Commit 87a53d7

Browse files
committed
Updating readme
Adding nuget.org link and removing preview text
1 parent 353e89e commit 87a53d7

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

Diff for: README.md

+20-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
1-
json-ld.net (PREVIEW)
1+
json-ld.net
22
==========
33

4-
A JSON-LD processor for .NET. This is a preview release.
4+
A JSON-LD processor for .NET.
55

6-
Notes
6+
v1.0.5 is available on NuGet.org at https://www.nuget.org/packages/json-ld.net/
7+
8+
#### Supported frameworks
9+
10+
* NET 4.0
11+
* NETStandard 1.3
12+
* Portable NET 4.5, Windows 8
13+
14+
Contributing
715
=====
8-
This is the very first mostly working build of json-ld.net.
916

10-
It began life as a [Sharpen][sharpen]-based auto-port from [jsonld-java][jsonld-java].
17+
Pull requests for json-ld.net are welcome, to get started install the latest tools for .NET Core
1118

12-
A few known tasks remain before 1.0:
19+
* https://dot.net
20+
* https://www.microsoft.com/net/core
1321

14-
* W3C conformance test runner/results.
15-
* RemoteDocument fetching is disabled (for remote contexts, e.g.).
16-
* Quite a few minor bugs remain to be fixed.
22+
build.ps1 will create a nupkg and run tests for both .NET desktop and .NET Core.
1723

1824

25+
Origin
26+
=====
27+
This project began life as a [Sharpen][sharpen]-based auto-port from [jsonld-java][jsonld-java].
28+
1929
[sharpen]: http://community.versant.com/Projects/html/projectspaces/db4o_product_design/sharpen.html
20-
[jsonld-java]: https://github.com/jsonld-java/jsonld-java
30+
[jsonld-java]: https://github.com/jsonld-java/jsonld-java

0 commit comments

Comments
 (0)