Skip to content

Commit 98b5d67

Browse files
committed
add NuGet description
1 parent 7aba064 commit 98b5d67

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

src/MemoryPack.Core/MemoryPack.Core.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<RootNamespace>MemoryPack</RootNamespace>
99
<EnablePreviewFeatures>True</EnablePreviewFeatures>
1010
<NoWarn>$(NoWarn);CS1591;CA2255</NoWarn>
11+
<PackageTags>serializer</PackageTags>
12+
<Description>Core libraries(attribute, logics) of MemoryPack.</Description>
1113
</PropertyGroup>
1214

1315
<ItemGroup>

src/MemoryPack.Generator/MemoryPack.Generator.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<IncludeSymbols>false</IncludeSymbols>
1414
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
1515
<IsRoslynComponent>true</IsRoslynComponent>
16+
<PackageTags>serializer</PackageTags>
17+
<Description>Code generator for MemoryPack.</Description>
1618
</PropertyGroup>
1719

1820
<ItemGroup>

src/MemoryPack.Streaming/MemoryPack.Streaming.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<EnablePreviewFeatures>True</EnablePreviewFeatures>
88
<NoWarn>$(NoWarn);CS1591;CA2255</NoWarn>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
10+
<PackageTags>serializer</PackageTags>
11+
<Description>Additional streaming support for MemoryPack.</Description>
1012
</PropertyGroup>
1113

1214
<ItemGroup>

src/MemoryPack/MemoryPack.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<IncludeBuildOutput>false</IncludeBuildOutput>
77
<IncludeContentInPack>true</IncludeContentInPack>
88
<NoWarn>$(NoWarn);NU5128</NoWarn>
9+
<PackageTags>serializer</PackageTags>
10+
<Description>Zero encoding extreme performance binary serializer for C#.</Description>
911
</PropertyGroup>
1012

1113
<ItemGroup>

0 commit comments

Comments
 (0)