From 572a2bf592368151ceb21c1da535c304e138414d Mon Sep 17 00:00:00 2001 From: "Valerian A.R." Date: Wed, 3 Dec 2025 12:29:11 +0100 Subject: [PATCH] Various: * Update to .NET Framework 4.8. * Update Oracle.ManagedDataAccess to 19.18.0. * Add MIT LICENSE.txt --- .gitignore | 2 +- LICENSE.txt | 21 +++++++++++++++++++ VAR.DatabaseExplorer.sln | 13 ++++++++++-- .../VAR.DatabaseExplorer.csproj | 4 ++-- VAR.DatabaseExplorer/packages.config | 2 +- 5 files changed, 36 insertions(+), 6 deletions(-) create mode 100644 LICENSE.txt diff --git a/.gitignore b/.gitignore index 96153fc..2689445 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ *.user */bin/* */obj/* -/.vs/* +.vs /packages/ /.issues/ diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..4a5f8bc --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2012-2025 Valeriano A.R. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/VAR.DatabaseExplorer.sln b/VAR.DatabaseExplorer.sln index 4976765..b3e7699 100644 --- a/VAR.DatabaseExplorer.sln +++ b/VAR.DatabaseExplorer.sln @@ -1,10 +1,16 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 +# Visual Studio Version 18 +VisualStudioVersion = 18.0.11205.157 d18.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VAR.DatabaseExplorer", "VAR.DatabaseExplorer\VAR.DatabaseExplorer.csproj", "{79531B74-3062-4A71-9953-5702BEBDEC0E}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{32C218F4-05C0-4F12-815F-02E82FCD5131}" + ProjectSection(SolutionItems) = preProject + .gitignore = .gitignore + LICENSE.txt = LICENSE.txt + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -19,4 +25,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {C8555709-4E29-4BE1-B4CC-0EA1195E8C1C} + EndGlobalSection EndGlobal diff --git a/VAR.DatabaseExplorer/VAR.DatabaseExplorer.csproj b/VAR.DatabaseExplorer/VAR.DatabaseExplorer.csproj index 76a8352..2890079 100644 --- a/VAR.DatabaseExplorer/VAR.DatabaseExplorer.csproj +++ b/VAR.DatabaseExplorer/VAR.DatabaseExplorer.csproj @@ -10,7 +10,7 @@ Properties VAR.DatabaseExplorer VAR.DatabaseExplorer - v4.6.1 + v4.8 512 @@ -63,7 +63,7 @@ - ..\packages\Oracle.ManagedDataAccess.19.7.0\lib\net40\Oracle.ManagedDataAccess.dll + ..\packages\Oracle.ManagedDataAccess.19.18.0\lib\net40\Oracle.ManagedDataAccess.dll diff --git a/VAR.DatabaseExplorer/packages.config b/VAR.DatabaseExplorer/packages.config index e6bfa2d..12b2cba 100644 --- a/VAR.DatabaseExplorer/packages.config +++ b/VAR.DatabaseExplorer/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file