Skip to content

Commit

Permalink
add NuGet description
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Sep 29, 2022
1 parent 7aba064 commit 98b5d67
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MemoryPack.Core/MemoryPack.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<RootNamespace>MemoryPack</RootNamespace>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<NoWarn>$(NoWarn);CS1591;CA2255</NoWarn>
<PackageTags>serializer</PackageTags>
<Description>Core libraries(attribute, logics) of MemoryPack.</Description>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions src/MemoryPack.Generator/MemoryPack.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<IncludeSymbols>false</IncludeSymbols>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
<IsRoslynComponent>true</IsRoslynComponent>
<PackageTags>serializer</PackageTags>
<Description>Code generator for MemoryPack.</Description>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions src/MemoryPack.Streaming/MemoryPack.Streaming.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<NoWarn>$(NoWarn);CS1591;CA2255</NoWarn>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageTags>serializer</PackageTags>
<Description>Additional streaming support for MemoryPack.</Description>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions src/MemoryPack/MemoryPack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<IncludeBuildOutput>false</IncludeBuildOutput>
<IncludeContentInPack>true</IncludeContentInPack>
<NoWarn>$(NoWarn);NU5128</NoWarn>
<PackageTags>serializer</PackageTags>
<Description>Zero encoding extreme performance binary serializer for C#.</Description>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 98b5d67

Please sign in to comment.