Skip to content

Commit 3acee8f

Browse files
committed
Added user phone number to entity
- Moved to 1.0.8
1 parent 36405f8 commit 3acee8f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/WifiPlug.Api/Entities/UserEntity.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,11 @@ public class UserEntity
3333
/// </summary>
3434
[JsonProperty(PropertyName = "email_address")]
3535
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; }
3642
}
3743
}

src/WifiPlug.Api/WifiPlug.Api.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<PackageProjectUrl>https://wifiplug.co.uk</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/wifiplug/api-client-net</RepositoryUrl>
1313
<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>
1616
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1717
<PackageIconUrl>https://s3.eu-west-2.amazonaws.com/wifiplug-pub/nuget-icons/wifiplug.png</PackageIconUrl>
1818
<PackageLicenseUrl>https://github.com/wifiplug/api-client-net/blob/master/LICENSE</PackageLicenseUrl>
19-
<Version>1.0.7</Version>
19+
<Version>1.0.8</Version>
2020
</PropertyGroup>
2121

2222
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)