Skip to content

Commit 7351dcd

Browse files
committed
Write release notes.
1 parent 5be1660 commit 7351dcd

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

RELEASE_NOTES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release notes
22

3+
## What's new in 1.6.0 August 31 2020
4+
### Fixes:
5+
* ImmediateType properly handle type having redefined properties with a type different from initial type.
6+
7+
### New:
8+
* Use signing key to strong name library assemby.
9+
10+
### Misc:
11+
* JetBrains.Annotations are embedded in the assembly (internal).
12+
313
## What's new in 1.5.0 January 23 2020
414
### Fixes:
515
* IsDefined/GetAttribute(s) properly handle get of attribute when dealing inheriting attributes.

src/ImmediateReflection/ImmediateReflection.csproj

+4-5
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,15 @@ See benchmarks here: https://kernelith.github.io/ImmediateReflection/documentati
3131

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

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

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

0 commit comments

Comments
 (0)