From 9283b04971ac4f0800d4d493dda3a034a4d138a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 3 Feb 2025 22:26:06 +0100 Subject: [PATCH] Provide license as file on NuGet. This will provide the file also in the NuGet package and can be seen when looking into projects dependencies. --- CliClient/CliClient.csproj | 1 + CliProxy/CliProxy.csproj | 1 + Directory.Build.props | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CliClient/CliClient.csproj b/CliClient/CliClient.csproj index 11b41c0..cab868e 100644 --- a/CliClient/CliClient.csproj +++ b/CliClient/CliClient.csproj @@ -19,6 +19,7 @@ + diff --git a/CliProxy/CliProxy.csproj b/CliProxy/CliProxy.csproj index 51679ab..16a77f3 100644 --- a/CliProxy/CliProxy.csproj +++ b/CliProxy/CliProxy.csproj @@ -19,6 +19,7 @@ + diff --git a/Directory.Build.props b/Directory.Build.props index 53abcc5..e177723 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -18,12 +18,12 @@ package-icon.png README.md + LICENSE.txt Modbus Protocol for .NET AM.WD Andreas Müller © {copyright:2018-} AM.WD - MIT true $(SolutionDir)/AMWD.Protocols.Modbus.snk @@ -52,6 +52,7 @@ +