Skip to content

Commit

Permalink
2.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurioli committed Mar 18, 2022
1 parent b991fa2 commit ddf1429
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Binary file removed Blazor.WebForm.Components.2.0.0.9.nupkg
Binary file not shown.
Binary file added Blazor.WebForm.Components.2.0.1.nupkg
Binary file not shown.
6 changes: 3 additions & 3 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>net6.0</TargetFramework>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Blazor.WebForm.Components.pfx</AssemblyOriginatorKeyFile>
<Version>2.0.0.9</Version>
<Version>2.0.1.0</Version>
<RootNamespace>asp</RootNamespace>
<Copyright>Jurio li</Copyright>
<AssemblyName>Blazor.WebForm.Components</AssemblyName>
Expand All @@ -17,8 +17,8 @@

<ItemGroup>
<PackageReference Include="Applied" Version="1.2.1.6" />
<PackageReference Include="Blazor.WebForm.UI" Version="2.0.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.2" />
<PackageReference Include="Blazor.WebForm.UI" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions Blazor.WebForm.Components/Inner/Common/PagerSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ public partial class PagerSettings : PropertyComponent<System.Web.UI.WebControls
[Parameter]
public string PreviousPageText { get; set; }

[Parameter]
public System.Web.UI.WebControls.RepeatLayout RepeatLayout { get; set; }

[Parameter]
public bool RenderNonBreakingSpacesBetweenControls { get; set; }

[Parameter]
public bool Visible { get; set; }
}
Expand Down

0 comments on commit ddf1429

Please sign in to comment.