Skip to content

Commit

Permalink
Update nuspec and version to v1.0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jldubz committed Mar 4, 2020
1 parent d102922 commit 05d7143
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions PluginSdk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>HomeSeer-PluginSDK</id>
<version>1.0.8</version>
<version>1.0.8.1</version>
<title>$title$</title>
<authors>HomeSeer</authors>
<owners>HomeSeer</owners>
Expand All @@ -12,8 +12,8 @@
<license type="expression">AGPL-3.0-or-later</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>https://docs.homeseer.com/display/HSPI/Plugin+SDK+v1.0.8.0</releaseNotes>
<copyright>Copyright 2019</copyright>
<releaseNotes>https://homeseer.github.io/Plugin-SDK-Docs/release_notes/pluginsdk_releasenotes_1_0_8_1.html</releaseNotes>
<copyright>Copyright 2020</copyright>
<tags>HomeSeer Home Seer Plugin pluginsdk hs4 sdk hs api pluginapi plugins</tags>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.8.0")]
[assembly: AssemblyFileVersion("1.0.8.1")]

0 comments on commit 05d7143

Please sign in to comment.