diff --git a/ParsedEtwTemplateItem.cs b/ParsedEtwTemplateItem.cs index 551bdff..da68930 100644 --- a/ParsedEtwTemplateItem.cs +++ b/ParsedEtwTemplateItem.cs @@ -25,6 +25,8 @@ public class ParsedEtwTemplateItem : IEquatable, ICompara { public class Backreference { + public Backreference() { } // for serialization + public Backreference(int Index, bool IsCounted) { FieldIndex = Index; diff --git a/etwlib.csproj b/etwlib.csproj index c781e10..48c8e3d 100644 --- a/etwlib.csproj +++ b/etwlib.csproj @@ -17,7 +17,7 @@ True 1.1.0 1.1.0 - 1.11.1 + 1.11.2