Releases: TensionDev/UUIDUtil
Releases · TensionDev/UUIDUtil
v2.1.0
What's Changed
- Create dependabot.yml by @amsga in #11
- Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0 by @dependabot in #12
- Bump xunit from 2.4.2 to 2.5.0 by @dependabot in #13
- Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.6.3 by @dependabot in #14
- Bump coverlet.collector from 3.1.2 to 6.0.0 by @dependabot in #15
- Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.1 by @dependabot in #17
- Bump xunit.runner.visualstudio from 2.5.0 to 2.5.3 by @dependabot in #22
- Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 by @dependabot in #18
- Bump xunit from 2.5.0 to 2.6.1 by @dependabot in #24
- Bump xunit from 2.6.1 to 2.6.3 by @dependabot in #28
- Bump xunit.runner.visualstudio from 2.5.3 to 2.5.6 by @dependabot in #30
- Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 by @dependabot in #25
- Bump xunit from 2.6.3 to 2.6.4 by @dependabot in #31
- Bump xunit from 2.6.4 to 2.6.5 by @dependabot in #32
- Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 by @dependabot in #34
- Bump xunit from 2.6.5 to 2.7.0 by @dependabot in #35
- Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 by @dependabot in #36
- Bump coverlet.collector from 6.0.0 to 6.0.1 by @dependabot in #37
- Bump coverlet.collector from 6.0.1 to 6.0.2 by @dependabot in #38
- Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 by @dependabot in #39
- Bump xunit from 2.7.0 to 2.7.1 by @dependabot in #40
- Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 by @dependabot in #41
- Bump xunit from 2.7.1 to 2.8.0 by @dependabot in #42
- Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot in #43
- Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 by @dependabot in #44
- Bump xunit from 2.8.0 to 2.8.1 by @dependabot in #45
New Contributors
- @dependabot made their first contribution in #12
Full Changelog: v2.0.0...v2.1.0
v2.1.0-beta
Changed
- Added UUID v7 generated based on current system date and time as well as Fixed Bit-Length Dedicated Counter (Method 1).
- Added UUID v7 generated based on current system date and time as well as Replace Leftmost Random Bits with Increased Clock Precision (Method 3).
Full Changelog: v2.1.0-alpha...v2.1.0-beta
v2.1.0-alpha
Changed
- Changed license from GNU General Public License Version 3 to Apache License Version 2.0.
Full Changelog: v1.2.0-alpha...v2.1.0-alpha
v2.0.0
Changed
- Changed license from GNU General Public License Version 3 to Apache License Version 2.0.
Full Changelog: v1.1.0...v2.0.0
v1.2.0-alpha: Create UUIDv6.cs
Added
- Added UUID v6 generated based on current system date and time as well as local Network MAC Address.
- Added UUID v6 generated based on current system date and time as well as supplied Network MAC Address.
- Added UUID v6 generated based on supplied system date and time as well as local Network MAC Address.
- Added UUID v6 generated based on supplied system date and time as well as supplied Network MAC Address.
- Added UUID v7 generated based on current system date and time as well as generated random fields.
- Added UUID v7 generated based on supplied system date and time as well as generated random fields.
- Added UUID v7 generated based on supplied system date and time as well as supplied random fields.
v1.1.0: Restored support for System.Guid.
Added
- Added support to convert System.Guid to TensionDev.UUID.Uuid and vice-versa.
v1.0.0: Create Uuid.cs
Added
- Added TensionDev.UUID.Uuid as an implementation based on RFC 4122.
- Added UUID v3 generated based on MD5, System.Security.Cryptography.MD5.
- Added UUID v5 generated based on SHA-1, System.Security.Cryptography.SHA1.
Removed
- Changed implementation from System.Guid to TensionDev.UUID.Uuid.
v0.2.0: Create UUIDv4.cs
Added
- Added UUID v4 generated based on Pseudo Random Number Generator, System.Security.Cryptography.RNGCryptoServiceProvider.
v0.1.1: - Fixed Issue : #7 UUID generated may result in incorrect Variant field
Changed
- Changed Namespace from UUIDUtil to TensionDev.UUID to reflect official prefix for Package Id.
Fixed
- Fixed Issue : #7 Variant Field for generated UUID v1 to be of the correct range. (0x8xxx - 0xbxxx)
Added
- Added UUID v1 generated based on current system date and time as well as local Network MAC Address.
- Added UUID v1 generated based on current system date and time as well as supplied Network MAC Address.
- Added UUID v1 generated based on supplied system date and time as well as local Network MAC Address.
- Added UUID v1 generated based on supplied system date and time as well as supplied Network MAC Address.