Skip to content

Commit

Permalink
Add missing repository information
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
kzu committed Sep 15, 2021
1 parent 29d06c9 commit 982759e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/JsonPeek/JsonPeek.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
<Description>MSBuild task to read values from JSON using JSONPath.</Description>
<PackFolder>build</PackFolder>
<PackNone>true</PackNone>
<PackageProjectUrl>https://clarius.org/json</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="NuGetizer" Version="0.7.4" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.9.20" Pack="false" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" PrivateAssets="all" />
Expand Down
2 changes: 2 additions & 0 deletions src/JsonPoke/JsonPoke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
<Description>MSBuild task to write values to JSON nodes selected with JSONPath.</Description>
<PackFolder>build</PackFolder>
<PackNone>true</PackNone>
<PackageProjectUrl>https://clarius.org/json</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\JsonPeek\Extensions.cs" Link="Extensions.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="NuGetizer" Version="0.7.4" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.9.20" Pack="false" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" PrivateAssets="all" />
Expand Down

0 comments on commit 982759e

Please sign in to comment.