diff --git a/ExtensionsEx.cs b/ExtensionsEx.cs index ca8f59c..6b27db7 100644 --- a/ExtensionsEx.cs +++ b/ExtensionsEx.cs @@ -4,7 +4,7 @@ // Created : 27-08-2016 // // Last Modified By : Frede H. -// Last Modified On : 12-31-2021 +// Last Modified On : 02-24-2022 // *********************************************************************** // // Copyright (C) 2022 FCS Frede's Computer Services. @@ -19,7 +19,7 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** @@ -27,7 +27,7 @@ using System; using System.Collections.Generic; -namespace FCS.Lib +namespace FCS.Lib.Utility { /// /// Class ExtensionsEx. diff --git a/FCS.Lib.csproj b/FCS.Lib.Utility.csproj similarity index 97% rename from FCS.Lib.csproj rename to FCS.Lib.Utility.csproj index 2d5fc99..c12376a 100644 --- a/FCS.Lib.csproj +++ b/FCS.Lib.Utility.csproj @@ -10,8 +10,8 @@ {1F1FECFD-E07E-4B5C-A7F9-67FB89EE94A3} Library Properties - FCS.Lib - FCS.Lib + FCS.Lib.Utility + FCS.Lib.Utility v4.8 512 true diff --git a/FCS.Lib.csproj.user b/FCS.Lib.Utility.csproj.user similarity index 100% rename from FCS.Lib.csproj.user rename to FCS.Lib.Utility.csproj.user diff --git a/Generators.cs b/Generators.cs index e069837..eb71a6c 100644 --- a/Generators.cs +++ b/Generators.cs @@ -4,7 +4,7 @@ // Created : 2020-07-01 // // Last Modified By : FH -// Last Modified On : 01-09-2022 +// Last Modified On : 02-24-2022 // *********************************************************************** // // Copyright (C) 2022 FCS Frede's Computer Services. @@ -19,7 +19,7 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** @@ -29,7 +29,7 @@ using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; -namespace FCS.Lib +namespace FCS.Lib.Utility { /// /// Class Generators diff --git a/IAsyncReadonlyRepo.cs b/IAsyncReadonlyRepo.cs index 027fef3..4048485 100644 --- a/IAsyncReadonlyRepo.cs +++ b/IAsyncReadonlyRepo.cs @@ -4,7 +4,7 @@ // Created : 03-10-2015 // // Last Modified By : FH -// Last Modified On : 12-31-2021 +// Last Modified On : 02-24-2022 // *********************************************************************** // // Copyright (C) 2022 FCS Frede's Computer Services. @@ -19,7 +19,7 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** @@ -30,7 +30,7 @@ using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; -namespace FCS.Lib +namespace FCS.Lib.Utility { /// /// Interface IRepositoryAsync diff --git a/IRepository.cs b/IRepository.cs index 0f402ef..d2073bc 100644 --- a/IRepository.cs +++ b/IRepository.cs @@ -4,7 +4,7 @@ // Created : 05-13-2020 // // Last Modified By : FH -// Last Modified On : 12-31-2021 +// Last Modified On : 02-24-2022 // *********************************************************************** // // Copyright (C) 2022 FCS Frede's Computer Services. @@ -19,12 +19,12 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** -namespace FCS.Lib +namespace FCS.Lib.Utility { /// /// Interface IRepository diff --git a/IRepositoryEx.cs b/IRepositoryEx.cs index 5dcf663..1cde9a2 100644 --- a/IRepositoryEx.cs +++ b/IRepositoryEx.cs @@ -4,7 +4,7 @@ // Created : 03-10-2015 // // Last Modified By : FH -// Last Modified On : 12-31-2021 +// Last Modified On : 02-24-2022 // *********************************************************************** // // Copyright (C) 2022 FCS Frede's Computer Services. @@ -19,7 +19,7 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** @@ -29,7 +29,7 @@ using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; -namespace FCS.Lib +namespace FCS.Lib.Utility { /// /// Interface IRepositoryEx diff --git a/LICENSE b/LICENSE index cba6f6a..40ede9f 100644 --- a/LICENSE +++ b/LICENSE @@ -641,7 +641,7 @@ the exclusion of warranty; and each file should have at least the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . + along with this program. If not, see [https://www.gnu.org/licenses]. Also add information on how to contact you by electronic and paper mail. @@ -657,4 +657,4 @@ the specific requirements. You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow -the GNU AGPL, see . +the GNU AGPL, see [https://www.gnu.org/licenses]. diff --git a/Mogrifiers.cs b/Mogrifiers.cs index 75b0d79..f6e20f6 100644 --- a/Mogrifiers.cs +++ b/Mogrifiers.cs @@ -4,7 +4,7 @@ // Created : 27-08-2016 // // Last Modified By : Frede H. -// Last Modified On : 12-31-2021 +// Last Modified On : 02-24-2022 // *********************************************************************** // // Copyright (C) 2022 FCS Frede's Computer Services. @@ -19,7 +19,7 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** @@ -33,7 +33,7 @@ using System.Linq; using System.Text; using System.Text.RegularExpressions; -namespace FCS.Lib +namespace FCS.Lib.Utility { /// /// Class Converters diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index d821b2b..63d83f5 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ // This code was generated by a tool. Any changes made manually will be lost // the next time this code is regenerated. - + using System.Reflection; using System.Runtime.InteropServices; @@ -16,5 +16,5 @@ using System.Runtime.InteropServices; [assembly: ComVisible(false)] [assembly: Guid("aaf08873-14e5-411d-8ec8-629782ac8f03")] -[assembly: AssemblyVersion("2.1.21313.1042")] -[assembly: AssemblyFileVersion("2.1.21313.1042")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.22055.1136")] +[assembly: AssemblyFileVersion("2.1.22055.1136")] \ No newline at end of file diff --git a/QueryHelper.cs b/QueryHelper.cs index 1981207..5ee21e6 100644 --- a/QueryHelper.cs +++ b/QueryHelper.cs @@ -4,9 +4,9 @@ // Created : 01-01-2022 // // Last Modified By : FH -// Last Modified On : 12-31-2021 +// Last Modified On : 02-24-2022 // *********************************************************************** -// +// // Copyright (C) 2022 FCS Frede's Computer Services. // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -19,7 +19,7 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** @@ -29,7 +29,7 @@ using System.Linq; using System.Linq.Expressions; using System.Reflection; -namespace FCS.Lib +namespace FCS.Lib.Utility { /// /// Class QueryHelper. diff --git a/Squid.cs b/Squid.cs index 8ed6885..5631530 100644 --- a/Squid.cs +++ b/Squid.cs @@ -4,7 +4,7 @@ // Created : 2020-07-01 // // Last Modified By : FH -// Last Modified On : 01-09-2022 +// Last Modified On : 02-24-2022 // *********************************************************************** // // Copyright (C) 2022 FCS Frede's Computer Services. @@ -19,7 +19,7 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // Derived from https:github.com/csharpvitamins/CSharpVitamins.ShortGuid // *********************************************************************** @@ -27,7 +27,7 @@ using System; using System.Diagnostics; -namespace FCS.Lib +namespace FCS.Lib.Utility { /// /// A wrapper for handling URL-safe Base64 encoded globally unique identifiers (GUID). diff --git a/StringOptions.cs b/StringOptions.cs index b1eb922..64f5b12 100644 --- a/StringOptions.cs +++ b/StringOptions.cs @@ -4,7 +4,7 @@ // Created : 2020-09-09 // // Last Modified By : FH -// Last Modified On : 01-09-2022 +// Last Modified On : 02-24-2022 // *********************************************************************** // // Copyright (C) 2022 FCS Frede's Computer Services. @@ -19,12 +19,12 @@ // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see +// along with this program. If not, see [https://www.gnu.org/licenses] // // // *********************************************************************** -namespace FCS.Lib +namespace FCS.Lib.Utility { /// /// Class StringOptions.