Skip to content

Commit a1829bd

Browse files
committed
NuGet v1.0.7, console messages on newline
1 parent 47a234d commit a1829bd

33 files changed

Lines changed: 39 additions & 5 deletions

.vs/SyslogLogging/v14/.suo

1 KB
Binary file not shown.

LoggingModule/LoggingModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public static void ConsoleException(string module, string method, Exception e)
251251
private void SendToConsole(string msg)
252252
{
253253
if (String.IsNullOrEmpty(msg)) return;
254-
254+
if (Console.CursorLeft != 0) Console.WriteLine("");
255255
Console.WriteLine(msg);
256256
}
257257

LoggingModule/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.6.0")]
36-
[assembly: AssemblyFileVersion("1.0.6.0")]
35+
[assembly: AssemblyVersion("1.0.7.0")]
36+
[assembly: AssemblyFileVersion("1.0.7.0")]
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.

LoggingModule/obj/Debug/LoggingModule.csproj.FileListAbsolute.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ D:\code\misc\SyslogLogging\LoggingModule\bin\Debug\SyslogLogging.dll
66
D:\code\misc\SyslogLogging\LoggingModule\bin\Debug\SyslogLogging.pdb
77
D:\code\misc\SyslogLogging\LoggingModule\obj\Debug\SyslogLogging.dll
88
D:\code\misc\SyslogLogging\LoggingModule\obj\Debug\SyslogLogging.pdb
9+
D:\Code\Misc\SyslogLogging\LoggingModule\obj\Debug\LoggingModule.csprojResolveAssemblyReference.cache
Binary file not shown.

0 commit comments

Comments
 (0)