From 982759e8331741096bfb2ca4fc6e04a1d5e05808 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Wed, 15 Sep 2021 10:05:16 -0300 Subject: [PATCH] Add missing repository information Fixes #3 --- src/JsonPeek/JsonPeek.csproj | 2 ++ src/JsonPoke/JsonPoke.csproj | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/JsonPeek/JsonPeek.csproj b/src/JsonPeek/JsonPeek.csproj index f6aeb07..9e532ac 100644 --- a/src/JsonPeek/JsonPeek.csproj +++ b/src/JsonPeek/JsonPeek.csproj @@ -6,9 +6,11 @@ MSBuild task to read values from JSON using JSONPath. build true + https://clarius.org/json + diff --git a/src/JsonPoke/JsonPoke.csproj b/src/JsonPoke/JsonPoke.csproj index bee2e71..c1f4875 100644 --- a/src/JsonPoke/JsonPoke.csproj +++ b/src/JsonPoke/JsonPoke.csproj @@ -6,6 +6,7 @@ MSBuild task to write values to JSON nodes selected with JSONPath. build true + https://clarius.org/json @@ -13,6 +14,7 @@ +