We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541b650 commit b378c70Copy full SHA for b378c70
README.md
@@ -20,13 +20,13 @@ I made this library because the dotnet SDK doesn't support simulation of mouse a
20
If you are using Package Manager:
21
22
```bash
23
-Install-Package Desktop.Robot -Version 1.3.2
+Install-Package Desktop.Robot -Version 1.4.0
24
```
25
26
If you are using .NET CLI
27
28
29
-dotnet add package Desktop.Robot --version 1.3.2
+dotnet add package Desktop.Robot --version 1.4.0
30
31
32
Tests/Tests.csproj
@@ -6,7 +6,7 @@
6
</PropertyGroup>
7
8
<ItemGroup>
9
- <PackageReference Include="Desktop.Robot" Version="1.2.3" />
+ <PackageReference Include="Desktop.Robot" Version="1.4.0" />
10
</ItemGroup>
11
12
</Project>
0 commit comments