We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f3a63 commit d7e3e3dCopy full SHA for d7e3e3d
1 file changed
src/components/BootstrapBlazor.TableExport/BootstrapBlazor.TableExport.csproj
@@ -1,13 +1,17 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
+ <PropertyGroup>
4
+ <Version>10.0.1</Version>
5
+ </PropertyGroup>
6
+
7
<PropertyGroup>
8
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Table Export</PackageTags>
9
<Description>Bootstrap UI components extensions of export</Description>
10
</PropertyGroup>
11
12
<ItemGroup>
13
<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />
- <PackageReference Include="MiniExcel" Version="1.41.4" />
14
+ <PackageReference Include="MiniExcel" Version="1.42.0" />
15
</ItemGroup>
16
17
0 commit comments