diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/CLI/CLI.csproj b/CLI/CLI.csproj old mode 100644 new mode 100755 diff --git a/CLI/Program.cs b/CLI/Program.cs old mode 100644 new mode 100755 index 87bb37c..1763499 --- a/CLI/Program.cs +++ b/CLI/Program.cs @@ -1,5 +1,10 @@ // See https://aka.ms/new-console-template for more information +/* + * Test CLI application for development of DotBased + */ + + using DotBased.Logging.Serilog; using DotBased.Logging; using Serilog; diff --git a/DotBased.Logging.Serilog/DotBased.Logging.Serilog.csproj b/DotBased.Logging.Serilog/DotBased.Logging.Serilog.csproj old mode 100644 new mode 100755 diff --git a/DotBased.Logging.Serilog/SerilogAdapter.cs b/DotBased.Logging.Serilog/SerilogAdapter.cs old mode 100644 new mode 100755 diff --git a/DotBased.sln b/DotBased.sln old mode 100644 new mode 100755 diff --git a/DotBased/Collections/InstanceContainer.cs b/DotBased/Collections/InstanceContainer.cs old mode 100644 new mode 100755 diff --git a/DotBased/Collections/KeyContainerBase.cs b/DotBased/Collections/KeyContainerBase.cs old mode 100644 new mode 100755 diff --git a/DotBased/Collections/PropertyContainer.cs b/DotBased/Collections/PropertyContainer.cs old mode 100644 new mode 100755 diff --git a/DotBased/DotBased.csproj b/DotBased/DotBased.csproj old mode 100644 new mode 100755 diff --git a/DotBased/Extensions/StringExtensions.cs b/DotBased/Extensions/StringExtensions.cs old mode 100644 new mode 100755 diff --git a/DotBased/Logging/ILogger.cs b/DotBased/Logging/ILogger.cs old mode 100644 new mode 100755 diff --git a/DotBased/Logging/LogAdapterBase.cs b/DotBased/Logging/LogAdapterBase.cs old mode 100644 new mode 100755 diff --git a/DotBased/Logging/LogCapsule.cs b/DotBased/Logging/LogCapsule.cs old mode 100644 new mode 100755 diff --git a/DotBased/Logging/LogOptions.cs b/DotBased/Logging/LogOptions.cs old mode 100644 new mode 100755 diff --git a/DotBased/Logging/LogProcessor.cs b/DotBased/Logging/LogProcessor.cs old mode 100644 new mode 100755 diff --git a/DotBased/Logging/LogService.cs b/DotBased/Logging/LogService.cs old mode 100644 new mode 100755 diff --git a/DotBased/Logging/LogSeverity.cs b/DotBased/Logging/LogSeverity.cs old mode 100644 new mode 100755 diff --git a/DotBased/Logging/Logger.cs b/DotBased/Logging/Logger.cs old mode 100644 new mode 100755 diff --git a/DotBased/Logging/LoggerBase.cs b/DotBased/Logging/LoggerBase.cs old mode 100644 new mode 100755 diff --git a/DotBased/Result.cs b/DotBased/Result.cs old mode 100644 new mode 100755 diff --git a/DotBased/Utilities/Cryptography.cs b/DotBased/Utilities/Cryptography.cs old mode 100644 new mode 100755 diff --git a/DotBased/Utilities/Culture.cs b/DotBased/Utilities/Culture.cs old mode 100644 new mode 100755 diff --git a/DotBased/Utilities/Generator.cs b/DotBased/Utilities/Generator.cs old mode 100644 new mode 100755 diff --git a/DotBased/Utilities/Suffix.cs b/DotBased/Utilities/Suffix.cs old mode 100644 new mode 100755 diff --git a/DotBased/doc.md b/DotBased/doc.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755