Skip to content

Commit

Permalink
v.2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Dec 31, 2023
1 parent 57f3ffd commit 88208c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DynamicBinder/DynamicBinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
<Version>2.1.0</Version>
<Version>2.2.0</Version>
<Title>DynamicBinder and LateBinder</Title>
<Authors>J.Sakamoto</Authors>
<Company>J.Sakamoto</Company>
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.2.0
- Enhance: Allow dynamic method call return values to be used as parameters in a method.

v.2.1.0
- Enhance: Add support for calling methods with "ref" and "out" arguments.

Expand Down

0 comments on commit 88208c4

Please sign in to comment.