Skip to content

Commit 56d66ba

Browse files
committed
Enable versioning for published content by default
1 parent d2d812d commit 56d66ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DragonFly.AspNetCore/Options/DragonFlyOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ namespace DragonFly.AspNetCore;
66

77
public class DragonFlyOptions
88
{
9-
public ContentVersionKind Versioning { get; set; } = ContentVersionKind.None;
9+
public ContentVersionKind Versioning { get; set; } = ContentVersionKind.PublishedOnly;
1010
}

0 commit comments

Comments
 (0)