Skip to content

Commit c9a8b65

Browse files
authored
Merge pull request #15 from OpenSimulationInterface/release/v0.2.1
Release/v0.2.1
2 parents f0d0fc3 + 0f8dbb2 commit c9a8b65

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This document specifies the ways in which sensor models using the
77
[Open Simulation Interface][] are to be packaged for use in simulation
88
environments using FMI 2.0.
99

10-
This is version 0.2.0 Draft of this document. The version number is
10+
This is version 0.2.1 Draft of this document. The version number is
1111
to be interpreted according to the [Semantic Versioning Specification
1212
(SemVer) 2.0.0][SemVer2.0.0].
1313

@@ -38,7 +38,7 @@ The following basic conventions apply:
3838
into the `VendorAnnotations` element of the `modelDescription.xml`:
3939

4040
```XML
41-
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp version="0.2.0" osi-version="2.0.0"/></Tool>
41+
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp version="0.2.1" osi-version="2.2.0"/></Tool>
4242
```
4343

4444
where osi-version MUST contain the major, minor and patch
@@ -221,7 +221,7 @@ model FMU with one input and output and no additional features:
221221
canNotUseMemoryManagementFunctions="true"/>
222222
<DefaultExperiment startTime="0.0" stepSize="0.020"/>
223223
<VendorAnnotations>
224-
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp version="0.1"/></Tool>
224+
<Tool name="net.pmsf.osmp" xmlns:osmp="http://xsd.pmsf.net/OSISensorModelPackaging"><osmp:osmp version="0.2.1" osi-version="2.2.0"/></Tool>
225225
</VendorAnnotations>
226226
<ModelVariables>
227227
<ScalarVariable name="OSMPSensorDataIn.base.lo" valueReference="0" causality="input" variability="discrete">

0 commit comments

Comments
 (0)