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 9663763 commit b622e0fCopy full SHA for b622e0f
2 files changed
src/components/BootstrapBlazor.EmbedPDF/BootstrapBlazor.EmbedPDF.csproj
@@ -9,6 +9,11 @@
9
<Description>Bootstrap UI components extensions of PdfViewer</Description>
10
</PropertyGroup>
11
12
+ <ItemGroup>
13
+ <Content Remove="wwwroot\readme.txt" />
14
+ <None Include="wwwroot\readme.txt" />
15
+ </ItemGroup>
16
+
17
<ItemGroup>
18
<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />
19
</ItemGroup>
src/components/BootstrapBlazor.EmbedPDF/wwwroot/readme.txt
@@ -0,0 +1 @@
1
+https://github.com/embedpdf/embed-pdf-viewer/releases?wt.mc_id=DT-MVP-5004174 下载 snippet-dist 包
0 commit comments