Skip to content

Commit b378c70

Browse files
committed
Update docs
1 parent 541b650 commit b378c70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ I made this library because the dotnet SDK doesn't support simulation of mouse a
2020
If you are using Package Manager:
2121

2222
```bash
23-
Install-Package Desktop.Robot -Version 1.3.2
23+
Install-Package Desktop.Robot -Version 1.4.0
2424
```
2525

2626
If you are using .NET CLI
2727

2828
```bash
29-
dotnet add package Desktop.Robot --version 1.3.2
29+
dotnet add package Desktop.Robot --version 1.4.0
3030
```
3131

3232

Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Desktop.Robot" Version="1.2.3" />
9+
<PackageReference Include="Desktop.Robot" Version="1.4.0" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)