diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd54c9b..7ae797a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,15 +5,13 @@ name: .NET on: push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] + branches: [ "Release" ] + tags: + - 'v[0-9]+.[0-9]+.[0-9]+' jobs: build: - runs-on: windows-latest - steps: - uses: actions/checkout@v3 - name: Setup .NET env diff --git a/README.md b/README.md index 3fa486c..50afff6 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ -libzbar.NET -========== +# libzbar.NET -libzbar.NET is a .NET Standard 2.1 wrapper. Documentation can be found [here](http://jonasfj.github.io/libzbar.NET/). +libzbar.NET wraps the functionality of libzbar in a highly-compatible .NET Standard 2.0 library that can be consumed .NET Fx 4.6.1+ and .NET/.NET Core 2.0+ projects. The package can be referenced along with the native binaries by adding the [NuGet package](http://nuget.org/packages/libzbar.net). Documentation can be found [here](http://jonasfj.github.io/libzbar.NET/). libzbar.NET is released under GNU LGPL version 2.1, or (at your discretion) any later version. -Authors -======= +--- +### Authors _libzbar.NET is a derivative project, mainly authored by Jonas Finnemann Jensen et. al. This is a list of authors that have directly contributed:_ * Carter Canedy @@ -16,6 +15,5 @@ _libzbar.NET is a derivative project, mainly authored by Jonas Finnemann Jensen Documentation comments for external methods have been copied from the original zbar project written by Jeff Brown. -How to contribute -================= +### How to contribute If you wish to contribute, just clone this repository on github and push your changes, and feel free to send a PR.