From c8b1b3850268b9070ae20d0f757dac0700c67218 Mon Sep 17 00:00:00 2001 From: Chris Baker Date: Wed, 11 Dec 2024 13:26:25 -0600 Subject: [PATCH] cleanup of old files --- GlucoseTray.Domain/GlucoseTray.Domain.csproj | 18 ------------------ .../GlucoseTray.Infrastructure.csproj | 14 -------------- GlucoseTray/appsettings.json | 2 +- 3 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 GlucoseTray.Domain/GlucoseTray.Domain.csproj delete mode 100644 GlucoseTray.Infrastructure/GlucoseTray.Infrastructure.csproj diff --git a/GlucoseTray.Domain/GlucoseTray.Domain.csproj b/GlucoseTray.Domain/GlucoseTray.Domain.csproj deleted file mode 100644 index 49dda98..0000000 --- a/GlucoseTray.Domain/GlucoseTray.Domain.csproj +++ /dev/null @@ -1,18 +0,0 @@ - - - - net8.0 - enable - enable - - - - - - - - - - - - diff --git a/GlucoseTray.Infrastructure/GlucoseTray.Infrastructure.csproj b/GlucoseTray.Infrastructure/GlucoseTray.Infrastructure.csproj deleted file mode 100644 index aba5561..0000000 --- a/GlucoseTray.Infrastructure/GlucoseTray.Infrastructure.csproj +++ /dev/null @@ -1,14 +0,0 @@ - - - - net8.0 - enable - enable - - - - - - - - diff --git a/GlucoseTray/appsettings.json b/GlucoseTray/appsettings.json index 3bbe75e..dc50129 100644 --- a/GlucoseTray/appsettings.json +++ b/GlucoseTray/appsettings.json @@ -1,6 +1,6 @@ { "appsettings": { - "Version": "15.2.1", + "Version": "15.2.2", "Url": "/~https://github.com/Delubear/GlucoseTray" } } \ No newline at end of file