Skip to content

Commit d18d89c

Browse files
committed
1.1.7.6
1 parent b012441 commit d18d89c

46 files changed

Lines changed: 179 additions & 179 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
-86.7 KB
Binary file not shown.
86.7 KB
Binary file not shown.

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.5</Version>
7+
<Version>1.1.7.6</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.5" />
20+
<PackageReference Include="Blazor.WebForm.UI" Version="1.1.7.6" />
2121
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.8" />
2222
</ItemGroup>
2323

Blazor.WebForm.Components/BulletedList.razor

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
@using Blazor.WebForm.UI;
2-
@using Blazor.WebForm.UI.ControlComponents;
3-
@using System.Web.UI;
4-
@using System.Web.UI.WebControls;
1+
@using Blazor.WebForm.UI
2+
@using Blazor.WebForm.UI.ControlComponents
3+
@using System.Web.UI
4+
@using System.Web.UI.WebControls
55
@inherits ListControlComponent<System.Web.UI.WebControls.BulletedList>
66
@this.RenderWithCascading(this.Control, this.ChildContent)
77
@code {

Blazor.WebForm.Components/Button.razor

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
@using Blazor.WebForm.UI;
2-
@using Blazor.WebForm.UI.ControlComponents;
3-
@using System.Web.UI;
4-
@using System.Web.UI.WebControls;
1+
@using Blazor.WebForm.UI
2+
@using Blazor.WebForm.UI.ControlComponents
3+
@using System.Web.UI
4+
@using System.Web.UI.WebControls
55
@inherits WebControlComponent<System.Web.UI.WebControls.Button>
66
@this.RenderWithInner(this.Control)
77
@code {

Blazor.WebForm.Components/Calendar.razor

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
@using Blazor.WebForm.UI;
2-
@using Blazor.WebForm.UI.ControlComponents;
3-
@using System.Web.UI;
4-
@using System.Web.UI.WebControls;
1+
@using Blazor.WebForm.UI
2+
@using Blazor.WebForm.UI.ControlComponents
3+
@using System.Web.UI
4+
@using System.Web.UI.WebControls
55
@inherits WebControlComponent<System.Web.UI.WebControls.Calendar>
66
@this.RenderWithCascading(this.Control, this.ChildContent)
77
@code {

Blazor.WebForm.Components/CheckBox.razor

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
@using Blazor.WebForm.UI;
2-
@using Blazor.WebForm.UI.ControlComponents;
3-
@using System.Web.UI;
4-
@using System.Web.UI.WebControls;
1+
@using Blazor.WebForm.UI
2+
@using Blazor.WebForm.UI.ControlComponents
3+
@using System.Web.UI
4+
@using System.Web.UI.WebControls
55
@inherits WebControlComponent<System.Web.UI.WebControls.CheckBox>
66
@this.RenderWithInner(this.Control)
77
@code {

Blazor.WebForm.Components/CheckBoxList.razor

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
@using Blazor.WebForm.UI;
2-
@using Blazor.WebForm.UI.ControlComponents;
3-
@using System.Web.UI;
4-
@using System.Web.UI.WebControls;
1+
@using Blazor.WebForm.UI
2+
@using Blazor.WebForm.UI.ControlComponents
3+
@using System.Web.UI
4+
@using System.Web.UI.WebControls
55
@inherits MultipleSelectionListControlComponent<System.Web.UI.WebControls.CheckBoxList>
66
@this.RenderWithCascading(this.Control, this.ChildContent)
77
@code {

Blazor.WebForm.Components/CompareValidator.razor

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
@using Blazor.WebForm.UI;
2-
@using Blazor.WebForm.UI.ControlComponents;
3-
@using System.Web.UI;
4-
@using System.Web.UI.WebControls;
1+
@using Blazor.WebForm.UI
2+
@using Blazor.WebForm.UI.ControlComponents
3+
@using System.Web.UI
4+
@using System.Web.UI.WebControls
55
@inherits BaseValidatorControlComponent<System.Web.UI.WebControls.CompareValidator>
66
@this.RenderWithInner(this.Control)
77
@code {

Blazor.WebForm.Components/ContainerButton.razor

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
@using Blazor.WebForm.UI;
2-
@using Blazor.WebForm.UI.ControlComponents;
3-
@using System.Drawing;
4-
@using System.Web.UI;
5-
@using System.Web.UI.WebControls;
1+
@using Blazor.WebForm.UI
2+
@using Blazor.WebForm.UI.ControlComponents
3+
@using System.Drawing
4+
@using System.Web.UI
5+
@using System.Web.UI.WebControls
66
@inherits UserControlComponent<Extensions.Web.UI.WebControls.ContainerButton>
77
@this.Render(this.Control)
88
@code {

0 commit comments

Comments
 (0)