File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <PropertyGroup >
1111 <TargetFrameworks >netcoreapp3.1;netstandard2.0;net461;net462;net47;net471;net5.0</TargetFrameworks >
1212 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
13- <Version >2021.11.19 </Version >
13+ <Version >2021.12.12 </Version >
1414 <Authors >Psianna Archeia</Authors >
1515 <Company >Sukebe Corporation</Company >
1616 <Description >.NET Wrapper for the Eve Online API</Description >
Original file line number Diff line number Diff line change 11using Newtonsoft . Json ;
22using System ;
33using System . Collections . Generic ;
4- using System . Collections . Immutable ;
54using System . Net . Http ;
65using System . Net . Http . Headers ;
76using System . Text ;
Original file line number Diff line number Diff line change 11using Newtonsoft . Json ;
2- using System . Collections . Generic ;
32
43namespace ESI . NET . Models . Incursions
54{
@@ -20,6 +19,9 @@ public class Incursion
2019 [ JsonProperty ( "influence" ) ]
2120 public double Influence { get ; set ; }
2221
22+ [ JsonProperty ( "staging_solar_system_id" ) ]
23+ public long StagingSystemId { get ; set ; }
24+
2325 [ JsonProperty ( "state" ) ]
2426 public string State { get ; set ; }
2527
You can’t perform that action at this time.
0 commit comments