From 250ceef6a6656d8e33b10810c839106b2abd954a Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Thu, 25 Jan 2024 23:53:51 -0800 Subject: [PATCH] fix: Add Readme file to package --- Directory.Build.props | 5 ++++- Moq.AutoMock/Moq.AutoMock.csproj | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 82dc6821..9dd79982 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,5 +7,8 @@ true true + + true + - \ No newline at end of file + diff --git a/Moq.AutoMock/Moq.AutoMock.csproj b/Moq.AutoMock/Moq.AutoMock.csproj index c3c7fd27..7764d66a 100644 --- a/Moq.AutoMock/Moq.AutoMock.csproj +++ b/Moq.AutoMock/Moq.AutoMock.csproj @@ -22,6 +22,7 @@ true true snupkg + README.md true $(NoWarn);AMG0002 @@ -42,6 +43,7 @@ +