Skip to content

Commit 072f765

Browse files
authored
Bump version to 25.0.0, drop 2021 build (#68)
* Bump version to 25.0.0, drop 2021 build * Update README.md
1 parent 71b9ae4 commit 072f765

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
@@ -15,7 +15,7 @@ LabVIEW 2020
1515

1616
### Running the custom device
1717

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

2020
### Real-Time target software components
2121

@@ -24,7 +24,7 @@ LabVIEW 2020
2424

2525
### Developing or building from source
2626

27-
- [LabVIEW 2020 or later](https://www.ni.com/en-us/support/downloads/software-products/download.labview.html)
27+
- [LabVIEW 2023 or later](https://www.ni.com/en-us/support/downloads/software-products/download.labview.html)
2828
- [LabVIEW Real-Time Module](https://www.ni.com/en-us/support/downloads/software-products/download.labview-real-time-module.html)
2929
- [NI-Sync 20.0 or later](https://www.ni.com/en-us/support/downloads/drivers/download.ni-sync.html)
3030
- [VeriStand Custom Device Development Tools](https://github.com/ni/niveristand-custom-device-development-tools)

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\NI Synchronization Custom Device.lvproj'
@@ -35,7 +35,7 @@ stages:
3535
target: 'All'
3636
buildSpec: 'Engine Release'
3737

38-
releaseVersion: '24.0.0'
38+
releaseVersion: '25.0.0'
3939
buildOutputLocation: 'Built'
4040
archiveLocation: '\\nirvana\Measurements\VeriStandAddons\ni_synchronization_custom_device'
4141

0 commit comments

Comments
 (0)