From 147e2434781cb9db9aa337f4422ba2436c706ac1 Mon Sep 17 00:00:00 2001 From: Greg Lutz Date: Fri, 19 Jun 2015 11:47:45 -0400 Subject: [PATCH 1/2] Update WindowsEvents.md --- TimberWinR/mdocs/WindowsEvents.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TimberWinR/mdocs/WindowsEvents.md b/TimberWinR/mdocs/WindowsEvents.md index a16681c..d7c6d8f 100644 --- a/TimberWinR/mdocs/WindowsEvents.md +++ b/TimberWinR/mdocs/WindowsEvents.md @@ -65,3 +65,5 @@ After a successful parse of an event, the following fields are added: | Message | STRING | The full event message | | Data | STRING | The binary data associated with the event | + + From b9758affac3700421b7e8454895765ca7bf762af Mon Sep 17 00:00:00 2001 From: Greg Lutz Date: Thu, 25 Jun 2015 13:26:33 -0400 Subject: [PATCH 2/2] correct assembly version --- TimberWinR.ServiceHost/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TimberWinR.ServiceHost/Properties/AssemblyInfo.cs b/TimberWinR.ServiceHost/Properties/AssemblyInfo.cs index 5c22a1d..051152a 100644 --- a/TimberWinR.ServiceHost/Properties/AssemblyInfo.cs +++ b/TimberWinR.ServiceHost/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.26.0")] -[assembly: AssemblyFileVersion("1.3.26.0")] +[assembly: AssemblyVersion("1.3.27.0")] +[assembly: AssemblyFileVersion("1.3.27.0")]