Skip to content

Commit

Permalink
SKA-440: Prepare release of FMU Importer 1.2.0
Browse files Browse the repository at this point in the history
* Updated SIL Kit to 4.0.47
* Bumped FMU version to 1.2.0
  • Loading branch information
DominikHerr committed Mar 28, 2024
1 parent 8c45334 commit 16fbc0e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to the Vector SIL Kit FMU Importer project shall be document

The format is based on `Keep a Changelog (http://keepachangelog.com/en/1.0.0/) <http://keepachangelog.com/en/1.0.0/>`.

## [1.2.0] - TBD
## [1.2.0] - 2024-03-28

### Added

Expand All @@ -20,6 +20,7 @@ The format is based on `Keep a Changelog (http://keepachangelog.com/en/1.0.0/) <
* 1xxx indicates an issue in the FMU Importer
* 2xxx indicates an issue in the FMI binding
* 3xxx indicates an issue in the SIL Kit binding
* Updated SIL Kit version to 4.0.47

### Fixed

Expand Down
Binary file modified FmuImporter/_silkit/SilKit.dll
Binary file not shown.
Binary file modified FmuImporter/_silkit/libSilKit.so
Binary file not shown.
4 changes: 2 additions & 2 deletions FmuImporter/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<Version>1.1.0</Version>
<SilKitVersion>4.0.43</SilKitVersion>
<Version>1.2.0</Version>
<SilKitVersion>4.0.47</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 @@ -58,7 +58,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.43 and prebuilt packages ship with this SIL Kit version
- The FMU Importer was tested with SIL Kit 4.0.47 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 @@ -109,7 +109,7 @@ You must provide the path to the vCDL output file (including its file extension)

>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.26) 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.47) 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 16fbc0e

Please sign in to comment.