File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ public virtual object HashBlankNodes(IEnumerable<string> unnamed_)
46
46
bool named = false ;
47
47
IList < string > hashes = new List < string > ( unique . Keys ) ;
48
48
hashes . SortInPlace ( ) ;
49
-
50
49
foreach ( string hash in hashes )
51
50
{
52
51
string bnode = unique [ hash ] ;
@@ -75,7 +74,6 @@ public virtual object HashBlankNodes(IEnumerable<string> unnamed_)
75
74
// enumerate duplicate hash groups in sorted order
76
75
hashes = new List < string > ( duplicates . Keys ) ;
77
76
hashes . SortInPlace ( ) ;
78
-
79
77
// process each group
80
78
for ( int pgi = 0 ; ; pgi ++ )
81
79
{
@@ -113,7 +111,6 @@ public virtual object HashBlankNodes(IEnumerable<string> unnamed_)
113
111
114
112
// sort normalized output
115
113
normalized . SortInPlace ( ) ;
116
-
117
114
// handle output format
118
115
if ( options . format != null )
119
116
{
@@ -147,7 +144,6 @@ public virtual object HashBlankNodes(IEnumerable<string> unnamed_)
147
144
{
148
145
// name bnodes in hash order
149
146
results . SortInPlace ( new _IComparer_145 ( ) ) ;
150
-
151
147
foreach ( NormalizeUtils . HashResult r in results )
152
148
{
153
149
// name all bnodes in path namer in
Original file line number Diff line number Diff line change 3
3
<Description >JSON-LD processor for .NET
4
4
5
5
Implements the W3C JSON-LD 1.0 standard.</Description >
6
- <VersionPrefix >1.0.7.1 </VersionPrefix >
6
+ <VersionPrefix >1.0.7</VersionPrefix >
7
7
<Authors >NuGet;linked-data-dotnet</Authors >
8
8
<TargetFrameworks >netstandard1.3;netstandard2.0;netcoreapp2.1</TargetFrameworks >
9
9
<AssemblyName >json-ld.net</AssemblyName >
@@ -17,7 +17,6 @@ Implements the W3C JSON-LD 1.0 standard.</Description>
17
17
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
18
18
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
19
19
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
20
- <IsPackable >true</IsPackable >
21
20
</PropertyGroup >
22
21
<ItemGroup >
23
22
<PackageReference Include =" Newtonsoft.Json" Version =" 9.0.1" />
You can’t perform that action at this time.
0 commit comments