File tree 2 files changed +14
-5
lines changed
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
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
+
3
13
## What's new in 1.5.0 January 23 2020
4
14
### Fixes:
5
15
* IsDefined/GetAttribute(s) properly handle get of attribute when dealing inheriting attributes.
Original file line number Diff line number Diff line change @@ -31,16 +31,15 @@ See benchmarks here: https://kernelith.github.io/ImmediateReflection/documentati
31
31
32
32
<IsPackable >true</IsPackable >
33
33
<PackageId >ImmediateReflection</PackageId >
34
- <PackageReleaseNotes >➟ Release 1.5 .0
34
+ <PackageReleaseNotes >➟ Release 1.6 .0
35
35
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 .
37
37
38
38
New:
39
- - All ImmediateReflection types are serializable via C# standard serialization .
39
+ - Use signing key to strong name library assemby .
40
40
41
41
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 >
44
43
<PackageTags >C# Reflection Fast Immediate Performance Delegate Dynamic</PackageTags >
45
44
</PropertyGroup >
46
45
You can’t perform that action at this time.
0 commit comments