Skip to content

Commit

Permalink
Bump version number to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrondeau committed Dec 27, 2017
1 parent 389d1b7 commit 873f702
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.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyInformationalVersion("1.3.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.2.0</version>
<version>1.3.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>Better Sikuli errors handling</releaseNotes>
<releaseNotes>Support for targeting location</releaseNotes>
<copyright>Copyright Christian Rondeau 2017</copyright>
<tags>sikuli automation unit test functional automated</tags>
</metadata>
Expand Down

0 comments on commit 873f702

Please sign in to comment.