Skip to content

Commit b7ecb6f

Browse files
committed
adding package descriptions
1 parent 6fa6e40 commit b7ecb6f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/FSharp.CosmosDb.Analyzer/FSharp.CosmosDb.Analyzer.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netcoreapp2.0</TargetFramework>
4+
<Description>An F# analyzer that will help you work with CosmosDB.</Description>
45
</PropertyGroup>
56

67
<ItemGroup>

src/FSharp.CosmosDb/FSharp.CosmosDb.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
4+
<Description>An F# friendly approach to working with CosmosDB.</Description>
45
</PropertyGroup>
56

67
<ItemGroup>

0 commit comments

Comments
 (0)