diff --git a/.vs/SyslogLogging/v15/.suo b/.vs/SyslogLogging/v15/.suo index 69d956a..48a853d 100644 Binary files a/.vs/SyslogLogging/v15/.suo and b/.vs/SyslogLogging/v15/.suo differ diff --git a/.vs/SyslogLogging/v15/Server/sqlite3/storage.ide-shm b/.vs/SyslogLogging/v15/Server/sqlite3/storage.ide-shm index c05a73c..a3f6815 100644 Binary files a/.vs/SyslogLogging/v15/Server/sqlite3/storage.ide-shm and b/.vs/SyslogLogging/v15/Server/sqlite3/storage.ide-shm differ diff --git a/.vs/SyslogLogging/v15/Server/sqlite3/storage.ide-wal b/.vs/SyslogLogging/v15/Server/sqlite3/storage.ide-wal index 18a964e..e02129d 100644 Binary files a/.vs/SyslogLogging/v15/Server/sqlite3/storage.ide-wal and b/.vs/SyslogLogging/v15/Server/sqlite3/storage.ide-wal differ diff --git a/LoggingModule/LoggingModule.cs b/LoggingModule/LoggingModule.cs index 79a1405..3c92c2b 100644 --- a/LoggingModule/LoggingModule.cs +++ b/LoggingModule/LoggingModule.cs @@ -273,8 +273,7 @@ private bool ConsoleExists() private void SendToConsole(string msg) { - if (String.IsNullOrEmpty(msg)) return; - if (Console.CursorLeft != 0) Console.WriteLine(""); + if (String.IsNullOrEmpty(msg)) return; Console.WriteLine(msg); } diff --git a/LoggingModule/LoggingModule.csproj b/LoggingModule/LoggingModule.csproj index 021769c..28cec60 100644 --- a/LoggingModule/LoggingModule.csproj +++ b/LoggingModule/LoggingModule.csproj @@ -3,7 +3,7 @@ netstandard2.0;net452 true - 1.0.11 + 1.0.12 Joel Christner SyslogLogging SyslogLogging @@ -14,7 +14,7 @@ https://github.com/jchristn/LoggingModule Github https://github.com/jchristn/LoggingModule/blob/master/LICENSE.TXT - Icon + Fixed blocking issue on console send https://raw.githubusercontent.com/jchristn/loggingmodule/master/assets/logo.ico diff --git a/LoggingModule/bin/Debug/SyslogLogging.1.0.12.nupkg b/LoggingModule/bin/Debug/SyslogLogging.1.0.12.nupkg new file mode 100644 index 0000000..864e88a Binary files /dev/null and b/LoggingModule/bin/Debug/SyslogLogging.1.0.12.nupkg differ diff --git a/LoggingModule/bin/Debug/net452/LoggingModule.dll b/LoggingModule/bin/Debug/net452/LoggingModule.dll index 22530f1..e3192ad 100644 Binary files a/LoggingModule/bin/Debug/net452/LoggingModule.dll and b/LoggingModule/bin/Debug/net452/LoggingModule.dll differ diff --git a/LoggingModule/bin/Debug/net452/LoggingModule.pdb b/LoggingModule/bin/Debug/net452/LoggingModule.pdb index 509c750..aa2bed8 100644 Binary files a/LoggingModule/bin/Debug/net452/LoggingModule.pdb and b/LoggingModule/bin/Debug/net452/LoggingModule.pdb differ diff --git a/LoggingModule/bin/Debug/netstandard2.0/LoggingModule.deps.json b/LoggingModule/bin/Debug/netstandard2.0/LoggingModule.deps.json index 79f4100..631ae70 100644 --- a/LoggingModule/bin/Debug/netstandard2.0/LoggingModule.deps.json +++ b/LoggingModule/bin/Debug/netstandard2.0/LoggingModule.deps.json @@ -7,7 +7,7 @@ "targets": { ".NETStandard,Version=v2.0": {}, ".NETStandard,Version=v2.0/": { - "LoggingModule/1.0.11": { + "LoggingModule/1.0.12": { "dependencies": { "NETStandard.Library": "2.0.3" }, @@ -24,7 +24,7 @@ } }, "libraries": { - "LoggingModule/1.0.11": { + "LoggingModule/1.0.12": { "type": "project", "serviceable": false, "sha512": "" diff --git a/LoggingModule/bin/Debug/netstandard2.0/LoggingModule.dll b/LoggingModule/bin/Debug/netstandard2.0/LoggingModule.dll index 7da096b..5b5db5d 100644 Binary files a/LoggingModule/bin/Debug/netstandard2.0/LoggingModule.dll and b/LoggingModule/bin/Debug/netstandard2.0/LoggingModule.dll differ diff --git a/LoggingModule/bin/Debug/netstandard2.0/LoggingModule.pdb b/LoggingModule/bin/Debug/netstandard2.0/LoggingModule.pdb index 47e7e26..84af3c5 100644 Binary files a/LoggingModule/bin/Debug/netstandard2.0/LoggingModule.pdb and b/LoggingModule/bin/Debug/netstandard2.0/LoggingModule.pdb differ diff --git a/LoggingModule/bin/Release/SyslogLogging.1.0.12.nupkg b/LoggingModule/bin/Release/SyslogLogging.1.0.12.nupkg new file mode 100644 index 0000000..a2db2b1 Binary files /dev/null and b/LoggingModule/bin/Release/SyslogLogging.1.0.12.nupkg differ diff --git a/LoggingModule/bin/Release/net452/LoggingModule.dll b/LoggingModule/bin/Release/net452/LoggingModule.dll index e9cf372..1836ded 100644 Binary files a/LoggingModule/bin/Release/net452/LoggingModule.dll and b/LoggingModule/bin/Release/net452/LoggingModule.dll differ diff --git a/LoggingModule/bin/Release/net452/LoggingModule.pdb b/LoggingModule/bin/Release/net452/LoggingModule.pdb index f958348..043e258 100644 Binary files a/LoggingModule/bin/Release/net452/LoggingModule.pdb and b/LoggingModule/bin/Release/net452/LoggingModule.pdb differ diff --git a/LoggingModule/bin/Release/netstandard2.0/LoggingModule.deps.json b/LoggingModule/bin/Release/netstandard2.0/LoggingModule.deps.json index 79f4100..631ae70 100644 --- a/LoggingModule/bin/Release/netstandard2.0/LoggingModule.deps.json +++ b/LoggingModule/bin/Release/netstandard2.0/LoggingModule.deps.json @@ -7,7 +7,7 @@ "targets": { ".NETStandard,Version=v2.0": {}, ".NETStandard,Version=v2.0/": { - "LoggingModule/1.0.11": { + "LoggingModule/1.0.12": { "dependencies": { "NETStandard.Library": "2.0.3" }, @@ -24,7 +24,7 @@ } }, "libraries": { - "LoggingModule/1.0.11": { + "LoggingModule/1.0.12": { "type": "project", "serviceable": false, "sha512": "" diff --git a/LoggingModule/bin/Release/netstandard2.0/LoggingModule.dll b/LoggingModule/bin/Release/netstandard2.0/LoggingModule.dll index 216c3c5..7ca4d13 100644 Binary files a/LoggingModule/bin/Release/netstandard2.0/LoggingModule.dll and b/LoggingModule/bin/Release/netstandard2.0/LoggingModule.dll differ diff --git a/LoggingModule/bin/Release/netstandard2.0/LoggingModule.pdb b/LoggingModule/bin/Release/netstandard2.0/LoggingModule.pdb index a2e12fe..4146eb6 100644 Binary files a/LoggingModule/bin/Release/netstandard2.0/LoggingModule.pdb and b/LoggingModule/bin/Release/netstandard2.0/LoggingModule.pdb differ diff --git a/LoggingModule/obj/Debug/SyslogLogging.1.0.12.nuspec b/LoggingModule/obj/Debug/SyslogLogging.1.0.12.nuspec new file mode 100644 index 0000000..51ce332 --- /dev/null +++ b/LoggingModule/obj/Debug/SyslogLogging.1.0.12.nuspec @@ -0,0 +1,26 @@ + + + + SyslogLogging + 1.0.12 + Joel Christner + Joel Christner + false + https://github.com/jchristn/LoggingModule/blob/master/LICENSE.TXT + https://github.com/jchristn/LoggingModule + https://raw.githubusercontent.com/jchristn/loggingmodule/master/assets/logo.ico + Simple C# class library for logging to syslog and to the console + Fixed blocking issue on console send + (c)2019 Joel Christner + syslog logging console + + + + + + + + + + + \ No newline at end of file diff --git a/LoggingModule/obj/Debug/net452/LoggingModule.AssemblyInfo.cs b/LoggingModule/obj/Debug/net452/LoggingModule.AssemblyInfo.cs index b0f3910..41eefd7 100644 --- a/LoggingModule/obj/Debug/net452/LoggingModule.AssemblyInfo.cs +++ b/LoggingModule/obj/Debug/net452/LoggingModule.AssemblyInfo.cs @@ -15,11 +15,11 @@ [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyCopyrightAttribute("(c)2019 Joel Christner")] [assembly: System.Reflection.AssemblyDescriptionAttribute("Simple C# class library for logging to syslog and to the console")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.11.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.11")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.12.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.12")] [assembly: System.Reflection.AssemblyProductAttribute("SyslogLogging")] [assembly: System.Reflection.AssemblyTitleAttribute("LoggingModule")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.11.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.12.0")] // Generated by the MSBuild WriteCodeFragment class. diff --git a/LoggingModule/obj/Debug/net452/LoggingModule.AssemblyInfoInputs.cache b/LoggingModule/obj/Debug/net452/LoggingModule.AssemblyInfoInputs.cache index 6f4a7df..6b7399d 100644 --- a/LoggingModule/obj/Debug/net452/LoggingModule.AssemblyInfoInputs.cache +++ b/LoggingModule/obj/Debug/net452/LoggingModule.AssemblyInfoInputs.cache @@ -1 +1 @@ -5a563cba9e54533028413d44da73d93e92e3ca5c +df2cec30eebbc3e89ad52af61e62b4a5005f3bbf diff --git a/LoggingModule/obj/Debug/net452/LoggingModule.assets.cache b/LoggingModule/obj/Debug/net452/LoggingModule.assets.cache index 7960a94..425f644 100644 Binary files a/LoggingModule/obj/Debug/net452/LoggingModule.assets.cache and b/LoggingModule/obj/Debug/net452/LoggingModule.assets.cache differ diff --git a/LoggingModule/obj/Debug/net452/LoggingModule.dll b/LoggingModule/obj/Debug/net452/LoggingModule.dll index 22530f1..e3192ad 100644 Binary files a/LoggingModule/obj/Debug/net452/LoggingModule.dll and b/LoggingModule/obj/Debug/net452/LoggingModule.dll differ diff --git a/LoggingModule/obj/Debug/net452/LoggingModule.pdb b/LoggingModule/obj/Debug/net452/LoggingModule.pdb index 509c750..aa2bed8 100644 Binary files a/LoggingModule/obj/Debug/net452/LoggingModule.pdb and b/LoggingModule/obj/Debug/net452/LoggingModule.pdb differ diff --git a/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.AssemblyInfo.cs b/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.AssemblyInfo.cs index b0f3910..41eefd7 100644 --- a/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.AssemblyInfo.cs +++ b/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.AssemblyInfo.cs @@ -15,11 +15,11 @@ [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyCopyrightAttribute("(c)2019 Joel Christner")] [assembly: System.Reflection.AssemblyDescriptionAttribute("Simple C# class library for logging to syslog and to the console")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.11.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.11")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.12.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.12")] [assembly: System.Reflection.AssemblyProductAttribute("SyslogLogging")] [assembly: System.Reflection.AssemblyTitleAttribute("LoggingModule")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.11.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.12.0")] // Generated by the MSBuild WriteCodeFragment class. diff --git a/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.AssemblyInfoInputs.cache b/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.AssemblyInfoInputs.cache index 6f4a7df..6b7399d 100644 --- a/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.AssemblyInfoInputs.cache +++ b/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.AssemblyInfoInputs.cache @@ -1 +1 @@ -5a563cba9e54533028413d44da73d93e92e3ca5c +df2cec30eebbc3e89ad52af61e62b4a5005f3bbf diff --git a/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.assets.cache b/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.assets.cache index 7750a32..f3b25e6 100644 Binary files a/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.assets.cache and b/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.assets.cache differ diff --git a/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.dll b/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.dll index 7da096b..5b5db5d 100644 Binary files a/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.dll and b/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.dll differ diff --git a/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.pdb b/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.pdb index 47e7e26..84af3c5 100644 Binary files a/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.pdb and b/LoggingModule/obj/Debug/netstandard2.0/LoggingModule.pdb differ diff --git a/LoggingModule/obj/LoggingModule.csproj.nuget.cache b/LoggingModule/obj/LoggingModule.csproj.nuget.cache index 25a1d14..bdd5eb7 100644 --- a/LoggingModule/obj/LoggingModule.csproj.nuget.cache +++ b/LoggingModule/obj/LoggingModule.csproj.nuget.cache @@ -1,5 +1,5 @@ { "version": 1, - "dgSpecHash": "QB2s1dkTtMgPEMgffMqcHI193kJeyRUWoW0Cf51f7lGaGNyHsAQmqUVpAT+3wSYLuHwhBYa0WI9SAiA7neVuvQ==", + "dgSpecHash": "4kG2vRy0PedB2FtziSiw5fggvAb9dovR4AAWTchI+ioQz4vg4VtQ2UC1ytukyv0JFjL2+ltyCikSdip8DwN5uQ==", "success": true } \ No newline at end of file diff --git a/LoggingModule/obj/LoggingModule.csproj.nuget.g.props b/LoggingModule/obj/LoggingModule.csproj.nuget.g.props index 53e960e..1b44b9c 100644 --- a/LoggingModule/obj/LoggingModule.csproj.nuget.g.props +++ b/LoggingModule/obj/LoggingModule.csproj.nuget.g.props @@ -3,7 +3,7 @@ True NuGet - C:\code\Misc\SyslogLogging\LoggingModule\obj\project.assets.json + C:\code\misc\SyslogLogging\LoggingModule\obj\project.assets.json $(UserProfile)\.nuget\packages\ C:\Users\joelc\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder PackageReference diff --git a/LoggingModule/obj/Release/SyslogLogging.1.0.12.nuspec b/LoggingModule/obj/Release/SyslogLogging.1.0.12.nuspec new file mode 100644 index 0000000..ab9b5c0 --- /dev/null +++ b/LoggingModule/obj/Release/SyslogLogging.1.0.12.nuspec @@ -0,0 +1,26 @@ + + + + SyslogLogging + 1.0.12 + Joel Christner + Joel Christner + false + https://github.com/jchristn/LoggingModule/blob/master/LICENSE.TXT + https://github.com/jchristn/LoggingModule + https://raw.githubusercontent.com/jchristn/loggingmodule/master/assets/logo.ico + Simple C# class library for logging to syslog and to the console + Fixed blocking issue on console send + (c)2019 Joel Christner + syslog logging console + + + + + + + + + + + \ No newline at end of file diff --git a/LoggingModule/obj/Release/net452/LoggingModule.AssemblyInfo.cs b/LoggingModule/obj/Release/net452/LoggingModule.AssemblyInfo.cs index 5964ceb..baab35c 100644 --- a/LoggingModule/obj/Release/net452/LoggingModule.AssemblyInfo.cs +++ b/LoggingModule/obj/Release/net452/LoggingModule.AssemblyInfo.cs @@ -15,11 +15,11 @@ [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] [assembly: System.Reflection.AssemblyCopyrightAttribute("(c)2019 Joel Christner")] [assembly: System.Reflection.AssemblyDescriptionAttribute("Simple C# class library for logging to syslog and to the console")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.11.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.11")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.12.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.12")] [assembly: System.Reflection.AssemblyProductAttribute("SyslogLogging")] [assembly: System.Reflection.AssemblyTitleAttribute("LoggingModule")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.11.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.12.0")] // Generated by the MSBuild WriteCodeFragment class. diff --git a/LoggingModule/obj/Release/net452/LoggingModule.AssemblyInfoInputs.cache b/LoggingModule/obj/Release/net452/LoggingModule.AssemblyInfoInputs.cache index 4b9072f..3454d86 100644 --- a/LoggingModule/obj/Release/net452/LoggingModule.AssemblyInfoInputs.cache +++ b/LoggingModule/obj/Release/net452/LoggingModule.AssemblyInfoInputs.cache @@ -1 +1 @@ -7ce930d75d575eee4f9f6bc8f96dfabd4f0b440c +ce643718d5485f19445992696b91814cca07584f diff --git a/LoggingModule/obj/Release/net452/LoggingModule.assets.cache b/LoggingModule/obj/Release/net452/LoggingModule.assets.cache index da7d9ed..2db70b1 100644 Binary files a/LoggingModule/obj/Release/net452/LoggingModule.assets.cache and b/LoggingModule/obj/Release/net452/LoggingModule.assets.cache differ diff --git a/LoggingModule/obj/Release/net452/LoggingModule.dll b/LoggingModule/obj/Release/net452/LoggingModule.dll index e9cf372..1836ded 100644 Binary files a/LoggingModule/obj/Release/net452/LoggingModule.dll and b/LoggingModule/obj/Release/net452/LoggingModule.dll differ diff --git a/LoggingModule/obj/Release/net452/LoggingModule.pdb b/LoggingModule/obj/Release/net452/LoggingModule.pdb index f958348..043e258 100644 Binary files a/LoggingModule/obj/Release/net452/LoggingModule.pdb and b/LoggingModule/obj/Release/net452/LoggingModule.pdb differ diff --git a/LoggingModule/obj/Release/netstandard2.0/LoggingModule.AssemblyInfo.cs b/LoggingModule/obj/Release/netstandard2.0/LoggingModule.AssemblyInfo.cs index 5964ceb..baab35c 100644 --- a/LoggingModule/obj/Release/netstandard2.0/LoggingModule.AssemblyInfo.cs +++ b/LoggingModule/obj/Release/netstandard2.0/LoggingModule.AssemblyInfo.cs @@ -15,11 +15,11 @@ [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] [assembly: System.Reflection.AssemblyCopyrightAttribute("(c)2019 Joel Christner")] [assembly: System.Reflection.AssemblyDescriptionAttribute("Simple C# class library for logging to syslog and to the console")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.11.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.11")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.12.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.12")] [assembly: System.Reflection.AssemblyProductAttribute("SyslogLogging")] [assembly: System.Reflection.AssemblyTitleAttribute("LoggingModule")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.11.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.12.0")] // Generated by the MSBuild WriteCodeFragment class. diff --git a/LoggingModule/obj/Release/netstandard2.0/LoggingModule.AssemblyInfoInputs.cache b/LoggingModule/obj/Release/netstandard2.0/LoggingModule.AssemblyInfoInputs.cache index 4b9072f..3454d86 100644 --- a/LoggingModule/obj/Release/netstandard2.0/LoggingModule.AssemblyInfoInputs.cache +++ b/LoggingModule/obj/Release/netstandard2.0/LoggingModule.AssemblyInfoInputs.cache @@ -1 +1 @@ -7ce930d75d575eee4f9f6bc8f96dfabd4f0b440c +ce643718d5485f19445992696b91814cca07584f diff --git a/LoggingModule/obj/Release/netstandard2.0/LoggingModule.assets.cache b/LoggingModule/obj/Release/netstandard2.0/LoggingModule.assets.cache index c61adf2..8bb0944 100644 Binary files a/LoggingModule/obj/Release/netstandard2.0/LoggingModule.assets.cache and b/LoggingModule/obj/Release/netstandard2.0/LoggingModule.assets.cache differ diff --git a/LoggingModule/obj/Release/netstandard2.0/LoggingModule.dll b/LoggingModule/obj/Release/netstandard2.0/LoggingModule.dll index 216c3c5..7ca4d13 100644 Binary files a/LoggingModule/obj/Release/netstandard2.0/LoggingModule.dll and b/LoggingModule/obj/Release/netstandard2.0/LoggingModule.dll differ diff --git a/LoggingModule/obj/Release/netstandard2.0/LoggingModule.pdb b/LoggingModule/obj/Release/netstandard2.0/LoggingModule.pdb index a2e12fe..4146eb6 100644 Binary files a/LoggingModule/obj/Release/netstandard2.0/LoggingModule.pdb and b/LoggingModule/obj/Release/netstandard2.0/LoggingModule.pdb differ diff --git a/LoggingModule/obj/project.assets.json b/LoggingModule/obj/project.assets.json index 471522e..95f609d 100644 --- a/LoggingModule/obj/project.assets.json +++ b/LoggingModule/obj/project.assets.json @@ -185,13 +185,13 @@ "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} }, "project": { - "version": "1.0.11", + "version": "1.0.12", "restore": { - "projectUniqueName": "C:\\code\\Misc\\SyslogLogging\\LoggingModule\\LoggingModule.csproj", + "projectUniqueName": "C:\\code\\misc\\SyslogLogging\\LoggingModule\\LoggingModule.csproj", "projectName": "SyslogLogging", - "projectPath": "C:\\code\\Misc\\SyslogLogging\\LoggingModule\\LoggingModule.csproj", + "projectPath": "C:\\code\\misc\\SyslogLogging\\LoggingModule\\LoggingModule.csproj", "packagesPath": "C:\\Users\\joelc\\.nuget\\packages\\", - "outputPath": "C:\\code\\Misc\\SyslogLogging\\LoggingModule\\obj\\", + "outputPath": "C:\\code\\misc\\SyslogLogging\\LoggingModule\\obj\\", "projectStyle": "PackageReference", "crossTargeting": true, "fallbackFolders": [ @@ -207,7 +207,9 @@ ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} + "https://api.nuget.org/v3/index.json": {}, + "https://nuget.pkg.github.com/jchristn/index.json": {}, + "https://nuget.pkg.github.com/kvpbase/index.json": {} }, "frameworks": { "net452": { diff --git a/Test/bin/Debug/LoggingModule.dll b/Test/bin/Debug/LoggingModule.dll index 22530f1..e3192ad 100644 Binary files a/Test/bin/Debug/LoggingModule.dll and b/Test/bin/Debug/LoggingModule.dll differ diff --git a/Test/bin/Debug/LoggingModule.pdb b/Test/bin/Debug/LoggingModule.pdb index 509c750..aa2bed8 100644 Binary files a/Test/bin/Debug/LoggingModule.pdb and b/Test/bin/Debug/LoggingModule.pdb differ diff --git a/Test/bin/Debug/LoggingModuleTest.exe b/Test/bin/Debug/LoggingModuleTest.exe index 388f22c..3ea3ba7 100644 Binary files a/Test/bin/Debug/LoggingModuleTest.exe and b/Test/bin/Debug/LoggingModuleTest.exe differ diff --git a/Test/bin/Debug/LoggingModuleTest.pdb b/Test/bin/Debug/LoggingModuleTest.pdb index 2541235..a1725c4 100644 Binary files a/Test/bin/Debug/LoggingModuleTest.pdb and b/Test/bin/Debug/LoggingModuleTest.pdb differ diff --git a/Test/bin/Release/LoggingModule.dll b/Test/bin/Release/LoggingModule.dll index e9cf372..1836ded 100644 Binary files a/Test/bin/Release/LoggingModule.dll and b/Test/bin/Release/LoggingModule.dll differ diff --git a/Test/bin/Release/LoggingModule.pdb b/Test/bin/Release/LoggingModule.pdb index f958348..043e258 100644 Binary files a/Test/bin/Release/LoggingModule.pdb and b/Test/bin/Release/LoggingModule.pdb differ diff --git a/Test/bin/Release/LoggingModuleTest.exe b/Test/bin/Release/LoggingModuleTest.exe index bd49d12..c29767c 100644 Binary files a/Test/bin/Release/LoggingModuleTest.exe and b/Test/bin/Release/LoggingModuleTest.exe differ diff --git a/Test/bin/Release/LoggingModuleTest.pdb b/Test/bin/Release/LoggingModuleTest.pdb index 78ed3d8..a02d0b9 100644 Binary files a/Test/bin/Release/LoggingModuleTest.pdb and b/Test/bin/Release/LoggingModuleTest.pdb differ diff --git a/Test/obj/Debug/LoggingModuleTest.exe b/Test/obj/Debug/LoggingModuleTest.exe index 388f22c..3ea3ba7 100644 Binary files a/Test/obj/Debug/LoggingModuleTest.exe and b/Test/obj/Debug/LoggingModuleTest.exe differ diff --git a/Test/obj/Debug/LoggingModuleTest.pdb b/Test/obj/Debug/LoggingModuleTest.pdb index 2541235..a1725c4 100644 Binary files a/Test/obj/Debug/LoggingModuleTest.pdb and b/Test/obj/Debug/LoggingModuleTest.pdb differ diff --git a/Test/obj/Debug/Test.csproj.CoreCompileInputs.cache b/Test/obj/Debug/Test.csproj.CoreCompileInputs.cache index 67a30f6..a1931b2 100644 --- a/Test/obj/Debug/Test.csproj.CoreCompileInputs.cache +++ b/Test/obj/Debug/Test.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -9c94b0b2d61aace4c65d5577a17bf06cde992a98 +1ce42ab95494a9bafbb84efc089191b999820f49 diff --git a/Test/obj/Debug/Test.csprojAssemblyReference.cache b/Test/obj/Debug/Test.csprojAssemblyReference.cache index e7f5302..513c996 100644 Binary files a/Test/obj/Debug/Test.csprojAssemblyReference.cache and b/Test/obj/Debug/Test.csprojAssemblyReference.cache differ diff --git a/Test/obj/Release/LoggingModuleTest.exe b/Test/obj/Release/LoggingModuleTest.exe index bd49d12..c29767c 100644 Binary files a/Test/obj/Release/LoggingModuleTest.exe and b/Test/obj/Release/LoggingModuleTest.exe differ diff --git a/Test/obj/Release/LoggingModuleTest.pdb b/Test/obj/Release/LoggingModuleTest.pdb index 78ed3d8..a02d0b9 100644 Binary files a/Test/obj/Release/LoggingModuleTest.pdb and b/Test/obj/Release/LoggingModuleTest.pdb differ diff --git a/Test/obj/Release/Test.csproj.CoreCompileInputs.cache b/Test/obj/Release/Test.csproj.CoreCompileInputs.cache index 711c78f..bd25972 100644 --- a/Test/obj/Release/Test.csproj.CoreCompileInputs.cache +++ b/Test/obj/Release/Test.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -60b117c88a17961c64e92568bd393f866c0a2304 +2302617ab80958658a2258d253db19ed0205728f diff --git a/Test/obj/Release/Test.csprojAssemblyReference.cache b/Test/obj/Release/Test.csprojAssemblyReference.cache index 6390e88..d6a799f 100644 Binary files a/Test/obj/Release/Test.csprojAssemblyReference.cache and b/Test/obj/Release/Test.csprojAssemblyReference.cache differ