Skip to content

Commit

Permalink
add Notification type to DocumentRevisionType
Browse files Browse the repository at this point in the history
  • Loading branch information
aakostyukevich committed Aug 10, 2023
1 parent 664fffa commit 0ae04e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# История изменений
## v2.3.1 - 2023.08.10
- Добавлен тип Notification в DocumentRevisionType

## v2.2.4 - 2023.04.04
- Добавлено свойство IsMdnPositive в структуру AS2SendDetails

Expand Down
3 changes: 2 additions & 1 deletion EdiApi.Client/Types/Internal/DocumentRevisionType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public enum DocumentRevisionType
Changed,
Replace,
Copy,
Provisional
Provisional,
Notification
}
}
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.2",
"version": "2.3",
"assemblyVersion": {
"precision": "build"
},
Expand Down

0 comments on commit 0ae04e7

Please sign in to comment.