Skip to content

Commit e998750

Browse files
committed
Update version number.
1 parent 6179cd1 commit e998750

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

RoboticArm535/RoboticArm535.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Disclaimer: A badly composed script could damage your robotic arm. It has no fee
1515
<PackageIcon>robotic_arm_96.png</PackageIcon>
1616
<PackageIconUrl />
1717
<SignAssembly>false</SignAssembly>
18-
<Version>1.4.0</Version>
18+
<Version>1.5.0</Version>
1919
<PackageProjectUrl>https://github.com/sulaimanvali/RoboticArm535</PackageProjectUrl>
2020
<Company>N/A</Company>
21-
<AssemblyVersion>1.4.0.0</AssemblyVersion>
22-
<FileVersion>1.4.0.0</FileVersion>
21+
<AssemblyVersion>1.5.0.0</AssemblyVersion>
22+
<FileVersion>1.5.0.0</FileVersion>
2323
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2424
<RepositoryUrl>https://github.com/sulaimanvali/RoboticArm535</RepositoryUrl>
2525
<PackageTags>OWI-535 Robotic Arm Edge Maplin USB robotarm</PackageTags>

RoboticArm535ConsoleExample1/RoboticArm535ConsoleExample1.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net5.0</TargetFramework>
6-
<Version>1.4.0</Version>
7-
<AssemblyVersion>1.4.0.0</AssemblyVersion>
8-
<FileVersion>1.4.0.0</FileVersion>
6+
<Version>1.5.0</Version>
7+
<AssemblyVersion>1.5.0.0</AssemblyVersion>
8+
<FileVersion>1.5.0.0</FileVersion>
99
<Authors>Sulaiman Vali</Authors>
1010
<Copyright>Sulaiman Vali</Copyright>
1111
<Company>N/A</Company>

RoboticArm535ConsoleExample2/RoboticArm535ConsoleExample2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net5.0</TargetFramework>
6-
<Version>1.4.0</Version>
6+
<Version>1.5.0</Version>
77
<Authors>Sulaiman Vali</Authors>
88
<Company>N/A</Company>
99
<Copyright>Sulaiman Vali</Copyright>

RoboticArm535ConsoleExample3/RoboticArm535ConsoleExample3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net5.0</TargetFramework>
6-
<Version>1.4.0</Version>
6+
<Version>1.5.0</Version>
77
<Authors>Sulaiman Vali</Authors>
88
<Company>N/A</Company>
99
<Copyright>Sulaiman Vali</Copyright>

RoboticArm535ConsoleExample4/RoboticArm535ConsoleExample4.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net5.0</TargetFramework>
6-
<Version>1.4.0</Version>
6+
<Version>1.5.0</Version>
77
<Authors>Sulaiman Vali</Authors>
88
<Company>N/A</Company>
99
<Copyright>Sulaiman Vali</Copyright>

RoboticArm535Library/RoboticArm535Library.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
5-
<Version>1.4.0</Version>
5+
<Version>1.5.0</Version>
66
<Description>.Net library to control Robotic Arm Edge (OWI-535) via USB interface. Uses LibUsbDotNet library.</Description>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<Copyright>Sulaiman Vali</Copyright>

0 commit comments

Comments
 (0)