|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - <PropertyGroup> |
3 | | - <IsPackable>true</IsPackable> |
4 | | - <Authors>Stillpoint Software, Inc.</Authors> |
5 | | - <PackageId>Hyperbee.Json</PackageId> |
6 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
7 | | - <PackageTags>json-path;jsonpath;json-pointer;jsonpointer;json-patch;jsonpatch;query;path;patch;diff;json;rfc9535;rfc6901;rfc6902</PackageTags> |
8 | | - <PackageIcon>icon.png</PackageIcon> |
9 | | - <PackageProjectUrl>https://stillpoint-software.github.io/hyperbee.json/</PackageProjectUrl> |
10 | | - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
11 | | - <Copyright>Stillpoint Software, Inc.</Copyright> |
12 | | - <Title>Hyperbee Json</Title> |
13 | | - <Description>A high-performance JSON library for System.Text.Json JsonElement and JsonNode, providing robust support for JSONPath, JsonPointer, JsonPatch, and JsonDiff.</Description> |
14 | | - <RepositoryUrl>https://github.com/Stillpoint-Software/Hyperbee.Json</RepositoryUrl> |
15 | | - <RepositoryType>git</RepositoryType> |
16 | | - <PackageReleaseNotes>https://github.com/Stillpoint-Software/Hyperbee.Json/releases/latest</PackageReleaseNotes> |
17 | | - |
18 | | - </PropertyGroup> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | +<PropertyGroup> |
| 3 | +<IsPackable>true</IsPackable> |
| 4 | +<Authors>Stillpoint Software, Inc.</Authors> |
| 5 | + <PackageId>Hyperbee.Json</PackageId> |
| 6 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 7 | + <PackageTags>json-path;jsonpath;json-pointer;jsonpointer;json-patch;jsonpatch;query;path;patch;diff;json;rfc9535;rfc6901;rfc6902</PackageTags> |
| 8 | + <PackageIcon>icon.png</PackageIcon> |
| 9 | + <PackageProjectUrl>https://stillpoint-software.github.io/hyperbee.json/</PackageProjectUrl> |
| 10 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 11 | + <Copyright>Stillpoint Software, Inc.</Copyright> |
| 12 | + <Title>Hyperbee Json</Title> |
| 13 | + <Description>A high-performance JSON library for System.Text.Json JsonElement and JsonNode, providing robust support for JSONPath, JsonPointer, JsonPatch, and JsonDiff.</Description> |
| 14 | + <RepositoryUrl>https://github.com/Stillpoint-Software/Hyperbee.Json</RepositoryUrl> |
| 15 | + <RepositoryType>git</RepositoryType> |
| 16 | + <PackageReleaseNotes>https://github.com/Stillpoint-Software/Hyperbee.Json/releases/latest</PackageReleaseNotes> |
| 17 | +</PropertyGroup> |
19 | 18 | <ItemGroup> |
20 | 19 | <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> |
21 | 20 | <_Parameter1>$(AssemblyName).Tests</_Parameter1> |
|
0 commit comments