File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -33,5 +33,11 @@ public class UserEntity
33
33
/// </summary>
34
34
[ JsonProperty ( PropertyName = "email_address" ) ]
35
35
public string EmailAddress { get ; set ; }
36
+
37
+ /// <summary>
38
+ /// Gets or sets the phone number.
39
+ /// </summary>
40
+ [ JsonProperty ( PropertyName = "phone" ) ]
41
+ public string PhoneNumber { get ; set ; }
36
42
}
37
43
}
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.7 </AssemblyVersion >
15
- <FileVersion >0.1.0.7 </FileVersion >
14
+ <AssemblyVersion >0.1.0.8 </AssemblyVersion >
15
+ <FileVersion >0.1.0.8 </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.7 </Version >
19
+ <Version >1.0.8 </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