Skip to content

Commit

Permalink
- version bump
Browse files Browse the repository at this point in the history
- readme update
  • Loading branch information
coraxx committed Jan 30, 2020
1 parent 3fad30f commit f94d271
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

This is a variable viewer for Beckhoff TwinCAT PLC.

![Variable Viewer screenshot](https://semper.space/tcvv/screenshot00.png "Variable Viewer")
![Variable Viewer screenshot](https://semper.space/tcvv/screenshot01.png "Variable Viewer")


## Requirements ##
Expand All @@ -28,16 +28,20 @@ This is a variable viewer for Beckhoff TwinCAT PLC.

## Installation ##

No installation needed, just run the executable.
No installation needed, just [download compiled version](https://github.com/coraxx/TwinCatVariableViewer/releases) and run the executable.

## Dumping variables ###

Dumping all variables with their current values will save into both an XML and a CSV file in the application's directory.

## Disclaimer ##
Some references may appear on this website or project descriptions to trademarks belonging to others not affiliated with this project. For example Beckhoff® and TwinCAT® are registered trademarks of Beckhoff Automation GmbH. These names are only used to specify that this project only works with Beckhoff's TwinCAT product.


## License ##

The MIT License (MIT)
Copyright (c) 2019 Jan Arnold
Copyright (c) 2020 Jan Arnold

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("TwinCAT Variable Viewer")]
[assembly: AssemblyCopyright("Copyright © 2018 Jan Arnold")]
[assembly: AssemblyCopyright("Copyright © 2020 Jan Arnold")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -49,5 +49,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.6.0")]
[assembly: AssemblyFileVersion("1.2.6.0")]
[assembly: AssemblyVersion("1.2.7.0")]
[assembly: AssemblyFileVersion("1.2.7.0")]

0 comments on commit f94d271

Please sign in to comment.