Skip to content

Commit

Permalink
Update version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrondeau committed Feb 21, 2015
1 parent 4eb4a89 commit ad99c45
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.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: AssemblyInformationalVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]
[assembly: AssemblyInformationalVersion("1.0.3.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.0.2</version>
<version>1.0.3</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>Allow developers to use SikuliRuntime directly.</releaseNotes>
<releaseNotes>Support target offset on click</releaseNotes>
<copyright>Copyright Christian Rondeau 2015</copyright>
<tags>sikuli automation unit test functional automated</tags>
</metadata>
Expand Down

0 comments on commit ad99c45

Please sign in to comment.