Skip to content

Commit

Permalink
Merge branch 'IsTestFlagToInternalApi'
Browse files Browse the repository at this point in the history
  • Loading branch information
24twelve committed Jun 2, 2020
2 parents 17a495e + 0e8452b commit 0cbfab0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# История изменений

## v1.5 - 2020.05.31
- Добавлено свойство `IsTest` в `InternalPartyInfo`. Обозначает, что организация является тестовой.

## v1.4 - 2020.04.28
- Исправлен баг в `InternalPartyInfo`. Свойство `InternalPartyInfo.PortalGroupId` не сериализовалась в XML с помощью `System.Xml.Serialization.XmlSerializer`. Теперь снова сериализуется.

Expand Down
1 change: 1 addition & 0 deletions EdiApi.Client/Types/Parties/InternalPartyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public class InternalPartyInfo : PartyInfo
public string PortalGroupId { get; set; }

public string BillingAccountId { get; set; }
public bool IsTest { get; set; }
public TradingPartnerSettings[] TradingPartnerSettings { get; set; }
}
}
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.4",
"version": "1.5",
"assemblyVersion": {
"precision": "build"
},
Expand Down

0 comments on commit 0cbfab0

Please sign in to comment.