Skip to content

Commit

Permalink
:->
Browse files Browse the repository at this point in the history
  • Loading branch information
densen2014 committed Sep 25, 2020
1 parent c2f6a02 commit 53ad452
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/ZXingBlazor/ZXingBlazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,21 @@
<IsPackable>true</IsPackable>
<PackageIcon>logo.png</PackageIcon>
<Version>0.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Company>Densen Informatica</Company>
<Authors>Alex Chow</Authors>
<Description>ZXing Blazor 扫码组件 / Barcode Scaner for Blazor

本项目是利用 ZXing 进行封装的 Blazor 组件库
直接调用手机或者桌面电脑摄像头进行扫码

This project is a Blazor component library packaged with ZXing
Directly call the mobile phone or desktop computer camera to scan the code</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/densen2014/ZXingBlazor</PackageProjectUrl>
<RepositoryUrl>https://github.com/densen2014/ZXingBlazor</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>ZXingBlazor</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 53ad452

Please sign in to comment.