Skip to content

Commit

Permalink
Update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrondeau committed Feb 21, 2015
1 parent a1268e3 commit 304f88d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SikuliSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

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

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.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.0</version>
<version>1.0.1</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 interactive commands: Exists, Click, Type, Wait and WaitVanish. Support for running .sikuli projects.</releaseNotes>
<releaseNotes>Removed requirement for JAVA_HOME. Now guesses the Java path from the registry. New readme.txt file when installing.</releaseNotes>
<copyright>Copyright Christian Rondeau 2015</copyright>
<tags>sikuli automation unit test functional automated</tags>
</metadata>
Expand Down

0 comments on commit 304f88d

Please sign in to comment.