Skip to content

Commit

Permalink
Update version # to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrondeau committed Mar 3, 2017
1 parent 11c53a9 commit fc91cfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyInformationalVersion("1.1.2.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0.0")]
6 changes: 3 additions & 3 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.1.2</version>
<version>1.2.0</version>
<title>SikuliSharp</title>
<authors>Christian Rondeau</authors>
<owners>Christian Rondeau</owners>
Expand All @@ -12,8 +12,8 @@
<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>Correctly pass decimals on machines that uses comma as decimal separator</releaseNotes>
<copyright>Copyright Christian Rondeau 2016</copyright>
<releaseNotes>Better Sikuli errors handling</releaseNotes>
<copyright>Copyright Christian Rondeau 2017</copyright>
<tags>sikuli automation unit test functional automated</tags>
</metadata>
</package>

0 comments on commit fc91cfc

Please sign in to comment.