From 3463d2c4cb005c15aaf3697944ef93a8064be36d Mon Sep 17 00:00:00 2001 From: Adrian Stevens Date: Thu, 17 Aug 2023 21:47:55 -0700 Subject: [PATCH 1/3] Add PackageLicenceExpression to csproj --- Source/C16x9/Driver/C16x9.csproj | 1 + Source/C8800Retro/Driver/C8800Retro.csproj | 1 + Source/C8x8/Driver/C8x8.csproj | 3 ++- Source/CACCurrent/Driver/CACCurrent.csproj | 1 + Source/CButton/Driver/CButton.csproj | 1 + Source/CGNSS10/Driver/CGNSS10.csproj | 1 + Source/CGNSS5/Driver/CGNSS5.csproj | 1 + Source/CJoystick/Driver/CJoystick.csproj | 1 + Source/CLEM/Driver/CLEM.csproj | 3 ++- Source/CTempHum15/Driver/CTempHum15.csproj | 3 ++- 10 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Source/C16x9/Driver/C16x9.csproj b/Source/C16x9/Driver/C16x9.csproj index 0bb54bf..66482cc 100644 --- a/Source/C16x9/Driver/C16x9.csproj +++ b/Source/C16x9/Driver/C16x9.csproj @@ -1,5 +1,6 @@ + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/C8800Retro/Driver/C8800Retro.csproj b/Source/C8800Retro/Driver/C8800Retro.csproj index 770b166..23f7133 100644 --- a/Source/C8800Retro/Driver/C8800Retro.csproj +++ b/Source/C8800Retro/Driver/C8800Retro.csproj @@ -1,5 +1,6 @@ + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/C8x8/Driver/C8x8.csproj b/Source/C8x8/Driver/C8x8.csproj index f7cc9b3..3aa0d06 100644 --- a/Source/C8x8/Driver/C8x8.csproj +++ b/Source/C8x8/Driver/C8x8.csproj @@ -1,5 +1,6 @@ - + + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/CACCurrent/Driver/CACCurrent.csproj b/Source/CACCurrent/Driver/CACCurrent.csproj index c9583a3..7cd5215 100644 --- a/Source/CACCurrent/Driver/CACCurrent.csproj +++ b/Source/CACCurrent/Driver/CACCurrent.csproj @@ -1,5 +1,6 @@ + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/CButton/Driver/CButton.csproj b/Source/CButton/Driver/CButton.csproj index 4d1518f..3f101bc 100644 --- a/Source/CButton/Driver/CButton.csproj +++ b/Source/CButton/Driver/CButton.csproj @@ -1,5 +1,6 @@ + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/CGNSS10/Driver/CGNSS10.csproj b/Source/CGNSS10/Driver/CGNSS10.csproj index efc569a..7aa3814 100644 --- a/Source/CGNSS10/Driver/CGNSS10.csproj +++ b/Source/CGNSS10/Driver/CGNSS10.csproj @@ -1,5 +1,6 @@ + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/CGNSS5/Driver/CGNSS5.csproj b/Source/CGNSS5/Driver/CGNSS5.csproj index 42f2880..4a4f468 100644 --- a/Source/CGNSS5/Driver/CGNSS5.csproj +++ b/Source/CGNSS5/Driver/CGNSS5.csproj @@ -1,5 +1,6 @@ + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/CJoystick/Driver/CJoystick.csproj b/Source/CJoystick/Driver/CJoystick.csproj index 49cb7f4..02cb03e 100644 --- a/Source/CJoystick/Driver/CJoystick.csproj +++ b/Source/CJoystick/Driver/CJoystick.csproj @@ -1,5 +1,6 @@ + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/CLEM/Driver/CLEM.csproj b/Source/CLEM/Driver/CLEM.csproj index 0145801..72a9f2d 100644 --- a/Source/CLEM/Driver/CLEM.csproj +++ b/Source/CLEM/Driver/CLEM.csproj @@ -1,5 +1,6 @@ - + + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/CTempHum15/Driver/CTempHum15.csproj b/Source/CTempHum15/Driver/CTempHum15.csproj index 79d2288..cf51a97 100644 --- a/Source/CTempHum15/Driver/CTempHum15.csproj +++ b/Source/CTempHum15/Driver/CTempHum15.csproj @@ -1,5 +1,6 @@ - + + Apache-2.0 true icon.png Wilderness Labs, Inc From 9a3dafc6bca91f13eed438b203e23e7430094a63 Mon Sep 17 00:00:00 2001 From: Adrian Stevens Date: Thu, 17 Aug 2023 22:22:45 -0700 Subject: [PATCH 2/3] Fix PackageLicenseExpression typo --- Source/C16x9/Driver/C16x9.csproj | 2 +- Source/C8800Retro/Driver/C8800Retro.csproj | 2 +- Source/C8x8/Driver/C8x8.csproj | 2 +- Source/CACCurrent/Driver/CACCurrent.csproj | 2 +- Source/CButton/Driver/CButton.csproj | 2 +- Source/CGNSS10/Driver/CGNSS10.csproj | 2 +- Source/CGNSS5/Driver/CGNSS5.csproj | 2 +- Source/CJoystick/Driver/CJoystick.csproj | 2 +- Source/CLEM/Driver/CLEM.csproj | 2 +- Source/CTempHum15/Driver/CTempHum15.csproj | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Source/C16x9/Driver/C16x9.csproj b/Source/C16x9/Driver/C16x9.csproj index 66482cc..8bf89cc 100644 --- a/Source/C16x9/Driver/C16x9.csproj +++ b/Source/C16x9/Driver/C16x9.csproj @@ -1,6 +1,6 @@ - Apache-2.0 + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/C8800Retro/Driver/C8800Retro.csproj b/Source/C8800Retro/Driver/C8800Retro.csproj index 23f7133..3bf1e5d 100644 --- a/Source/C8800Retro/Driver/C8800Retro.csproj +++ b/Source/C8800Retro/Driver/C8800Retro.csproj @@ -1,6 +1,6 @@ - Apache-2.0 + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/C8x8/Driver/C8x8.csproj b/Source/C8x8/Driver/C8x8.csproj index 3aa0d06..d082052 100644 --- a/Source/C8x8/Driver/C8x8.csproj +++ b/Source/C8x8/Driver/C8x8.csproj @@ -1,6 +1,6 @@ - Apache-2.0 + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/CACCurrent/Driver/CACCurrent.csproj b/Source/CACCurrent/Driver/CACCurrent.csproj index 7cd5215..6cc9e61 100644 --- a/Source/CACCurrent/Driver/CACCurrent.csproj +++ b/Source/CACCurrent/Driver/CACCurrent.csproj @@ -1,6 +1,6 @@ - Apache-2.0 + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/CButton/Driver/CButton.csproj b/Source/CButton/Driver/CButton.csproj index 3f101bc..58f47db 100644 --- a/Source/CButton/Driver/CButton.csproj +++ b/Source/CButton/Driver/CButton.csproj @@ -1,6 +1,6 @@ - Apache-2.0 + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/CGNSS10/Driver/CGNSS10.csproj b/Source/CGNSS10/Driver/CGNSS10.csproj index 7aa3814..a5c3097 100644 --- a/Source/CGNSS10/Driver/CGNSS10.csproj +++ b/Source/CGNSS10/Driver/CGNSS10.csproj @@ -1,6 +1,6 @@ - Apache-2.0 + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/CGNSS5/Driver/CGNSS5.csproj b/Source/CGNSS5/Driver/CGNSS5.csproj index 4a4f468..4debc3b 100644 --- a/Source/CGNSS5/Driver/CGNSS5.csproj +++ b/Source/CGNSS5/Driver/CGNSS5.csproj @@ -1,6 +1,6 @@ - Apache-2.0 + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/CJoystick/Driver/CJoystick.csproj b/Source/CJoystick/Driver/CJoystick.csproj index 02cb03e..104d31b 100644 --- a/Source/CJoystick/Driver/CJoystick.csproj +++ b/Source/CJoystick/Driver/CJoystick.csproj @@ -1,6 +1,6 @@ - Apache-2.0 + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/CLEM/Driver/CLEM.csproj b/Source/CLEM/Driver/CLEM.csproj index 72a9f2d..dfdea7c 100644 --- a/Source/CLEM/Driver/CLEM.csproj +++ b/Source/CLEM/Driver/CLEM.csproj @@ -1,6 +1,6 @@ - Apache-2.0 + Apache-2.0 true icon.png Wilderness Labs, Inc diff --git a/Source/CTempHum15/Driver/CTempHum15.csproj b/Source/CTempHum15/Driver/CTempHum15.csproj index cf51a97..28c75ee 100644 --- a/Source/CTempHum15/Driver/CTempHum15.csproj +++ b/Source/CTempHum15/Driver/CTempHum15.csproj @@ -1,6 +1,6 @@ - Apache-2.0 + Apache-2.0 true icon.png Wilderness Labs, Inc From 9d473beb237644e1f0e5a0fa9b195c11aff9f9e5 Mon Sep 17 00:00:00 2001 From: Adrian Stevens Date: Thu, 17 Aug 2023 22:33:31 -0700 Subject: [PATCH 3/3] Add/update LangVersion to 10.0 --- Source/C16x9/Driver/C16x9.csproj | 1 + Source/C8800Retro/Driver/C8800Retro.csproj | 1 + Source/C8x8/Driver/C8x8.csproj | 1 + Source/CACCurrent/Driver/CACCurrent.csproj | 1 + Source/CButton/Driver/CButton.csproj | 1 + Source/CGNSS10/Driver/CGNSS10.csproj | 1 + Source/CGNSS5/Driver/CGNSS5.csproj | 1 + Source/CJoystick/Driver/CJoystick.csproj | 1 + Source/CLEM/Driver/CLEM.csproj | 1 + Source/CTempHum15/Driver/CTempHum15.csproj | 1 + 10 files changed, 10 insertions(+) diff --git a/Source/C16x9/Driver/C16x9.csproj b/Source/C16x9/Driver/C16x9.csproj index 8bf89cc..a4cd3b2 100644 --- a/Source/C16x9/Driver/C16x9.csproj +++ b/Source/C16x9/Driver/C16x9.csproj @@ -1,5 +1,6 @@ + 10.0 Apache-2.0 true icon.png diff --git a/Source/C8800Retro/Driver/C8800Retro.csproj b/Source/C8800Retro/Driver/C8800Retro.csproj index 3bf1e5d..271598a 100644 --- a/Source/C8800Retro/Driver/C8800Retro.csproj +++ b/Source/C8800Retro/Driver/C8800Retro.csproj @@ -1,5 +1,6 @@ + 10.0 Apache-2.0 true icon.png diff --git a/Source/C8x8/Driver/C8x8.csproj b/Source/C8x8/Driver/C8x8.csproj index d082052..3563e5b 100644 --- a/Source/C8x8/Driver/C8x8.csproj +++ b/Source/C8x8/Driver/C8x8.csproj @@ -1,5 +1,6 @@ + 10.0 Apache-2.0 true icon.png diff --git a/Source/CACCurrent/Driver/CACCurrent.csproj b/Source/CACCurrent/Driver/CACCurrent.csproj index 6cc9e61..56f0ef9 100644 --- a/Source/CACCurrent/Driver/CACCurrent.csproj +++ b/Source/CACCurrent/Driver/CACCurrent.csproj @@ -1,5 +1,6 @@ + 10.0 Apache-2.0 true icon.png diff --git a/Source/CButton/Driver/CButton.csproj b/Source/CButton/Driver/CButton.csproj index 58f47db..5d3ed47 100644 --- a/Source/CButton/Driver/CButton.csproj +++ b/Source/CButton/Driver/CButton.csproj @@ -1,5 +1,6 @@ + 10.0 Apache-2.0 true icon.png diff --git a/Source/CGNSS10/Driver/CGNSS10.csproj b/Source/CGNSS10/Driver/CGNSS10.csproj index a5c3097..0f790c6 100644 --- a/Source/CGNSS10/Driver/CGNSS10.csproj +++ b/Source/CGNSS10/Driver/CGNSS10.csproj @@ -1,5 +1,6 @@ + 10.0 Apache-2.0 true icon.png diff --git a/Source/CGNSS5/Driver/CGNSS5.csproj b/Source/CGNSS5/Driver/CGNSS5.csproj index 4debc3b..2d6a081 100644 --- a/Source/CGNSS5/Driver/CGNSS5.csproj +++ b/Source/CGNSS5/Driver/CGNSS5.csproj @@ -1,5 +1,6 @@ + 10.0 Apache-2.0 true icon.png diff --git a/Source/CJoystick/Driver/CJoystick.csproj b/Source/CJoystick/Driver/CJoystick.csproj index 104d31b..9265424 100644 --- a/Source/CJoystick/Driver/CJoystick.csproj +++ b/Source/CJoystick/Driver/CJoystick.csproj @@ -1,5 +1,6 @@ + 10.0 Apache-2.0 true icon.png diff --git a/Source/CLEM/Driver/CLEM.csproj b/Source/CLEM/Driver/CLEM.csproj index dfdea7c..7ab22b5 100644 --- a/Source/CLEM/Driver/CLEM.csproj +++ b/Source/CLEM/Driver/CLEM.csproj @@ -1,5 +1,6 @@ + 10.0 Apache-2.0 true icon.png diff --git a/Source/CTempHum15/Driver/CTempHum15.csproj b/Source/CTempHum15/Driver/CTempHum15.csproj index 28c75ee..ecc9f31 100644 --- a/Source/CTempHum15/Driver/CTempHum15.csproj +++ b/Source/CTempHum15/Driver/CTempHum15.csproj @@ -1,5 +1,6 @@ + 10.0 Apache-2.0 true icon.png