Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix a rename bug 😅
  • Loading branch information
jgonz120 committed Dec 13, 2023
commit ee984061d08887565c3db51e59de0b85ed634226
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

namespace NuGet.ProjectModel
{
internal static class JsonStreamPackageSpecReaderPropertyName
internal static class Utf8JsonStreamPackageSpecReader
{
private static readonly char[] VersionSeparators = new[] { ';' };
private static readonly byte[] AuthorsPropertyName = Encoding.UTF8.GetBytes("authors");
Expand Down