From 87b568d97b0f1235ce53c3ae80194b349ff10d23 Mon Sep 17 00:00:00 2001 From: Connor O'Shea Date: Sun, 25 Nov 2018 14:03:25 -0500 Subject: [PATCH] Release v2 --- README.md | 2 ++ src/Seq.Client.EventLog.sln | 12 ++++++++++-- src/Seq.Client.EventLog/Properties/AssemblyInfo.cs | 7 +++---- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c23e19a..d5f7a3f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Seq.Client.EventLog +[![Build status](https://coshea.visualstudio.com/Seq.Client.EventLog/_apis/build/status/Seq.Client.EventLog-.NET%20Desktop-CI)](https://coshea.visualstudio.com/Seq.Client.EventLog/_build/latest?definitionId=-1) + [Seq](https://getseq.net/) is a fantastic tool for handling structured logs in .NET apps. There's a lot of value in having a centralized log repository that can ingest events from many sources. The trouble, however, is that applications beyond your control write useful information to the Windows Event Logs. That's where the EventLog service comes in. Define the logs and filters you care about and the service takes care of ingesting them into Seq. diff --git a/src/Seq.Client.EventLog.sln b/src/Seq.Client.EventLog.sln index 0063669..8e8013d 100644 --- a/src/Seq.Client.EventLog.sln +++ b/src/Seq.Client.EventLog.sln @@ -1,10 +1,15 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 +# Visual Studio 15 +VisualStudioVersion = 15.0.28010.2050 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Seq.Client.EventLog", "Seq.Client.EventLog\Seq.Client.EventLog.csproj", "{B14232BD-B051-4255-9DEC-81EA174660E8}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{32DED70B-174F-4C3F-BC48-B776AB83C1BE}" + ProjectSection(SolutionItems) = preProject + ..\README.md = ..\README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -19,4 +24,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {D3E72DDE-EBE2-42EB-BA3E-3E7F80DDD4ED} + EndGlobalSection EndGlobal diff --git a/src/Seq.Client.EventLog/Properties/AssemblyInfo.cs b/src/Seq.Client.EventLog/Properties/AssemblyInfo.cs index c620765..f91a0e7 100644 --- a/src/Seq.Client.EventLog/Properties/AssemblyInfo.cs +++ b/src/Seq.Client.EventLog/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following @@ -10,7 +9,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Seq.Client.EventLog")] -[assembly: AssemblyCopyright("Copyright © 2017 Connor O'Shea")] +[assembly: AssemblyCopyright("Copyright © 2018 Connor O'Shea")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +31,5 @@ // 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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.0.0.0")]