diff --git a/PocketSharp/Properties/AssemblyInfo.cs b/PocketSharp/Properties/AssemblyInfo.cs index 12d16dc..6d73ace 100644 --- a/PocketSharp/Properties/AssemblyInfo.cs +++ b/PocketSharp/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.4.0")] -[assembly: AssemblyFileVersion("1.4.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.5.0")] +[assembly: AssemblyFileVersion("1.5.0")] \ No newline at end of file diff --git a/README.md b/README.md index 5501bba..634b514 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ Renames a tag for the specified item: ## Release History +- **1.5.0** (2013-09-28) add statistics and registration API - **1.4.0** (2013-09-21) rename `Retrieve` to `Get` + update IntelliSense documentation + add `GetTags` method - **1.3.0** (2013-09-19) get Item by ID + tag modification bugfixes - **1.2.1** (2013-09-18) correct parameter conversion for DateTime and Boolean