From 24e70771c4d9bbe49a7b75efdcf184ba864835d2 Mon Sep 17 00:00:00 2001 From: VisualBean Date: Tue, 28 May 2024 09:28:38 +0200 Subject: [PATCH 1/2] include license in package --- Common.Build.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Common.Build.props b/Common.Build.props index 277a2772..cbe13b15 100644 --- a/Common.Build.props +++ b/Common.Build.props @@ -10,9 +10,11 @@ https://github.com/LEGO/AsyncAPI.NET asyncapi .net openapi documentation logo.png + LICENSE + \ No newline at end of file From 4f5e6e184a1bed3c26deda231601b6afbbe64d38 Mon Sep 17 00:00:00 2001 From: VisualBean Date: Tue, 28 May 2024 09:32:31 +0200 Subject: [PATCH 2/2] ensure .txt --- Common.Build.props | 4 ++-- LICENSE => LICENSE.txt | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE => LICENSE.txt (100%) diff --git a/Common.Build.props b/Common.Build.props index cbe13b15..ba84a0f8 100644 --- a/Common.Build.props +++ b/Common.Build.props @@ -10,11 +10,11 @@ https://github.com/LEGO/AsyncAPI.NET asyncapi .net openapi documentation logo.png - LICENSE + LICENSE.txt - + \ No newline at end of file diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt