Skip to content

Commit

Permalink
Merge pull request #5 from cartercanedy/master
Browse files Browse the repository at this point in the history
1.0.4
  • Loading branch information
cartercanedy authored Oct 17, 2023
2 parents e529daa + 45caf50 commit b664b4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name: .NET

on:
push:
branches: [ "Release" ]
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

Expand Down
7 changes: 6 additions & 1 deletion libzbarnet/libzbarnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<Version>$(AssemblyVersion)</Version>
<LangVersion>11</LangVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageTags>libzbar;zbar;barcode scanner;barcode</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -40,7 +42,10 @@
<None Include="..\LICENSE">
<PackagePath>.</PackagePath>
<Pack>true</Pack>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="..\README.md">
<PackagePath>\</PackagePath>
<Pack>true</Pack>
</None>
</ItemGroup>

Expand Down

0 comments on commit b664b4c

Please sign in to comment.