diff --git a/src/UUID.Serialization.Dapper/UUID.Serialization.Dapper.csproj b/src/UUID.Serialization.Dapper/UUID.Serialization.Dapper.csproj index 4776a88..0799736 100644 --- a/src/UUID.Serialization.Dapper/UUID.Serialization.Dapper.csproj +++ b/src/UUID.Serialization.Dapper/UUID.Serialization.Dapper.csproj @@ -21,8 +21,7 @@ High-performance Dapper type handlers for UUID library with efficient database integration. Provides Dapper type handlers for the UUID library, enabling seamless integration with database operations. Features include binary and string storage options, thread-safe implementation, comprehensive error handling, and efficient database type mapping. Optimized for both performance and flexibility across different .NET platforms and database systems. README.MD - LICENSE - + MIT false All changes are detailed at https://github.com/Taiizor/UUID/wiki/Changelog. uuid guid id dapper database orm handler typehandler serialization converter dotnet @@ -67,10 +66,6 @@ True - - True - - True diff --git a/src/UUID.Serialization.Entity/UUID.Serialization.Entity.csproj b/src/UUID.Serialization.Entity/UUID.Serialization.Entity.csproj index e9a7a94..90dae43 100644 --- a/src/UUID.Serialization.Entity/UUID.Serialization.Entity.csproj +++ b/src/UUID.Serialization.Entity/UUID.Serialization.Entity.csproj @@ -21,8 +21,7 @@ Entity Framework Core value converters and extensions for UUID types. Provides Entity Framework Core integration for the UUID library, enabling efficient database storage and mapping of UUID values. Features include binary (16 bytes), string (32 characters), and base64 (24 characters) storage formats, global configuration options, and per-property customization through value converters. README.MD - LICENSE - + MIT false All changes are detailed at https://github.com/Taiizor/UUID/wiki/Changelog. uuid guid id entity framework core efcore serialization converter dotnet @@ -71,10 +70,6 @@ True - - True - - True diff --git a/src/UUID.Serialization.MessagePack/UUID.Serialization.MessagePack.csproj b/src/UUID.Serialization.MessagePack/UUID.Serialization.MessagePack.csproj index 323abc4..6538e0f 100644 --- a/src/UUID.Serialization.MessagePack/UUID.Serialization.MessagePack.csproj +++ b/src/UUID.Serialization.MessagePack/UUID.Serialization.MessagePack.csproj @@ -21,8 +21,7 @@ High-performance MessagePack serialization support for UUID library with efficient binary format. Provides MessagePack serialization support for the UUID library, enabling high-performance binary serialization and deserialization of UUID values. Features include compact binary representation, thread-safe implementation, comprehensive error handling, and seamless integration with MessagePack's type resolution system. Optimized for both performance and memory efficiency across different .NET platforms. README.MD - LICENSE - + MIT false All changes are detailed at https://github.com/Taiizor/UUID/wiki/Changelog. uuid guid id msgpack messagepack binary formatter serialization converter dotnet @@ -67,10 +66,6 @@ True - - True - - True diff --git a/src/UUID.Serialization.Newtonsoft/UUID.Serialization.Newtonsoft.csproj b/src/UUID.Serialization.Newtonsoft/UUID.Serialization.Newtonsoft.csproj index cb30584..9a6712a 100644 --- a/src/UUID.Serialization.Newtonsoft/UUID.Serialization.Newtonsoft.csproj +++ b/src/UUID.Serialization.Newtonsoft/UUID.Serialization.Newtonsoft.csproj @@ -21,8 +21,7 @@ Newtonsoft.Json serialization support for UUID library. Provides Newtonsoft.Json serialization support for the UUID library, enabling seamless JSON serialization and deserialization of UUID values. Features include efficient string conversion, comprehensive error handling, and full compatibility with Newtonsoft.Json serialization patterns. README.MD - LICENSE - + MIT false All changes are detailed at https://github.com/Taiizor/UUID/wiki/Changelog. uuid guid id json newtonsoft.json serialization converter dotnet @@ -67,10 +66,6 @@ True - - True - - True diff --git a/src/UUID.Serialization.System/UUID.Serialization.System.csproj b/src/UUID.Serialization.System/UUID.Serialization.System.csproj index 1d2f08e..7a13e62 100644 --- a/src/UUID.Serialization.System/UUID.Serialization.System.csproj +++ b/src/UUID.Serialization.System/UUID.Serialization.System.csproj @@ -21,8 +21,7 @@ System.Text.Json serialization support for UUID library. Provides System.Text.Json serialization support for the UUID library, enabling seamless JSON serialization and deserialization of UUID values. Features include efficient string conversion, comprehensive error handling, and full compatibility with System.Text.Json serialization patterns. README.MD - LICENSE - + MIT false All changes are detailed at https://github.com/Taiizor/UUID/wiki/Changelog. uuid guid id json system.text.json serialization converter dotnet @@ -67,10 +66,6 @@ True - - True - - True diff --git a/src/UUID/UUID.csproj b/src/UUID/UUID.csproj index ac08878..1029e27 100644 --- a/src/UUID/UUID.csproj +++ b/src/UUID/UUID.csproj @@ -21,8 +21,7 @@ A modern and efficient unique identifier generator for .NET ecosystem. UUID is a cutting-edge library meticulously crafted for modern distributed systems, offering unparalleled performance and reliability in unique identifier generation. At its core, the library ensures thread safety while maintaining exceptional performance characteristics, making it ideal for high-throughput applications. It generates time-ordered identifiers that enable natural sorting capabilities, while incorporating cryptographic randomness for enhanced security. The library seamlessly integrates with existing systems through its comprehensive Guid compatibility and intuitive conversion operators. It excels in string handling with efficient parsing and formatting capabilities, supporting versatile encoding formats including Base32 and Base64. The implementation features robust comparison and equality operations, complemented by thread-local secure random generation for optimal performance and security. Built with modern development practices in mind, UUID maintains a compact 16-byte binary format and ensures cross-platform compatibility across the .NET ecosystem. The library is backed by extensive test coverage and performance benchmarks, making it a reliable choice for enterprise-grade applications requiring robust unique identifier generation. README.MD - LICENSE - + MIT false All changes are detailed at https://github.com/Taiizor/UUID/wiki/Changelog. uuid guid id universally unique identifiers identifier identity distributed scalable generator @@ -69,10 +68,6 @@ True - - True - - True