Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
maikebing committed Aug 29, 2023
1 parent 69213c2 commit 725fb94
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion IoTSharp.VLPR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@
<Product>IoTSharp</Product>
<Description>车牌识别C#包装程序,需要厂家提供支持。</Description>
<PackageProjectUrl>https://github.com/IoTSharp/VLPR</PackageProjectUrl>
<Version>1.0.16</Version>
<Version>1.0.17</Version>
<Copyright>Copyright © 2023 IoTSharp. All rights reserved. </Copyright>
<Title>车牌识别接口</Title>
<RepositoryUrl>https://github.com/IoTSharp/VLPR</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>

</PropertyGroup>

Expand All @@ -28,4 +31,11 @@
<Folder Include="Properties\" />
</ItemGroup>

<ItemGroup>
<None Update="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 725fb94

Please sign in to comment.