From cd3b83e7f5f00a4614b4b27d72fbedac6728bc9b Mon Sep 17 00:00:00 2001 From: Bailey Date: Fri, 6 Jan 2023 07:37:05 -0600 Subject: [PATCH] [402] [housekeeping] dependency bumps (#413) --- src/Common/Common.csproj | 4 ++-- src/PelotonToGarminConsole/PelotonToGarminConsole.csproj | 2 +- src/UnitTests/UnitTests.csproj | 6 +++--- src/WebUI/WebUI.csproj | 2 +- vNextReleaseNotes.md | 6 +++++- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/Common/Common.csproj b/src/Common/Common.csproj index cf71deaaf..a0380309c 100644 --- a/src/Common/Common.csproj +++ b/src/Common/Common.csproj @@ -8,11 +8,11 @@ - + - + diff --git a/src/PelotonToGarminConsole/PelotonToGarminConsole.csproj b/src/PelotonToGarminConsole/PelotonToGarminConsole.csproj index 9ec99cfd9..6c0181800 100644 --- a/src/PelotonToGarminConsole/PelotonToGarminConsole.csproj +++ b/src/PelotonToGarminConsole/PelotonToGarminConsole.csproj @@ -29,7 +29,7 @@ - + diff --git a/src/UnitTests/UnitTests.csproj b/src/UnitTests/UnitTests.csproj index 4849b6fb7..a0b9fc8a9 100644 --- a/src/UnitTests/UnitTests.csproj +++ b/src/UnitTests/UnitTests.csproj @@ -9,9 +9,9 @@ - - - + + + diff --git a/src/WebUI/WebUI.csproj b/src/WebUI/WebUI.csproj index f8a003fcf..29a4461ca 100644 --- a/src/WebUI/WebUI.csproj +++ b/src/WebUI/WebUI.csproj @@ -32,7 +32,7 @@ - + diff --git a/vNextReleaseNotes.md b/vNextReleaseNotes.md index 632ac5010..7169f05f7 100644 --- a/vNextReleaseNotes.md +++ b/vNextReleaseNotes.md @@ -4,4 +4,8 @@ ## Fixes - [#404] Fixed where outdoor Just walk/Just run could be missing GPS data on Garmin Connect -- [#411] WebUI - Fixed issue where custom DeviceInfo file path could not be saved \ No newline at end of file +- [#411] WebUI - Fixed issue where custom DeviceInfo file path could not be saved + +## Changes + +- [#402] [housekeeping] Dependency bumps