Skip to content

Commit 36a8d24

Browse files
Add a flag to also enrich required fields.
1 parent 6f450ea commit 36a8d24

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

csharp/Squidex.ClientLibrary/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageTags>Squidex HeadlessCMS</PackageTags>
1616
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1717
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
18-
<Version>19.2.0</Version>
18+
<Version>19.3.0</Version>
1919
</PropertyGroup>
2020

2121
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

csharp/Squidex.ClientLibrary/Squidex.ClientLibrary/BulkUpdate.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ public sealed class BulkUpdate
3737
/// </summary>
3838
public bool DoNotValidateWorkflow { get; set; }
3939

40+
/// <summary>
41+
/// True, to also enrich required fields. Default: false.
42+
/// </summary>
43+
public bool EnrichRequiredFields { get; set; }
44+
4045
/// <summary>
4146
/// True to check referrers of this content.
4247
/// </summary>

0 commit comments

Comments
 (0)