Skip to content

Commit

Permalink
feat: add ID to event
Browse files Browse the repository at this point in the history
  • Loading branch information
ketronix-dev committed Jan 20, 2025
1 parent 966d7b2 commit 4193c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nure.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<RepositoryUrl>https://github.com/mindenit/Nure.NET</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<ApplicationVersion>1.0.2</ApplicationVersion>
<Version>1.0.2</Version>
<ApplicationVersion>1.0.3</ApplicationVersion>
<Version>1.0.3</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Types/Event.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 4193c7b

Please sign in to comment.