diff --git a/csharp/Platform.Data.Doublets.Sequences/Numbers/Raw/NumberToLongRawNumberSequenceConverter.cs b/csharp/Platform.Data.Doublets.Sequences/Numbers/Raw/NumberToLongRawNumberSequenceConverter.cs index 5c81014..29b7bca 100644 --- a/csharp/Platform.Data.Doublets.Sequences/Numbers/Raw/NumberToLongRawNumberSequenceConverter.cs +++ b/csharp/Platform.Data.Doublets.Sequences/Numbers/Raw/NumberToLongRawNumberSequenceConverter.cs @@ -19,7 +19,7 @@ namespace Platform.Data.Doublets.Sequences.Numbers.Raw /// public class NumberToLongRawNumberSequenceConverter : LinksDecoratorBase, IConverter where TSource : struct, INumber, IComparisonOperators, IShiftOperators, IBitwiseOperators - where TTarget : struct, IUnsignedNumber, IComparisonOperators, IShiftOperators, IBitwiseOperators + where TTarget : struct, IUnsignedNumber, IComparisonOperators, IShiftOperators, IBitwiseOperators { private static readonly Comparer _comparer = Comparer.Default; private static readonly TSource _maximumValue = NumericType.MaxValue; diff --git a/csharp/Platform.Data.Doublets.Sequences/Platform.Data.Doublets.Sequences.csproj b/csharp/Platform.Data.Doublets.Sequences/Platform.Data.Doublets.Sequences.csproj index 3d184d5..28e9400 100644 --- a/csharp/Platform.Data.Doublets.Sequences/Platform.Data.Doublets.Sequences.csproj +++ b/csharp/Platform.Data.Doublets.Sequences/Platform.Data.Doublets.Sequences.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Data.Doublets.Sequences Class Library konard, FreePhoenix888 Platform.Data.Doublets.Sequences - 0.4.0 + 0.5.0 konard, FreePhoenix888 net7 true @@ -24,7 +24,7 @@ true snupkg latest - LongConverter generic type constraints are changed. + NumberToLongRawNumberSequenceConverter generyc type constraints are changed. enable