Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrondeau committed Jan 1, 2018
1 parent e0b668c commit b37239b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions SikuliSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

[assembly: Guid("1678bdd5-c04e-43d5-b16d-6902ff91090a")]

[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyInformationalVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyInformationalVersion("1.4.0.0")]
4 changes: 2 additions & 2 deletions SikuliSharp/SikuliSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>SikuliSharp</id>
<version>1.3.0</version>
<version>1.4.0</version>
<title>SikuliSharp</title>
<authors>Christian Rondeau</authors>
<owners>Christian Rondeau</owners>
Expand All @@ -12,7 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A fast and simple Sikuli wrapper for .Net</description>
<summary>Uses the Sikuli interactive console for faster results; you can run commands, or run a .sikuli project. Requires to have Java and Sikuli installed.</summary>
<releaseNotes>Support for targeting location</releaseNotes>
<releaseNotes>Right click, drag and drop and hover</releaseNotes>
<copyright>Copyright Christian Rondeau 2017</copyright>
<tags>sikuli automation unit test functional automated</tags>
</metadata>
Expand Down

0 comments on commit b37239b

Please sign in to comment.