File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
csharp/Squidex.ClientLibrary Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 15
15
<PackageTags >Squidex HeadlessCMS</PackageTags >
16
16
<PublishRepositoryUrl >true</PublishRepositoryUrl >
17
17
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
18
- <Version >19.2 .0</Version >
18
+ <Version >19.3 .0</Version >
19
19
</PropertyGroup >
20
20
21
21
<PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
Original file line number Diff line number Diff line change @@ -37,6 +37,11 @@ public sealed class BulkUpdate
37
37
/// </summary>
38
38
public bool DoNotValidateWorkflow { get ; set ; }
39
39
40
+ /// <summary>
41
+ /// True, to also enrich required fields. Default: false.
42
+ /// </summary>
43
+ public bool EnrichRequiredFields { get ; set ; }
44
+
40
45
/// <summary>
41
46
/// True to check referrers of this content.
42
47
/// </summary>
You can’t perform that action at this time.
0 commit comments