Skip to content

Commit

Permalink
Version 0.0.6. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Aug 15, 2019
1 parent ee1af50 commit 8347df3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Platform.Reflection/Platform.Reflection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Reflection Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Reflection</AssemblyTitle>
<VersionPrefix>0.0.5</VersionPrefix>
<VersionPrefix>0.0.6</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Platform.Reflection</AssemblyName>
Expand All @@ -21,11 +21,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>Fixed NullReferenceException for GetStaticFieldValue and GetStaticPropertyValue methods.
CachedTypeInfo&lt;T&gt; renamed to to Type&lt;T&gt;.
Type&lt;T&gt;.Type field renamed to Type&lt;T&gt;.TheType.
Tests added.
Added TypeTests.UInt64IsNumericTest.</PackageReleaseNotes>
<PackageReleaseNotes>Type class is now static.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8347df3

Please sign in to comment.