Skip to content

Commit

Permalink
Write release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeRNeLith committed Sep 1, 2020
1 parent 86686ae commit 3fb63bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
10 changes: 10 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release notes

## What's new in 1.6.0 August 31 2020
### Fixes:
* ImmediateType properly handle type having redefined properties with a type different from initial type.

### New:
* Use signing key to strong name library assemby.

### Misc:
* JetBrains.Annotations are embedded in the assembly (internal).

## What's new in 1.5.0 January 23 2020
### Fixes:
* IsDefined/GetAttribute(s) properly handle get of attribute when dealing inheriting attributes.
Expand Down
9 changes: 4 additions & 5 deletions src/ImmediateReflection/ImmediateReflection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,15 @@ See benchmarks here: https://kernelith.github.io/ImmediateReflection/documentati

<IsPackable>true</IsPackable>
<PackageId>ImmediateReflection</PackageId>
<PackageReleaseNotes>➟ Release 1.5.0
<PackageReleaseNotes>➟ Release 1.6.0
Fixes:
- IsDefined/GetAttribute(s) properly handle get of attribute when dealing inheriting attributes.
- ImmediateType properly handle type having redefined properties with a type different from initial type.

New:
- All ImmediateReflection types are serializable via C# standard serialization.
- Use signing key to strong name library assemby.

Misc:
- JetBrains.Annotations are no more embedded in the assembly, replaced by a private reference to official NuGet.
- Minor optimization.</PackageReleaseNotes>
- JetBrains.Annotations are embedded in the assembly (internal).</PackageReleaseNotes>
<PackageTags>C# Reflection Fast Immediate Performance Delegate Dynamic</PackageTags>
</PropertyGroup>

Expand Down

0 comments on commit 3fb63bf

Please sign in to comment.