From 16cb7824bf501853067f91b6049371d96d83241a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Rab=C3=A9rin?= Date: Tue, 14 May 2019 01:23:05 +0200 Subject: [PATCH] Update release notes. --- src/ImmediateReflection/ImmediateReflection.csproj | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/ImmediateReflection/ImmediateReflection.csproj b/src/ImmediateReflection/ImmediateReflection.csproj index 5ee4bcf..cee2df1 100644 --- a/src/ImmediateReflection/ImmediateReflection.csproj +++ b/src/ImmediateReflection/ImmediateReflection.csproj @@ -20,21 +20,27 @@ $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb Copyright © 2018 - .NET library that aims to provider faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/set). + .NET library that aims to provide a faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/set). +It provides these features while trying to keep an API as similar as the standard Reflection API Supported platforms: - .NET Standard 2.0+ - .NET Core 2.0+ - .NET Framework 2.0+ -Supports Source Link +Supports Source Link + +See benchmarks here: https://github.com/KeRNeLith/ImmediateReflection/blob/master/Benchmarks.md Alexandre Rabérin Alexandre Rabérin Alexandre Rabérin true ImmediateReflection - ➟ Release 0.1.0 + ➟ Release 0.1.0 +First implementation of a fast ("immediate") access and usage of C# Reflection features. + +Supports Type fields and properties getter/setter. C# Reflection Fast Immediate Performance Delegate Dynamic true