Skip to content

Commit

Permalink
Add flag to job.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Dec 22, 2023
1 parent 7a2c060 commit 90ee44b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/Squidex.ClientLibrary/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageTags>Squidex HeadlessCMS</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>17.5.0</Version>
<Version>17.6.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ public class BulkUpdateJob
/// </summary>
public BulkUpdateType Type { get; set; }

/// <summary>
/// Enrich the data with the default values when updating a content item.
/// </summary>
public bool EnrichDefaults { get; set; }

/// <summary>
/// To delete the content permanently.
/// </summary>
Expand Down

0 comments on commit 90ee44b

Please sign in to comment.