Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 9f6f979

Browse files
Fixes #103.
1 parent d7b52d9 commit 9f6f979

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Structurizr.Core/View/AutomaticLayout.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class AutomaticLayout
1010
/// <summary>
1111
/// The rank direction.
1212
/// </summary>
13-
[DataMember(Name = "rankDirection", EmitDefaultValue = false)]
13+
[DataMember(Name = "rankDirection", EmitDefaultValue = true)]
1414
public RankDirection RankDirection;
1515

1616
private int _rankSeparation;

docs/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## 1.1.1 (unreleased to Nuget)
3+
## 1.1.1 (23rd February 2023)
44

55
- Fixes #99 (Include mode on Filtered Views not working).
6+
- Fixes #103 (Default RankDirection not being serialized).
67

78
## 1.1.0 (30th July 2022)
89

0 commit comments

Comments
 (0)