Skip to content

Commit

Permalink
Merge pull request #16 from sovren/feature/moniker
Browse files Browse the repository at this point in the history
rename to moniker, bump version
  • Loading branch information
sovren-jwesson authored Dec 4, 2020
2 parents 90e62d8 + 839fe63 commit 0791d77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions src/Sovren.SDK/Models/Resume/ContactInfo/PersonName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,15 @@ public class PersonName
/// </summary>
public string GivenName { get; set; }

/// <summary>
/// The preferred given (first) name or nickname.
/// </summary>
public string PreferredGivenName { get; set; }

/// <summary>
/// The middle name or initial
/// </summary>
public string MiddleName { get; set; }

/// <summary>
/// The nickname
/// The nickname/moniker, this is rarely populated
/// </summary>
public string Nickname { get; set; }
public string Moniker { get; set; }

/// <summary>
/// The family (last) name
Expand Down
2 changes: 1 addition & 1 deletion src/Sovren.SDK/Sovren.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Copyright>Copyright © 2020 Sovren Group, Inc. All rights reserved.</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/sovren/sovren-dotnet</PackageProjectUrl>
<Version>0.1.20-beta</Version>
<Version>0.1.21-beta</Version>
<PackageIcon>images\icon.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/sovren/sovren-dotnet/master/src/Sovren.SDK/icon.png</PackageIconUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand Down

0 comments on commit 0791d77

Please sign in to comment.