Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
i.borovik committed Feb 8, 2023
1 parent b5abbde commit fc374d3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# История изменений
## v2.1.7 - 2023.02.08
- Добавлены события со статусами обработки в ГИС МТ в Диадоке

## v2.0.12 - 2022.08.15
- Добавлены свойства InvoicFields.GovernmentContractId и CoinvoicFields.GovernmentContractId

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
public class DiadocGisMtStatus
{
/// <summary>Статус проверки в ГИС МТ "Честный ЗНАК"</summary>
public DiadocGisMtStatusNamedId StatusNamedId { get; set; }
public DiadocGisMtStatusNamedId NamedId { get; set; }

/// <summary>Тип статуса обработки в ГИС МТ "Честный ЗНАК"</summary>
public DiadocGisMtStatusType StatusType { get; set; }
public DiadocGisMtStatusType Type { get; set; }

/// <summary>Описание статуса в ГИС МТ "Честный ЗНАК"</summary>
public string Description { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// <summary>Информация о событии InboxDiadocDocumentRevocationGisMtStatusChanged в ящике получателя</summary>
public class InboxDiadocDocumentRevocationGisMtStatusChangedEventContent : InboxDiadocEventContentBase
{
/// <summary>Информация о статусе проверки в ГИС МТ "Честный знак"</summary>
/// <summary>Информация о статусе проверки в ГИС МТ "Честный ЗНАК"</summary>
public DiadocGisMtInfo GisMtInfo { 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": "2.1-pre5",
"version": "2.1",
"assemblyVersion": {
"precision": "build"
},
Expand Down

0 comments on commit fc374d3

Please sign in to comment.