diff --git a/Nure.NET.csproj b/Nure.NET.csproj index 1f0b03f..30cb70f 100644 --- a/Nure.NET.csproj +++ b/Nure.NET.csproj @@ -8,8 +8,8 @@ GPL-3.0-or-later https://github.com/mindenit/Nure.NET README.md - 1.0.2 - 1.0.2 + 1.0.3 + 1.0.3 diff --git a/Types/Event.cs b/Types/Event.cs index 7bab145..1f76f9e 100644 --- a/Types/Event.cs +++ b/Types/Event.cs @@ -3,6 +3,7 @@ namespace Nure.NET.Types; public class Event { + public long? Id {get;set;} public int? NumberPair { get; set; } public Subject? Subject { get; set; } public long? StartTime { get; set; }