-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add .NET 9 support to pipeline - Upgrade tools project to .NET 9 and .slnx - Upgrade main project to .slnx - Add .NET 9 support. Upgrade to latest NUnit. - Drop Hex class. - Optimize CompareTo. - Drop Uuid(byte* bytes) ctor - Add ctor with separate bytes - Add AllBitsSet static property - Add Variant and Version properties - Mark ToGuidByteLayout as obsolete (use ToGuidLittleEndian instead) - Mark ToGuidStringLayout as obsolete (use ToGuidBigEndian instead) - Mark NewTimeBased as obsolete (use CreateVersion7 instead) - Mark NewMySqlOptimized as obsolete (use CreateVersion7 instead) - Optimize comparison operators - Fix typos in comments - Fix path to compare version tool in github pipeline - Add additional tests to full cover all code paths
- Loading branch information
Showing
46 changed files
with
1,030 additions
and
1,270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"sdk": { | ||
"version": "8.0.101", | ||
"version": "9.0.100", | ||
"rollForward": "latestPatch" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<VersionPrefix>3.0.0</VersionPrefix> | ||
<VersionSuffix></VersionSuffix> | ||
<VersionPrefix>4.0.0</VersionPrefix> | ||
<VersionSuffix>beta1</VersionSuffix> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.