Skip to content

Commit 19a46e3

Browse files
authored
Add lv, drop 2021, bump release version (#79)
1 parent f8a9af8 commit 19a46e3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ LabVIEW 2020
1414

1515
### Running the custom device
1616

17-
- [VeriStand 2020 or later](https://www.ni.com/en-us/support/downloads/software-products/download.veristand.html)
17+
- [VeriStand 2023 or later](https://www.ni.com/en-us/support/downloads/software-products/download.veristand.html)
1818

1919
### Developing or building from source
2020

21-
- [LabVIEW 2020 or later](https://www.ni.com/en-us/support/downloads/software-products/download.labview.html)
21+
- [LabVIEW 2023 or later](https://www.ni.com/en-us/support/downloads/software-products/download.labview.html)
2222
- [LabVIEW Real-Time Module](https://www.ni.com/en-us/support/downloads/software-products/download.labview-real-time-module.html)
2323
- [VeriStand Custom Device Development Tools](https://github.com/ni/niveristand-custom-device-development-tools)
2424
- Install the latest package from the [release page](https://github.com/ni/niveristand-custom-device-development-tools/releases)

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ stages:
1717
- template: azure-templates/stages.yml@niveristand-custom-device-build-tools
1818
parameters:
1919
lvVersionsToBuild:
20-
- version: '2021'
21-
bitness: '64bit'
2220
- version: '2023'
2321
bitness: '64bit'
2422
- version: '2024'
2523
bitness: '64bit'
24+
- version: '2025'
25+
bitness: '64bit'
2626

2727
buildSteps:
2828
- projectLocation: 'Source\Embedded Data Logger Custom Device.lvproj'
@@ -40,7 +40,7 @@ stages:
4040
target: 'My Computer'
4141
buildSpec: 'Scripting API'
4242

43-
releaseVersion: '24.0.0'
43+
releaseVersion: '25.0.0'
4444
buildOutputLocation: 'Built'
4545
archiveLocation: '\\nirvana\Measurements\VeriStandAddons\embedded_data_logger_custom_device'
4646

0 commit comments

Comments
 (0)