Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
visose committed Jun 3, 2022
1 parent 9823b8a commit faff618
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Robots</Product>
<Version>1.4.1</Version>
<Version>1.5.0</Version>
<Authors>Robots Authors</Authors>
<Description>Create and simulate ABB, KUKA, UR, and Staubli robot programs.</Description>
<PackageTags>Robots;ABB;KUKA;UR;Staubli;Robotics</PackageTags>
Expand Down
6 changes: 4 additions & 2 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
- version: 1.4.2
- version: 1.5.0
changes:
- Added more detailed error message when failed to refresh list of robot libraries.
- Added support for reading UR's Real-Time Data Exchange outputs.
- Added a more informative error message when failure to refresh list of robot libraries.
- Updated some icons.

- version: 1.4.1
changes:
Expand Down
1 change: 1 addition & 0 deletions src/Robots/Remotes/URRealTime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Robots;

[Obsolete("Use the URRealTimeDataExchange class instead.")]
public class URRealTime
{
const int _bufferLength = 1220;
Expand Down

0 comments on commit faff618

Please sign in to comment.