Skip to content

Commit

Permalink
SKA-535: Update SIL Kit to version 4.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikHerr committed Jun 24, 2024
1 parent 71d96cd commit ee02192
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ These labels allow to limit the communication between services with the same nam
* New CLI (see documentation for details, or use the --help argument when calling the exporter)
* Now supports exporting vCDL files based on an FMU or on a communication interface description
* Removed the option to export multiple FMUs to a single vCDL
* Updated SIL Kit to version 4.0.50

### Fixed
* If an error occurred while an FMU is loaded, its error will now be handled like other errors (was printed to console before)
Expand Down
Binary file modified FmuImporter/_silkit/SilKit.dll
Binary file not shown.
Binary file modified FmuImporter/_silkit/libSilKit.so
Binary file not shown.
2 changes: 1 addition & 1 deletion FmuImporter/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<Version>1.2.0</Version>
<SilKitVersion>4.0.47</SilKitVersion>
<SilKitVersion>4.0.50</SilKitVersion>
<Copyright>Copyright (c) Vector Informatik GmbH. All rights reserved.</Copyright>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Please refer to the section [Build Instructions](#build-instructions) if you wan
- May also be installed as part of a Visual Studio (v17.2+ / 2022) installation
- SIL Kit* (only needed to run the FMU Importer; not required for build step)
- Package can be downloaded from [GitHub (SIL Kit)](https://github.com/vectorgrp/sil-kit/releases)
- The FMU Importer was tested with SIL Kit 4.0.47 and prebuilt packages ship with this SIL Kit version
- The FMU Importer was tested with SIL Kit 4.0.50 and prebuilt packages ship with this SIL Kit version
- FMU Importer Source Code
- Can be downloaded from [GitHub (FMU Importer)](https://github.com/vectorgrp/sil-kit-fmu-importer)

Expand Down Expand Up @@ -145,7 +145,7 @@ To export a communication interface description you can run the following comman

>Please make sure that you have a running and reachable SIL Kit registry before starting the FMU Importer executable.
>If you built the FMU Importer yourself, you may need to copy the SilKit.dll/libSilKit.so file from a SIL Kit release package (we recommend SIL Kit 4.0.47) to the root folder of your build directory (the same folder where FmuImporter[.exe] is located).
>If you built the FMU Importer yourself, you may need to copy the SilKit.dll/libSilKit.so file from a SIL Kit release package (we recommend SIL Kit 4.0.50) to the root folder of your build directory (the same folder where FmuImporter[.exe] is located).
To run the FMU Importer, you need to run the following command from the directory your built execuable resides in:

Expand Down

0 comments on commit ee02192

Please sign in to comment.