Skip to content

Commit

Permalink
Version 0.3.1. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Nov 7, 2019
1 parent fb05e83 commit b89c5f6
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions Platform.Reflection/Platform.Reflection.csproj
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Reflection Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Reflection</AssemblyTitle>
<VersionPrefix>0.3.0</VersionPrefix>
<VersionPrefix>0.3.1</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net471;netstandard2.0;netstandard2.1</TargetFrameworks>
<AssemblyName>Platform.Reflection</AssemblyName>
Expand All @@ -24,17 +24,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>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&lt;T&gt;.BitsLength renamed to BitsSize.
Added new NumericType&lt;T&gt;.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.</PackageReleaseNotes>
<PackageReleaseNotes>Fixed bug with different behaviour at conversion of integers on .NET and .NET Core.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
Expand Down

0 comments on commit b89c5f6

Please sign in to comment.