Skip to content

Commit 5a203f0

Browse files
committed
Provide missing package descriptions
These are used in results listings
1 parent be89dff commit 5a203f0

File tree

10 files changed

+10
-18
lines changed

10 files changed

+10
-18
lines changed

src/TableStorage.Bson.Source/TableStorage.Bson.Source.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
<IsPackable>true</IsPackable>
77
<PackBuildOutput>false</PackBuildOutput>
88
<PackCompile>true</PackCompile>
9-
<Description>A source-only BSON binary serializer for use with document-based repositories.
10-
11-
Usage:
12-
13-
var repo = DocumentRepository.Create&lt;Product&gt;(storageAccount, serializer: BsonDocumentSerializer.Default);
14-
</Description>
9+
<Description>A source-only BSON binary serializer for use with document-based repositories.</Description>
1510
</PropertyGroup>
1611

1712
<ItemGroup>

src/TableStorage.Bson/TableStorage.Bson.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<AssemblyName>Devlooped.TableStorage.Bson</AssemblyName>
55
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
66
<IsPackable>true</IsPackable>
7+
<Description>A BSON binary serializer for use with document-based repositories.</Description>
78
</PropertyGroup>
89

910
<ItemGroup>

src/TableStorage.MessagePack.Source/TableStorage.MessagePack.Source.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<IsPackable>true</IsPackable>
77
<PackBuildOutput>false</PackBuildOutput>
88
<PackCompile>true</PackCompile>
9+
<Description>A source-only MessagePack binary serializer for use with document-based repositories.</Description>
910
</PropertyGroup>
1011

1112
<ItemGroup>

src/TableStorage.MessagePack/TableStorage.MessagePack.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
<AssemblyName>Devlooped.TableStorage.MessagePack</AssemblyName>
55
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
66
<IsPackable>true</IsPackable>
7-
<Description>A MessagePack binary serializer for use with document-based repositories.
8-
9-
Usage:
10-
11-
var repo = DocumentRepository.Create&lt;Product&gt;(storageAccount, serializer: BsonDocumentSerializer.Default);
12-
</Description>
7+
<Description>A MessagePack binary serializer for use with document-based repositories.</Description>
138
</PropertyGroup>
149

1510
<ItemGroup>

src/TableStorage.Newtonsoft.Source/TableStorage.Newtonsoft.Source.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
<IsPackable>true</IsPackable>
77
<PackBuildOutput>false</PackBuildOutput>
88
<PackCompile>true</PackCompile>
9-
<Description>A source-only Newtonsoft.Json-based serializer for use with document-based repositories.
10-
11-
Usage:
12-
13-
var repo = DocumentRepository.Create&lt;Product&gt;(storageAccount, serializer: JsonDocumentSerializer.Default);
14-
</Description>
9+
<Description>A source-only Newtonsoft.Json-based serializer for use with document-based repositories.</Description>
1510
</PropertyGroup>
1611

1712
<ItemGroup>

src/TableStorage.Newtonsoft/TableStorage.Newtonsoft.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<AssemblyName>Devlooped.TableStorage.Newtonsoft</AssemblyName>
55
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
66
<IsPackable>true</IsPackable>
7+
<Description>A Json.NET serializer for use with document-based repositories.</Description>
78
</PropertyGroup>
89

910
<ItemGroup>

src/TableStorage.Protobuf.Source/TableStorage.Protobuf.Source.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<IsPackable>true</IsPackable>
77
<PackBuildOutput>false</PackBuildOutput>
88
<PackCompile>true</PackCompile>
9+
<Description>A source-only Protocol Buffers binary serializer for use with document-based repositories.</Description>
910
</PropertyGroup>
1011

1112
<ItemGroup>

src/TableStorage.Protobuf/TableStorage.Protobuf.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<AssemblyName>Devlooped.TableStorage.Protobuf</AssemblyName>
55
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
66
<IsPackable>true</IsPackable>
7+
<Description>A Protocol Buffers binary serializer for use with document-based repositories.</Description>
78
</PropertyGroup>
89

910
<ItemGroup>

src/TableStorage.Source/TableStorage.Source.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<IsPackable>true</IsPackable>
77
<PackBuildOutput>false</PackBuildOutput>
88
<PackCompile>true</PackCompile>
9+
<Description>Source-only repository pattern with POCO object support for storing to Azure/CosmosDB Table Storage</Description>
910
</PropertyGroup>
1011

1112
<ItemGroup>

src/TableStorage/TableStorage.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<AssemblyName>Devlooped.TableStorage</AssemblyName>
55
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
66
<IsPackable>true</IsPackable>
7+
<Description>Repository pattern with POCO object support for storing to Azure/CosmosDB Table Storage</Description>
78
</PropertyGroup>
89

910
<ItemGroup>

0 commit comments

Comments
 (0)