Skip to content

Commit

Permalink
reference README in project
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroupc committed Dec 14, 2023
1 parent 76f39de commit bf99aa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CBOR/CBOR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFrameworks>netstandard1.0; net6.0</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>5.0.0-alpha1</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Owners>Peter Occil</Owners>
<Description>A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949.</Description>
<Summary>A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949. </Summary>
Expand Down Expand Up @@ -55,7 +56,7 @@ Note that after version 4.5x, the CBOR library's repository will stop including
<CodeAnalysisRuleSet>rules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>

<None Include="..\README.md" Pack="true" PackagePath="\"/>
<PackageReference Include="PolySharp" Version="1.13.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
1 change: 1 addition & 0 deletions CBOR/PeterO/Cbor/SharedRefs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ licensed under Creative Commons Zero (CC0):
https://creativecommons.org/publicdomain/zero/1.0/
*/
using System;
using System.Collections.Generic;
using PeterO.Numbers;

Expand Down

0 comments on commit bf99aa2

Please sign in to comment.