-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from uv-software/development
Release candidate 2 for version 0.5.1
- Loading branch information
Showing
27 changed files
with
1,112 additions
and
550 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
runs-on: windows-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Add MSBuild to PATH | ||
uses: microsoft/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
### CAN API V3 Wrapper Library for PEAK-System PCAN® Interfaces (Windows®) | ||
|
||
_Copyright © 2005-2024 Uwe Vogt, UV Software, Berlin ([email protected])_ | ||
_Copyright © 2005-2024 Uwe Vogt, UV Software, Berlin ([email protected])_ | ||
|
||
![MSBuild](https://github.com/uv-software/PCANBasic-Wrapper/actions/workflows/msbuild.yml/badge.svg) | ||
|
||
|
@@ -126,7 +126,7 @@ Type `can_test /?` to display all program options. | |
### Development Environment | ||
- Microsoft Visual Studio Community 2022 (Version 17.9.5) | ||
- Microsoft Visual Studio Community 2022 (Version 17.10.1) | ||
### Required PCANBasic DLL | ||
|
@@ -146,7 +146,7 @@ For a list of known bugs and caveats see tab [Issues](https://github.com/uv-soft | |
### PCANBasic DLL for Windows® | ||
The PCANBasic DLL can be downloaded form [PEAK-System](https://www.peak-system.com/) website. \ | ||
The PCANBasic DLL can be downloaded from [PEAK-System](https://www.peak-system.com/) website. \ | ||
Please note the copyright and license agreements. | ||
### Wrapper Library for macOS® and Linux® | ||
|
@@ -163,8 +163,6 @@ Except where otherwise noted, this work is dual-licensed under the terms of the | |
and under the terms of the GNU General Public License v3.0 (or any later version). | ||
You can choose between one of them if you use these portions of this work in whole or in part. | ||
`SPDX-License-Identifier: BSD-2-Clause OR GPL-3.0-or-later` | ||
### Trademarks | ||
Windows is a registered trademark of Microsoft Corporation in the United States and/or other countries. \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.