Skip to content

Commit

Permalink
Changes for v1.0.6 (#35)
Browse files Browse the repository at this point in the history
* v1.0.6

* Update project.json
  • Loading branch information
goofballLogic authored Jul 24, 2018
1 parent c0d3b8f commit e76a3a0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/json-ld.net/project.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"version": "1.0.5",
"version": "1.0.6",
"authors": [
"NuGet"
"NuGet",
"linked-data-dotnet"
],
"description": "JSON-LD processor for .NET\n\nImplements the W3C JSON-LD 1.0 standard.",

"packOptions": {
"licenseUrl": "https://raw.github.com/NuGet/json-ld.net/master/LICENSE",
"licenseUrl": "https://raw.githubusercontent.com/linked-data-dotnet/json-ld.net/master/LICENSE",
"tags": [ "json-ld", "jsonld", "json", "linked-data", "rdf", "semantic", "web" ],
"iconUrl": "http://json-ld.org/images/json-ld-logo-64.png",
"projectUrl": "https://github.com/NuGet/json-ld.net/",
"projectUrl": "https://github.com/linked-data-dotnet/json-ld.net/",
"owners": [
"NuGet"
"linked-data-dotnet"
]
},

Expand Down

0 comments on commit e76a3a0

Please sign in to comment.