Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Rename repository to gs1-barcode-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed Jul 27, 2021
1 parent 47d132b commit 0328b9b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This project includes:

* A native C library that can be vendored into third-party code or compiled for use as a shared library (Linux / BSD) or dynamic-link library (Windows).
* An example console application whose code demonstrates how to use the native library to generate barcode symbols.
* A C# .NET wrapper class that provides an object interface to the native library from managed code, using Platform Invoke (P/Invoke).
* A C# .NET wrapper class that provides an object interface to the native library from managed code, using Platform Invoke (P/Invoke).
* An example .NET desktop application using Windows Presentation Foundation (WPF) that demonstrates how to use the C# .NET wrapper to access the native library.


Expand All @@ -49,13 +49,13 @@ Documentation
-------------

The C library API is fully documented in the docs/ directory and is
available online here: <https://gs1.github.io/gs1-encoders/>
available online here: <https://gs1.github.io/gs1-barcode-engine/>

Instructions for getting started with the console application are provided in
the [Console Application User Guide](https://github.com/gs1/gs1-encoders/wiki/Console-Application-User-Guide).
the [Console Application User Guide](https://github.com/gs1/gs1-barcode-engine/wiki/Console-Application-User-Guide).

Instructions for getting started with the GUI application are provided in
the [Desktop Application User Guide](https://github.com/gs1/gs1-encoders/wiki/Desktop-Application-User-Guide).
the [Desktop Application User Guide](https://github.com/gs1/gs1-barcode-engine/wiki/Desktop-Application-User-Guide).


Using the library
Expand All @@ -67,7 +67,7 @@ linker (.lib) files.

Pre-built assets are available here:

<https://github.com/gs1/gs1-encoders/releases/latest>
<https://github.com/gs1/gs1-barcode-engine/releases/latest>

The license is permissive allowing for the source code to be vendored into an
application codebase (Open Source or proprietary) or for the pre-built shared
Expand Down Expand Up @@ -131,13 +131,13 @@ compatible with 64-bit Linux operating systems. There are no installation
dependencies and the file can be run from any location on the file system.

The most recent version of the console application can be
[downloaded from here](https://github.com/gs1/gs1-encoders/releases/latest).
[downloaded from here](https://github.com/gs1/gs1-barcode-engine/releases/latest).

For Windows systems download the asset named
`gs1encoders-windows-console-app.zip`. For Linux systems download the asset
named `gs1encoders-linux.bin`. In the event of issues with antivirus software
consult the note in the
[User Guide](https://github.com/gs1/gs1-encoders/wiki/Console-Application-User-Guide).
[User Guide](https://github.com/gs1/gs1-barcode-engine/wiki/Console-Application-User-Guide).

The pre-built application requires that the Visual C++ Redistributable 2019 (32
bit) is installed: <https://visualstudio.microsoft.com/downloads/#microsoft-visual-c-redistributable-for-visual-studio-2019>
Expand All @@ -151,11 +151,11 @@ compatible with modern 64-bit Windows operating systems and a recent .NET
Framework.

The most recent version of the GUI application can be
[downloaded from here](https://github.com/gs1/gs1-encoders/releases/latest).
[downloaded from here](https://github.com/gs1/gs1-barcode-engine/releases/latest).

For Windows systems download the asset named `gs1encoders-windows-gui-app.zip`. In
the event of issues with antivirus software consult the note in the
[User Guide](https://github.com/gs1/gs1-encoders/wiki/Desktop-Application-User-Guide).
[User Guide](https://github.com/gs1/gs1-barcode-engine/wiki/Desktop-Application-User-Guide).

The pre-built application requires that the .NET Core 3.1 Desktop Runtime -
Windows x86 is installed: <https://dotnet.microsoft.com/download/dotnet/3.1/runtime>
2 changes: 1 addition & 1 deletion src/dotnet-lib/GS1Encoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace GS1.Encoders
///
/// The API reference for the native C library is available here:
///
/// https://gs1.github.io/gs1-encoders/
/// https://gs1.github.io/gs1-barcode-engine/
///
/// </summary>
public class GS1Encoder
Expand Down

0 comments on commit 0328b9b

Please sign in to comment.