Skip to content

Commit

Permalink
Update nanoFramework.Runtime.Events version to 1.0.2-preview-017 ***N…
Browse files Browse the repository at this point in the history
…O_CI*** (#1001)
  • Loading branch information
nfbot authored and josesimoes committed Nov 20, 2018
1 parent 625e5c8 commit b9ac8b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CLR/Runtime.Events/nf_rt_events_native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_nanoFramework_Runtime_Event
"nanoFramework.Runtime.Events",
0xBFF88292,
method_lookup,
{ 1, 0, 2, 4 }
{ 1, 0, 2, 17 }
};
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_nanoFramework_Runtime_Events =
{
"nanoFramework.Runtime.Events",
0x9ACFB207,
0xBFF88292,
method_lookup,
{ 1, 0, 2, 4 }
{ 1, 0, 2, 17 }
};

0 comments on commit b9ac8b1

Please sign in to comment.