From 1c06fe80aff32ecede4e1af17b392d2be879bcf4 Mon Sep 17 00:00:00 2001 From: JongChern Date: Fri, 15 Aug 2025 10:56:33 +0800 Subject: [PATCH 1/6] updates --- Shimmer32FeetAPI/Properties/AssemblyInfo.cs | 4 ++-- Shimmer32FeetAPI/Shimmer32FeetAPI.csproj | 9 ++------- ShimmerAPI/ShimmerAPI/ShimmerAPI.csproj | 5 +++-- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/Shimmer32FeetAPI/Properties/AssemblyInfo.cs b/Shimmer32FeetAPI/Properties/AssemblyInfo.cs index caec5956..4e859b58 100644 --- a/Shimmer32FeetAPI/Properties/AssemblyInfo.cs +++ b/Shimmer32FeetAPI/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.3.9.0")] +[assembly: AssemblyFileVersion("1.3.9.0")] diff --git a/Shimmer32FeetAPI/Shimmer32FeetAPI.csproj b/Shimmer32FeetAPI/Shimmer32FeetAPI.csproj index 12c90808..a8985743 100644 --- a/Shimmer32FeetAPI/Shimmer32FeetAPI.csproj +++ b/Shimmer32FeetAPI/Shimmer32FeetAPI.csproj @@ -79,15 +79,10 @@ 3.5.0 - - 2.58.0 - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - 4.0.34 + 4.0.42 - + all diff --git a/ShimmerAPI/ShimmerAPI/ShimmerAPI.csproj b/ShimmerAPI/ShimmerAPI/ShimmerAPI.csproj index f50e6dce..30c3cc4d 100644 --- a/ShimmerAPI/ShimmerAPI/ShimmerAPI.csproj +++ b/ShimmerAPI/ShimmerAPI/ShimmerAPI.csproj @@ -4,7 +4,7 @@ netstandard2.0 Library Library to communicate with Shimmer devices - 1.3.8 + 1.3.9 license.md True @@ -31,8 +31,9 @@ - + + From 5ffa57508090643c365174e3c3e84bb9f5126ebe Mon Sep 17 00:00:00 2001 From: JongChern Date: Fri, 15 Aug 2025 11:37:02 +0800 Subject: [PATCH 2/6] Update ShimmerAPI.csproj --- ShimmerAPI/ShimmerAPI/ShimmerAPI.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ShimmerAPI/ShimmerAPI/ShimmerAPI.csproj b/ShimmerAPI/ShimmerAPI/ShimmerAPI.csproj index 30c3cc4d..3468b076 100644 --- a/ShimmerAPI/ShimmerAPI/ShimmerAPI.csproj +++ b/ShimmerAPI/ShimmerAPI/ShimmerAPI.csproj @@ -31,9 +31,8 @@ - + - From c8e22826f7f0ba1d41c7b6d9b1d91ff0ff590e45 Mon Sep 17 00:00:00 2001 From: JongChern Date: Fri, 15 Aug 2025 11:47:15 +0800 Subject: [PATCH 3/6] update --- ShimmerAPI/ShimmerAPI/ShimmerAPI.csproj | 2 +- ShimmerCapture/ShimmerCapture/ShimmerCapture.csproj | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ShimmerAPI/ShimmerAPI/ShimmerAPI.csproj b/ShimmerAPI/ShimmerAPI/ShimmerAPI.csproj index 3468b076..aabaa072 100644 --- a/ShimmerAPI/ShimmerAPI/ShimmerAPI.csproj +++ b/ShimmerAPI/ShimmerAPI/ShimmerAPI.csproj @@ -31,7 +31,7 @@ - + diff --git a/ShimmerCapture/ShimmerCapture/ShimmerCapture.csproj b/ShimmerCapture/ShimmerCapture/ShimmerCapture.csproj index 72a68575..8a342be6 100644 --- a/ShimmerCapture/ShimmerCapture/ShimmerCapture.csproj +++ b/ShimmerCapture/ShimmerCapture/ShimmerCapture.csproj @@ -98,9 +98,8 @@ - - - + + libs\ExceptionReporter.WinForms.dll From 2b098008c3c1d7749a98138a24da13040906f79b Mon Sep 17 00:00:00 2001 From: JongChern Date: Fri, 15 Aug 2025 12:35:38 +0800 Subject: [PATCH 4/6] Update Shimmer32FeetAPI.csproj --- Shimmer32FeetAPI/Shimmer32FeetAPI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shimmer32FeetAPI/Shimmer32FeetAPI.csproj b/Shimmer32FeetAPI/Shimmer32FeetAPI.csproj index a8985743..249d97f2 100644 --- a/Shimmer32FeetAPI/Shimmer32FeetAPI.csproj +++ b/Shimmer32FeetAPI/Shimmer32FeetAPI.csproj @@ -80,7 +80,7 @@ 3.5.0 - 4.0.42 + 4.0.37 all From f1edc65839fa98229c5fcb3ed836634b2a7a70e9 Mon Sep 17 00:00:00 2001 From: JongChern Date: Fri, 15 Aug 2025 12:49:35 +0800 Subject: [PATCH 5/6] update --- Shimmer32FeetAPI/Shimmer32FeetAPI.csproj | 6 +++--- .../Shimmer32FeetConsoleAppExample.csproj | 5 ++--- .../ShimmerConsoleAppExample/packages.config | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Shimmer32FeetAPI/Shimmer32FeetAPI.csproj b/Shimmer32FeetAPI/Shimmer32FeetAPI.csproj index 249d97f2..5a758ddb 100644 --- a/Shimmer32FeetAPI/Shimmer32FeetAPI.csproj +++ b/Shimmer32FeetAPI/Shimmer32FeetAPI.csproj @@ -76,12 +76,12 @@ - - 3.5.0 - 4.0.37 + + 4.2.2 + all diff --git a/Shimmer32FeetConsoleAppExample/ShimmerConsoleAppExample/Shimmer32FeetConsoleAppExample.csproj b/Shimmer32FeetConsoleAppExample/ShimmerConsoleAppExample/Shimmer32FeetConsoleAppExample.csproj index 4257bdc2..5a5602b8 100644 --- a/Shimmer32FeetConsoleAppExample/ShimmerConsoleAppExample/Shimmer32FeetConsoleAppExample.csproj +++ b/Shimmer32FeetConsoleAppExample/ShimmerConsoleAppExample/Shimmer32FeetConsoleAppExample.csproj @@ -38,9 +38,8 @@ false - - ..\packages\32feet.NET.3.5.0.0\lib\net\InTheHand.Net.Personal.dll - True + + ..\..\ShimmerAPI\packages\InTheHand.Net.Bluetooth.4.2.2\lib\net462\InTheHand.Net.Bluetooth.dll diff --git a/Shimmer32FeetConsoleAppExample/ShimmerConsoleAppExample/packages.config b/Shimmer32FeetConsoleAppExample/ShimmerConsoleAppExample/packages.config index 2c293ff2..6323257c 100644 --- a/Shimmer32FeetConsoleAppExample/ShimmerConsoleAppExample/packages.config +++ b/Shimmer32FeetConsoleAppExample/ShimmerConsoleAppExample/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file From e4e97eb4f6aaa000cb3f37a9f5a6228282053c3a Mon Sep 17 00:00:00 2001 From: JongChern Date: Mon, 18 Aug 2025 16:19:59 +0800 Subject: [PATCH 6/6] update --- ShimmerAPI/ShimmerUnitTests/ShimmerUnitTests.csproj | 10 +++++----- ShimmerAPI/ShimmerUnitTests/packages.config | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ShimmerAPI/ShimmerUnitTests/ShimmerUnitTests.csproj b/ShimmerAPI/ShimmerUnitTests/ShimmerUnitTests.csproj index b3148738..01d705bb 100644 --- a/ShimmerAPI/ShimmerUnitTests/ShimmerUnitTests.csproj +++ b/ShimmerAPI/ShimmerUnitTests/ShimmerUnitTests.csproj @@ -37,8 +37,8 @@ - - ..\packages\System.IO.Ports.5.0.1\lib\net461\System.IO.Ports.dll + + ..\packages\System.IO.Ports.9.0.8\lib\net462\System.IO.Ports.dll @@ -63,15 +63,15 @@ - - - {6e320423-1d88-47ee-97ba-51113e538d33} ShimmerAPI + + + diff --git a/ShimmerAPI/ShimmerUnitTests/packages.config b/ShimmerAPI/ShimmerUnitTests/packages.config index 9d2e8c4e..e6f34522 100644 --- a/ShimmerAPI/ShimmerUnitTests/packages.config +++ b/ShimmerAPI/ShimmerUnitTests/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file