Skip to content

Commit

Permalink
ci: bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbesler committed Oct 15, 2022
1 parent 177cd64 commit 98b0a32
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .Zeugwerk/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Struckig",
"plcs": [
{
"version": "0.6.5.0",
"version": "0.7.1.0",
"name": "Struckig",
"type": "Library",
"frameworks": {},
Expand Down
2 changes: 1 addition & 1 deletion Struckig/Struckig/Struckig/Struckig.plcproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<LibraryReferences>{f4bffdbd-5758-46b1-8be5-022517971003}</LibraryReferences>
<Released>false</Released>
<Title>Struckig</Title>
<ProjectVersion>0.6.5.0</ProjectVersion>
<ProjectVersion>0.7.1.0</ProjectVersion>
<DefaultNamespace>Struckig</DefaultNamespace>
<Author>Stefan Besler and contributers</Author>
<Company>Stefan Besler</Company>
Expand Down
2 changes: 1 addition & 1 deletion documentation/userguide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This guide will get you started with Struckig. Here you will learn how to instal

The Struckig library can either be downloaded from Github as a [precompiled library](https://github.com/stefanbesler/Struckig/releases), or you can clone the [repository](https://github.com/stefanbesler/Struckig) and compile the library yourself. This guide will focus on the former usecase.

First, [get the latest release](todo) of the library, the download will give you a file called "Struckig_0.6.5.0.compiled-library" on your computer. Start the TwinCAT XAE Shell or the Visual Studio Version you are usually using to develop TwinCAT PLCs. Then, in the menubar, select **PLC** and then **Library Repository...** (see figures below)
First, [get the latest release](todo) of the library, the download will give you a file called "Struckig_0.7.1.0.compiled-library" on your computer. Start the TwinCAT XAE Shell or the Visual Studio Version you are usually using to develop TwinCAT PLCs. Then, in the menubar, select **PLC** and then **Library Repository...** (see figures below)

<div class="gallery">
<div class="gallery-item">
Expand Down
2 changes: 1 addition & 1 deletion ruckig
4 changes: 2 additions & 2 deletions test/Struckig/.Zeugwerk/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"name": "Struckig_unittest",
"plcs": [
{
"version": "0.6.5.0",
"version": "0.7.1.0",
"name": "Struckig_unittest",
"type": "Application",
"frameworks": {},
"references": {
"*": [
"Struckig=0.6.5.0",
"Struckig=0.7.1.0",
"Tc3_Module=*",
"TcUnit=*"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
</ItemGroup>
<ItemGroup>
<PlaceholderResolution Include="Struckig">
<Resolution>Struckig, 0.6.5.0 (Stefan Besler)</Resolution>
<Resolution>Struckig, 0.7.1.0 (Stefan Besler)</Resolution>
</PlaceholderResolution>
<PlaceholderResolution Include="Tc3_Module">
<Resolution>Tc3_Module, * (Beckhoff Automation GmbH)</Resolution>
Expand Down

0 comments on commit 98b0a32

Please sign in to comment.