Skip to content

Commit

Permalink
Add version annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Dec 19, 2020
1 parent fc39d05 commit b6c00ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ModelicaTableAdditions/package.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
within ;
package ModelicaTableAdditions "Extension of the CombiTable blocks of the Modelica Standard Library to support reading CSV files"
extends Modelica.Icons.Package;
annotation(uses(Modelica(version="3.2.3")));
annotation(uses(Modelica(version="3.2.3")), version="1.0.0",
Documentation(info="<html><p>Library <strong>ModelicaTableAdditions</strong> is an extension of the CombiTable blocks of the Modelica Standard Library to support reading <a href=\"https://en.wikipedia.org/wiki/Comma-separated_values\">CSV</a> files.</p></html>"));
end ModelicaTableAdditions;

0 comments on commit b6c00ad

Please sign in to comment.