Skip to content

Commit 1af82b1

Browse files
Don't forget to update serialization formats!
1 parent 0b043d8 commit 1af82b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/Serialization/MessagePack/SerializationFormat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ internal static class SerializationFormat
99
// or any of the types that compose it changes. This includes: RazorConfiguration,
1010
// ProjectWorkspaceState, TagHelperDescriptor, and DocumentSnapshotHandle.
1111
// NOTE: If this version is changed, a coordinated insertion is required between Roslyn and Razor for the C# extension.
12-
public const int Version = 7;
12+
public const int Version = 8;
1313
}

src/Shared/Microsoft.AspNetCore.Razor.Serialization.Json/SerializationFormat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ internal static class SerializationFormat
99
// or any of the types that compose it changes. This includes: RazorConfiguration,
1010
// ProjectWorkspaceState, TagHelperDescriptor, and DocumentSnapshotHandle.
1111
// NOTE: If this version is changed, a coordinated insertion is required between Roslyn and Razor for the C# extension.
12-
public const int Version = 7;
12+
public const int Version = 8;
1313
}

0 commit comments

Comments
 (0)