Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## Version 7.25.0 - 2026-06-03

### Updated

- Added `channelName` field to `InstrumentMeasurementDefinitionSummary` for tracking channel name of the specific parameter.

## Version 7.24.0 - 2026-05-25

### Added
Expand All @@ -12,7 +18,7 @@ All notable changes to this project will be documented in this file.

### Updated

- Added `firmwareVersion` field to `InstrumentDetailSummary` for tracking firmware manifest version of the instrument.
- Added `firmwareVersion` field to `InstrumentDetailSummary` for tracking firmware manifest version of the instrument.

## Version 7.22.0 - 2026-05-15

Expand All @@ -28,7 +34,7 @@ All notable changes to this project will be documented in this file.

### Updated

- Extended `DelphiModelDetail` with a `modelEngine` field so WPM model configurations can control which model engine is used for execution.
- Extended `DelphiModelDetail` with a `modelEngine` field so WPM model configurations can control which model engine is used for execution.

## Version 7.20.0 - 2026-04-06

Expand All @@ -52,7 +58,8 @@ All notable changes to this project will be documented in this file.
- Updated InstrumentMeasurementDefinitionSummary

### Removed
- InstrumentTypeAttributes

- InstrumentTypeAttributes

## Version 7.18.0 -2026-02-12

Expand Down
2 changes: 1 addition & 1 deletion src/ONE.Models.CSharp/ONE.Models.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<!--For Release packages update
the VersionPrefix and remove any VersionSuffix-->
<VersionPrefix>7.24.0</VersionPrefix>
<VersionPrefix>7.25.0</VersionPrefix>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think @mathitharmalingam-aqi may be using this version already

<!--For Feature packages update the VersionSuffix with the jira ticket number-->
<VersionSuffix></VersionSuffix>
<LangVersion>latest</LangVersion>
Expand Down
Loading