From 38b534feb09cc6eb4687810bf7e9b8692cf5c007 Mon Sep 17 00:00:00 2001 From: jmbeach Date: Thu, 30 Nov 2017 09:13:27 -0600 Subject: [PATCH 1/2] change back the debug config to localhost --- tests/App.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/App.config b/tests/App.config index f21aa98..706e77f 100644 --- a/tests/App.config +++ b/tests/App.config @@ -1,6 +1,6 @@  - + - \ No newline at end of file + From eb703d5c5d0454a8f7045e98a1789a8a01f55bc5 Mon Sep 17 00:00:00 2001 From: jmbeach Date: Thu, 30 Nov 2017 09:18:34 -0600 Subject: [PATCH 2/2] release v0.9.3 --- h-opc-cli/Properties/AssemblyInfo.cs | 6 +++--- h-opc/Properties/AssemblyInfo.cs | 6 +++--- package.json | 2 +- tests/Properties/AssemblyInfo.cs | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/h-opc-cli/Properties/AssemblyInfo.cs b/h-opc-cli/Properties/AssemblyInfo.cs index eff6fc7..180b8d2 100644 --- a/h-opc-cli/Properties/AssemblyInfo.cs +++ b/h-opc-cli/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.9.1")] -[assembly: AssemblyVersion("0.9.1")] -[assembly: AssemblyFileVersion("0.9.1")] +// [assembly: AssemblyVersion("0.9.3")] +[assembly: AssemblyVersion("0.9.3")] +[assembly: AssemblyFileVersion("0.9.3")] diff --git a/h-opc/Properties/AssemblyInfo.cs b/h-opc/Properties/AssemblyInfo.cs index 6eba983..3d0afa0 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.9.1")] -[assembly: AssemblyVersion("0.9.1")] -[assembly: AssemblyFileVersion("0.9.1")] +// [assembly: AssemblyVersion("0.9.3")] +[assembly: AssemblyVersion("0.9.3")] +[assembly: AssemblyFileVersion("0.9.3")] diff --git a/package.json b/package.json index e8d8818..12228b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h-opc", - "version": "0.9.2", + "version": "0.9.3", "devDependencies": { "grunt": "^0.4.5", "grunt-concurrent": "^1.0.0", diff --git a/tests/Properties/AssemblyInfo.cs b/tests/Properties/AssemblyInfo.cs index d3a9795..19f5ca2 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.9.1")] -[assembly: AssemblyVersion("0.9.1")] -[assembly: AssemblyFileVersion("0.9.1")] +// [assembly: AssemblyVersion("0.9.3")] +[assembly: AssemblyVersion("0.9.3")] +[assembly: AssemblyFileVersion("0.9.3")]