From cf4b89af0702cb7c27d09f889fa1bf444886e98c Mon Sep 17 00:00:00 2001 From: Zack Moore <1731364+ormico@users.noreply.github.com> Date: Sun, 26 Nov 2023 21:37:59 -0500 Subject: [PATCH] upgrade .net version to 8 and set assembly version --- .../Ormico.DbPatchManager.SqlServer.csproj | 18 ++++++++---------- .../OrmicoDbPatchManagerSqlServer.sln | 4 ++-- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/OrmicoDbPatchManagerSqlServer/Ormico.DbPatchManager.SqlServer/Ormico.DbPatchManager.SqlServer.csproj b/OrmicoDbPatchManagerSqlServer/Ormico.DbPatchManager.SqlServer/Ormico.DbPatchManager.SqlServer.csproj index 070f979..8cc2899 100644 --- a/OrmicoDbPatchManagerSqlServer/Ormico.DbPatchManager.SqlServer/Ormico.DbPatchManager.SqlServer.csproj +++ b/OrmicoDbPatchManagerSqlServer/Ormico.DbPatchManager.SqlServer/Ormico.DbPatchManager.SqlServer.csproj @@ -1,7 +1,6 @@  - - netstandard2.0 + net8.0 LICENSE https://github.com/ormico/dbpatchmanager-sqlserver Zack Moore @@ -9,13 +8,12 @@ SQL Server plugin for Ormico DB Patch Manager true true - Copyright (c) 2020 Zack Moore + Copyright (c) 2023 Zack Moore SQL Server plugin for Ormico DB Patch Manager. Provides interface for DB Patch Manager to perform change control on SQL Server. https://dbpatch.dev/ dbpatch-manager-profile.png - 1.0.0 + 2.2.0 - @@ -24,10 +22,10 @@ True - + + - @@ -35,7 +33,6 @@ - @@ -44,7 +41,8 @@ True - + + - + \ No newline at end of file diff --git a/OrmicoDbPatchManagerSqlServer/OrmicoDbPatchManagerSqlServer.sln b/OrmicoDbPatchManagerSqlServer/OrmicoDbPatchManagerSqlServer.sln index e4c59c5..df85bd0 100644 --- a/OrmicoDbPatchManagerSqlServer/OrmicoDbPatchManagerSqlServer.sln +++ b/OrmicoDbPatchManagerSqlServer/OrmicoDbPatchManagerSqlServer.sln @@ -1,9 +1,9 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.28803.352 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ormico.DbPatchManager.SqlServer", "Ormico.DbPatchManager.SqlServer\Ormico.DbPatchManager.SqlServer.csproj", "{6D61EBB1-6F1C-4798-878E-E2BBC374AFEB}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ormico.DbPatchManager.SqlServer", "Ormico.DbPatchManager.SqlServer\Ormico.DbPatchManager.SqlServer.csproj", "{6D61EBB1-6F1C-4798-878E-E2BBC374AFEB}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution