Skip to content

Commit

Permalink
v.2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Dec 28, 2023
1 parent ab949d2 commit 65ef1d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DynamicBinder/DynamicBinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<Title>DynamicBinder and LateBinder</Title>
<Authors>J.Sakamoto</Authors>
<Company>J.Sakamoto</Company>
<Copyright>Copyright © J.Sakamoto 2014-2022</Copyright>
<Copyright>Copyright © J.Sakamoto 2014-2023</Copyright>
<Description>This library allows you dynamic access to object methods, properties, and fields by using the reflection technology of .NET, regardless of whether they are private members. You can access both object instance members and class static members by name that specified string argument at runtime, not compile-time, or C# 4.0 "dynamic" syntax.
</Description>
<PackageReleaseNotes>(Please write the package release notes in "../RELEASE-NOTES.txt")</PackageReleaseNotes>
Expand Down
3 changes: 3 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v.2.1.0
- Enhance: Add support for calling methods with "ref" and "out" arguments.

v.2.0.0
- Enhance: Add DynamicBinder.CreateInstance() and LateBinder.CreateInstance().
- Drop support for old .NET Framework versions.
Expand Down

0 comments on commit 65ef1d7

Please sign in to comment.