diff --git a/Platform.Reflection/Platform.Reflection.csproj b/Platform.Reflection/Platform.Reflection.csproj index ffacd75..9cd4ae4 100644 --- a/Platform.Reflection/Platform.Reflection.csproj +++ b/Platform.Reflection/Platform.Reflection.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Reflection Class Library Konstantin Diachenko Platform.Reflection - 0.3.0 + 0.3.1 Konstantin Diachenko net471;netstandard2.0;netstandard2.1 Platform.Reflection @@ -24,17 +24,7 @@ true snupkg latest - Added support for conversion with sign extension and without it (by default). -ILGeneratorExtensions.UncheckedConvert method now has additional boolean argument extendSign. -TypeBuilderExtensions.DefaultVirtualMethodAttributes renamed to DefaultFinalVirtualMethodAttributes. -TypeBuilderExtensions.EmitVirtualMethod renamed to EmitFinalVirtualMethod. -NumericType<T>.BitsLength renamed to BitsSize. -Added new NumericType<T>.BytesSize constant. -If source and target type of conversion are the same then no instructions emitted. -Added support for conversion to boolean for primitive types. -Issues fix. - -This release is not backward compatible with the previous 0.2.0 release. + Fixed bug with different behaviour at conversion of integers on .NET and .NET Core.