Skip to content

Commit

Permalink
bump version to 0.6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbesler committed Jul 4, 2022
1 parent 3aa68e5 commit 91bb3a9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.0.0",
"version": "0.6.0.1",
"name": "Struckig",
"type": "Library",
"frameworks": {},
Expand Down
4 changes: 2 additions & 2 deletions 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.0.0</ProjectVersion>
<ProjectVersion>0.6.0.1</ProjectVersion>
<DefaultNamespace>Struckig</DefaultNamespace>
<Author>Stefan Besler and contributers</Author>
<Company>Stefan Besler</Company>
Expand Down Expand Up @@ -248,4 +248,4 @@
</XmlArchive>
</PlcProjectOptions>
</ProjectExtensions>
</Project>
</Project>
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.0.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.6.0.1.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
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.0.0",
"version": "0.6.0.1",
"name": "Struckig_unittest",
"type": "Application",
"frameworks": {},
"references": {
"*": [
"Struckig=0.6.0.0",
"Struckig=0.6.0.1",
"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.0.0 (Stefan Besler)</Resolution>
<Resolution>Struckig, 0.6.0.1 (Stefan Besler)</Resolution>
</PlaceholderResolution>
<PlaceholderResolution Include="Tc3_Module">
<Resolution>Tc3_Module, * (Beckhoff Automation GmbH)</Resolution>
Expand Down Expand Up @@ -192,4 +192,4 @@
</XmlArchive>
</PlcProjectOptions>
</ProjectExtensions>
</Project>
</Project>

0 comments on commit 91bb3a9

Please sign in to comment.