Skip to content

Commit 8bfb55e

Browse files
authored
Add upgrade optional node into PackReference
1 parent d465798 commit 8bfb55e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

api/csolution-openapi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.1.0
22
info:
33
title: csolution rpc
4-
version: 0.0.8
4+
version: 0.0.9
55
description: Specification of remote procedure call methods for CMSIS csolution integration
66
license:
77
name: Apache 2.0
@@ -342,6 +342,9 @@ components:
342342
selected:
343343
type: boolean
344344
description: Flag to indicate if reference is selected
345+
upgrade:
346+
type: string
347+
description: Greater compliant pack version is available for the locked resolved pack
345348
required:
346349
- pack
347350
- origin

0 commit comments

Comments
 (0)