Skip to content

Commit 69f9294

Browse files
committed
Add noneFrom conversions for previous versions
1 parent 7971a9d commit 69f9294

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

SDF/package.mo

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ package SDF "Scientific Data Format"
55
annotation (
66
uses(Modelica(version="4.1.0")),
77
version="0.4.6",
8+
conversion(
9+
noneFromVersion = "0.4.5",
10+
noneFromVersion = "0.4.4",
11+
noneFromVersion = "0.4.3",
12+
noneFromVersion = "0.4.2",
13+
noneFromVersion = "0.4.1",
14+
noneFromVersion = "0.4.0",
15+
noneFromVersion = "0.3.1",
16+
noneFromVersion = "0.3.0",
17+
noneFromVersion = "0.2.0"),
818
Icon(
919
coordinateSystem(extent={{-100,-100}, {100,100}}),
1020
graphics={
@@ -31,6 +41,5 @@ package SDF "Scientific Data Format"
3141
rotation=90)}),
3242
Documentation(info="<html>
3343
<p>The SDF package contains blocks and functions to read, write and interpolate multi-dimensional data using the <a href=\"https://github.com/ScientificDataFormat/SDF\">Scientific Data Format</a>.</p>
34-
</html>",
35-
conversion(noneFromVersion="0.4.5"));
44+
</html>"));
3645
end SDF;

0 commit comments

Comments
 (0)