Skip to content

Commit ec83762

Browse files
committed
1.1.7.3
1 parent 0a9c8c1 commit ec83762

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

-86.7 KB
Binary file not shown.
86.7 KB
Binary file not shown.

Blazor.WebForm.Components/Base/ControlComponentExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static class ControlComponentExtensions
1919
private class ControlComponentReflection<T> where T : Control, new()
2020
{
2121
public delegate void SendMessageExtension(ControlComponent<T> component, string command, params object[] arguments);
22-
public static SendMessageExtension SendMessageExtensionMethod = new ComponentOperator().ConvertToExtensionMethod<ControlComponent<T>, SendMessageExtension>("SendMessage", new Type[] { typeof(string), typeof(object[]) }, BindingFlags.Instance | BindingFlags.NonPublic);
22+
public static readonly SendMessageExtension SendMessageExtensionMethod = new ComponentOperator().ConvertToExtensionMethod<ControlComponent<T>, SendMessageExtension>("SendMessage", new Type[] { typeof(string), typeof(object[]) }, BindingFlags.Instance | BindingFlags.NonPublic);
2323
}
2424
}
2525
}

Blazor.WebForm.Components/Blazor.WebForm.Components.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net5.0</TargetFramework>
55
<SignAssembly>true</SignAssembly>
66
<AssemblyOriginatorKeyFile>Blazor.WebForm.Components.pfx</AssemblyOriginatorKeyFile>
7-
<Version>1.1.7.2</Version>
7+
<Version>1.1.7.3</Version>
88
<RootNamespace>asp</RootNamespace>
99
<Copyright>Jurio li</Copyright>
1010
<AssemblyName>Blazor.WebForm.Components</AssemblyName>
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="Applied" Version="1.2.1.5" />
20-
<PackageReference Include="Blazor.WebForm.UI" Version="1.1.7.2" />
20+
<PackageReference Include="Blazor.WebForm.UI" Version="1.1.7.3" />
2121
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.8" />
2222
</ItemGroup>
2323

0 commit comments

Comments
 (0)