Skip to content

Commit

Permalink
Deleted legacy fields from usage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
mroloux committed Jun 13, 2022
1 parent 273028c commit ae1dbbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion SeatsioDotNet/SeatsioDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<IsPackable>true</IsPackable>
<Version>88.0.0</Version>
<Version>89.0.0</Version>
<Authors>mroloux;bverbeken</Authors>
<Title>Official Seats.io .NET API client</Title>
<Description>Official Seats.io .NET API client</Description>
Expand Down
3 changes: 0 additions & 3 deletions SeatsioDotNet/UsageReports/DetailsForMonth/UsageByEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ public class UsageByEvent
public UsageEvent Event { get; set; }
public int NumUsedObjects { get; set; }
public int NumFirstBookings { get; set; }
public int NumFirstBookingsOrSelections { get; set; }
public int NumGASelectionsWithoutBooking { get; set; }
public int NumNonGASelectionsWithoutBooking { get; set; }
public int NumObjectSelections { get; set; }
}
}

0 comments on commit ae1dbbe

Please sign in to comment.