From fb7d5db091e2775e35434f30775c11c7d8b028da Mon Sep 17 00:00:00 2001 From: Giacomo Tagliabue Date: Mon, 23 Mar 2015 01:51:50 -0500 Subject: [PATCH] release v0.2.1 --- README.md | 3 +-- h-opc-cli/Properties/AssemblyInfo.cs | 6 +++--- h-opc/Properties/AssemblyInfo.cs | 6 +++--- package.json | 2 +- tests/Properties/AssemblyInfo.cs | 6 +++--- 5 files changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ba6e536..5290aab 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ An Opc Library and a command line to perform OPC operations with ease. Currently A [nuget package](https://www.nuget.org/packages/Hylasoft.Opc/) is available for the library. To install `Hylasoft.Opc`, run the following command in the Package Manager Console: PM> Install-Package Hylasoft.Opc - + To install the command line interface, head to the [`release section`](https://github.com/hylasoft-usa/h-opc/releases). ## Usage @@ -108,5 +108,4 @@ You must agree to the terms and condition exposed on the OPC Foundation website. ## Roadmap -- [ ] Add DA integration - [ ] Add promise-based asynchronous calls diff --git a/h-opc-cli/Properties/AssemblyInfo.cs b/h-opc-cli/Properties/AssemblyInfo.cs index c61fee5..1bd09e3 100644 --- a/h-opc-cli/Properties/AssemblyInfo.cs +++ b/h-opc-cli/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.2.0")] -[assembly: AssemblyVersion("0.2.0")] -[assembly: AssemblyFileVersion("0.2.0")] +// [assembly: AssemblyVersion("0.2.1")] +[assembly: AssemblyVersion("0.2.1")] +[assembly: AssemblyFileVersion("0.2.1")] diff --git a/h-opc/Properties/AssemblyInfo.cs b/h-opc/Properties/AssemblyInfo.cs index 97fb38a..e7fa626 100644 --- a/h-opc/Properties/AssemblyInfo.cs +++ b/h-opc/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.2.0")] -[assembly: AssemblyVersion("0.2.0")] -[assembly: AssemblyFileVersion("0.2.0")] +// [assembly: AssemblyVersion("0.2.1")] +[assembly: AssemblyVersion("0.2.1")] +[assembly: AssemblyFileVersion("0.2.1")] diff --git a/package.json b/package.json index 3238db3..c186d4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h-opc", - "version": "0.2.0", + "version": "0.2.1", "devDependencies": { "grunt": "^0.4.5", "grunt-concurrent": "^1.0.0", diff --git a/tests/Properties/AssemblyInfo.cs b/tests/Properties/AssemblyInfo.cs index 5f7f975..6a4a057 100644 --- a/tests/Properties/AssemblyInfo.cs +++ b/tests/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.2.0")] -[assembly: AssemblyVersion("0.2.0")] -[assembly: AssemblyFileVersion("0.2.0")] +// [assembly: AssemblyVersion("0.2.1")] +[assembly: AssemblyVersion("0.2.1")] +[assembly: AssemblyFileVersion("0.2.1")]