Skip to content

Commit

Permalink
Public release. UnmanagedEmitCalli 1.1
Browse files Browse the repository at this point in the history
Initial independent release.
As a tiny hack of the System.Private.CoreLib
to provide missed Unmanaged EmitCalli implementation at the .NET Standard 2.0 layer.

Based on Conari 1.4 version https://github.com/3F/Conari
  • Loading branch information
3F committed Jan 7, 2021
1 parent 39823a1 commit cf6dea8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
UnmanagedEmitCalli - https://github.com/3F/UnmanagedEmitCalli
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


[v1.1] 2021.01.08

* Initial independent release.
As a tiny hack of the System.Private.CoreLib
to provide missed Unmanaged EmitCalli implementation at the .NET Standard 2.0 layer.

Based on Conari 1.4 version https://github.com/3F/Conari
2 changes: 1 addition & 1 deletion src/UnmanagedEmitCalli.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<BuildInfoVSSBE></BuildInfoVSSBE>
</PropertyGroup>

Expand Down

0 comments on commit cf6dea8

Please sign in to comment.