From 21149300707f9df5dd908a8058a29e8d4b6b6e7e Mon Sep 17 00:00:00 2001 From: Jon-Luke West Date: Fri, 20 Dec 2019 15:01:59 -0500 Subject: [PATCH] Update version number to v1.0.8.0 --- PluginSdk.nuspec | 4 ++-- Properties/AssemblyInfo.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PluginSdk.nuspec b/PluginSdk.nuspec index 1fd6289..79cec95 100644 --- a/PluginSdk.nuspec +++ b/PluginSdk.nuspec @@ -2,7 +2,7 @@ HomeSeer-PluginSDK - 1.0.7 + 1.0.8 $title$ HomeSeer HomeSeer @@ -12,7 +12,7 @@ AGPL-3.0-or-later false $description$ - https://docs.homeseer.com/display/HSPI/Plugin+SDK+v1.0.7.1 + https://docs.homeseer.com/display/HSPI/Plugin+SDK+v1.0.8.0 Copyright 2019 HomeSeer Home Seer Plugin pluginsdk hs4 sdk hs api pluginapi plugins diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 5672d86..9bfb436 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.7.1")] \ No newline at end of file +[assembly: AssemblyFileVersion("1.0.8.0")] \ No newline at end of file