Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CANEDCA1 committed Oct 16, 2023
2 parents d5ce4a7 + 54038d3 commit f3cee66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

0 comments on commit f3cee66

Please sign in to comment.