File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class EndpointAddEntity
13
13
/// <summary>
14
14
/// Gets or sets the application UUID.
15
15
/// </summary>
16
- [ JsonProperty ( "application " ) ]
16
+ [ JsonProperty ( "application_uuid " ) ]
17
17
public Guid ApplicationUUID { get ; set ; }
18
18
19
19
/// <summary>
Original file line number Diff line number Diff line change @@ -21,5 +21,11 @@ public class UserEditEntity
21
21
/// </summary>
22
22
[ JsonProperty ( PropertyName = "family_name" ) ]
23
23
public string FamilyName { get ; set ; }
24
+
25
+ /// <summary>
26
+ /// Gets or sets the phone number.
27
+ /// </summary>
28
+ [ JsonProperty ( PropertyName = "phone" ) ]
29
+ public string PhoneNumber { get ; set ; }
24
30
}
25
31
}
Original file line number Diff line number Diff line change 11
11
<PackageProjectUrl >https://wifiplug.co.uk</PackageProjectUrl >
12
12
<RepositoryUrl >https://github.com/wifiplug/api-client-net</RepositoryUrl >
13
13
<RepositoryType >git</RepositoryType >
14
- <AssemblyVersion >0.1.0.6 </AssemblyVersion >
15
- <FileVersion >0.1.0.6 </FileVersion >
14
+ <AssemblyVersion >0.1.0.7 </AssemblyVersion >
15
+ <FileVersion >0.1.0.7 </FileVersion >
16
16
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
17
17
<PackageIconUrl >https://s3.eu-west-2.amazonaws.com/wifiplug-pub/nuget-icons/wifiplug.png</PackageIconUrl >
18
18
<PackageLicenseUrl >https://github.com/wifiplug/api-client-net/blob/master/LICENSE</PackageLicenseUrl >
19
- <Version >1.0.6 </Version >
19
+ <Version >1.0.7 </Version >
20
20
</PropertyGroup >
21
21
22
22
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
You can’t perform that action at this time.
0 commit comments