Skip to content

Commit e76a3a0

Browse files
Changes for v1.0.6 (#35)
* v1.0.6 * Update project.json
1 parent c0d3b8f commit e76a3a0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/json-ld.net/project.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
2-
"version": "1.0.5",
2+
"version": "1.0.6",
33
"authors": [
4-
"NuGet"
4+
"NuGet",
5+
"linked-data-dotnet"
56
],
67
"description": "JSON-LD processor for .NET\n\nImplements the W3C JSON-LD 1.0 standard.",
78

89
"packOptions": {
9-
"licenseUrl": "https://raw.github.com/NuGet/json-ld.net/master/LICENSE",
10+
"licenseUrl": "https://raw.githubusercontent.com/linked-data-dotnet/json-ld.net/master/LICENSE",
1011
"tags": [ "json-ld", "jsonld", "json", "linked-data", "rdf", "semantic", "web" ],
1112
"iconUrl": "http://json-ld.org/images/json-ld-logo-64.png",
12-
"projectUrl": "https://github.com/NuGet/json-ld.net/",
13+
"projectUrl": "https://github.com/linked-data-dotnet/json-ld.net/",
1314
"owners": [
14-
"NuGet"
15+
"linked-data-dotnet"
1516
]
1617
},
1718

0 commit comments

Comments
 (0)