Skip to content

Commit 8e28962

Browse files
Update JSON files and increments serialization format version
1 parent 850a23e commit 8e28962

File tree

8 files changed

+17404
-44304
lines changed

8 files changed

+17404
-44304
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 = 8;
12+
public const int Version = 9;
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 = 8;
12+
public const int Version = 9;
1313
}

0 commit comments

Comments
 (0)