Skip to content

Commit

Permalink
record only with no struct
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek committed May 21, 2024
1 parent 8351d62 commit e6e9b98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace OrchardCore.ContentManagement;

public record struct VersionOptions
public record VersionOptions
{
/// <summary>
/// Gets the latest version.
Expand Down

0 comments on commit e6e9b98

Please sign in to comment.