Skip to content

Commit

Permalink
add missing fields to path csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed May 9, 2024
1 parent e550a98 commit 4915e60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion JsonPath/JsonPath.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageId>JsonPath.Net</PackageId>
<Version>1.0.2</Version>
<FileVersion>1.0.2</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Authors>Greg Dennis</Authors>
<Description>JSON Path (RFC 9535) built on the System.Text.Json namespace</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>json-logo-256.png</PackageIcon>
<PackageProjectUrl>https://github.com/gregsdennis/json-everything</PackageProjectUrl>
<RepositoryUrl>https://github.com/gregsdennis/json-everything</RepositoryUrl>
<PackageIcon>json-logo-256.png</PackageIcon>
<PackageTags>json-path jsonpath query path json rfc9535</PackageTags>
<PackageReleaseNotes>Release notes can be found at https://docs.json-everything.net/rn-json-path/</PackageReleaseNotes>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit 4915e60

Please sign in to comment.