Skip to content

Commit

Permalink
Version 0.1.0. Release notes updated. Tags updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Sep 1, 2019
1 parent 20c7ecd commit 659509c
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions Platform.Reflection/Platform.Reflection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<Description>LinksPlatform's Platform.Reflection Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Reflection</AssemblyTitle>
<VersionPrefix>0.0.6</VersionPrefix>
<VersionPrefix>0.1.0</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">netstandard2.0;net461</TargetFrameworks>
<TargetFramework Condition="'$(OS)' != 'Windows_NT'">netcoreapp2.0</TargetFramework>
<AssemblyName>Platform.Reflection</AssemblyName>
<PackageId>Platform.Reflection</PackageId>
<PackageTags>LinksPlatform;Reflection;Types;TypeExtensions;MethodInfoExtensions;FieldInfoExtensions;DynamicExtensions;Type;AssemblyExtensions</PackageTags>
<PackageTags>LinksPlatform;Reflection;Types;TypeExtensions;MethodInfoExtensions;FieldInfoExtensions;DynamicExtensions;NumericType;AssemblyExtensions;DelegateHelpers;EnsureExtensions;ILGeneratorExtensions;NotSupportedExceptionDelegateFactory;PropertyInfoExtensions</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</PackageIconUrl>
<PackageProjectUrl>https://linksplatform.github.io/Reflection</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -22,7 +22,16 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>Type class is now static.</PackageReleaseNotes>
<PackageReleaseNotes>Added support for net461 (.NET Framework 4.6.1).
Platform.Collections dependency updated from 0.0.4 to 0.0.5.
Added System.Reflection.Emit.ILGeneration and System.Reflection.Emit.Lightweight dependencies.
Added Platform.Reflection.Sigil replacement API.
Added Collection and Array static properties to Types class, they represent empty array.
Type&lt;T&gt; renamed to NumericType&lt;T&gt;.
Added GetILBytesMethodTests.
Refactoring, issues fix.

This release is not backward compatible with previous 0.0.6 release.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
Expand Down

0 comments on commit 659509c

Please sign in to comment.