Skip to content

Commit

Permalink
1.1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurioli committed Aug 13, 2021
1 parent 0a9c8c1 commit ec83762
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed Blazor.WebForm.Components.1.1.7.2.nupkg
Binary file not shown.
Binary file added Blazor.WebForm.Components.1.1.7.3.nupkg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static class ControlComponentExtensions
private class ControlComponentReflection<T> where T : Control, new()
{
public delegate void SendMessageExtension(ControlComponent<T> component, string command, params object[] arguments);
public static SendMessageExtension SendMessageExtensionMethod = new ComponentOperator().ConvertToExtensionMethod<ControlComponent<T>, SendMessageExtension>("SendMessage", new Type[] { typeof(string), typeof(object[]) }, BindingFlags.Instance | BindingFlags.NonPublic);
public static readonly SendMessageExtension SendMessageExtensionMethod = new ComponentOperator().ConvertToExtensionMethod<ControlComponent<T>, SendMessageExtension>("SendMessage", new Type[] { typeof(string), typeof(object[]) }, BindingFlags.Instance | BindingFlags.NonPublic);
}
}
}
4 changes: 2 additions & 2 deletions Blazor.WebForm.Components/Blazor.WebForm.Components.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net5.0</TargetFramework>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Blazor.WebForm.Components.pfx</AssemblyOriginatorKeyFile>
<Version>1.1.7.2</Version>
<Version>1.1.7.3</Version>
<RootNamespace>asp</RootNamespace>
<Copyright>Jurio li</Copyright>
<AssemblyName>Blazor.WebForm.Components</AssemblyName>
Expand All @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="Applied" Version="1.2.1.5" />
<PackageReference Include="Blazor.WebForm.UI" Version="1.1.7.2" />
<PackageReference Include="Blazor.WebForm.UI" Version="1.1.7.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.8" />
</ItemGroup>

Expand Down

0 comments on commit ec83762

Please sign in to comment.