Skip to content

Commit 8a1f6ae

Browse files
committed
nuget shield
1 parent cd13c55 commit 8a1f6ae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Danom
2-
2+
[![NuGet Version](https://img.shields.io/nuget/v/Danom.svg)](https://www.nuget.org/packages/Danom)
33
[![build](https://github.com/pimbrouwers/Danom/actions/workflows/build.yml/badge.svg)](https://github.com/pimbrouwers/Danom/actions/workflows/build.yml)
44

55
Danom is a C# library that provides monadic structures to simplify functional programming patterns in C#, that enforces exhaustive matching by preventing direct value access (this is good).

src/Danom/Danom.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@
3535
<IncludeSymbols>true</IncludeSymbols>
3636
</PropertyGroup>
3737

38+
<ItemGroup>
39+
<None Include="../../README.md" Pack="true" PackagePath="\" />
40+
</ItemGroup>
41+
3842
</Project>

0 commit comments

Comments
 (0)