Skip to content

Commit ddf1429

Browse files
committed
2.0.1.0
1 parent b991fa2 commit ddf1429

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

-90.1 KB
Binary file not shown.
90.2 KB
Binary file not shown.

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

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

1818
<ItemGroup>
1919
<PackageReference Include="Applied" Version="1.2.1.6" />
20-
<PackageReference Include="Blazor.WebForm.UI" Version="2.0.0.9" />
21-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.2" />
20+
<PackageReference Include="Blazor.WebForm.UI" Version="2.0.1" />
21+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.3" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

Blazor.WebForm.Components/Inner/Common/PagerSettings.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ public partial class PagerSettings : PropertyComponent<System.Web.UI.WebControls
4242
[Parameter]
4343
public string PreviousPageText { get; set; }
4444

45+
[Parameter]
46+
public System.Web.UI.WebControls.RepeatLayout RepeatLayout { get; set; }
47+
48+
[Parameter]
49+
public bool RenderNonBreakingSpacesBetweenControls { get; set; }
50+
4551
[Parameter]
4652
public bool Visible { get; set; }
4753
}

0 commit comments

Comments
 (0)