diff --git a/Pushbullet/Configuration/PluginConfiguration.cs b/Pushbullet/Configuration/PluginConfiguration.cs
index f5f1ab3..68cdbf2 100644
--- a/Pushbullet/Configuration/PluginConfiguration.cs
+++ b/Pushbullet/Configuration/PluginConfiguration.cs
@@ -15,9 +15,9 @@ public class PluginConfiguration : BasePluginConfiguration
public const string Url = "https://api.pushbullet.com/v2/pushes";
///
- /// Get configured options.
+ /// Gets or sets the configured options.
///
/// .
- public IReadOnlyList Options { get; set; } = Array.Empty();
+ public PushbulletOptions[] Options { get; set; } = Array.Empty();
}
}
\ No newline at end of file
diff --git a/Pushbullet/Pushbullet.csproj b/Pushbullet/Pushbullet.csproj
index ce5662a..8f7c140 100644
--- a/Pushbullet/Pushbullet.csproj
+++ b/Pushbullet/Pushbullet.csproj
@@ -2,8 +2,8 @@
net5.0
- 6.0.0.0
- 6.0.0.0
+ 7.0.0.0
+ 7.0.0.0
true
enable
true
@@ -16,7 +16,7 @@
-
+
diff --git a/build.yaml b/build.yaml
index 9c40b92..6d02349 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1,7 +1,7 @@
---
name: "Pushbullet"
guid: "de228f12-e43e-4bd9-9fc0-2830819c3b92"
-version: "6.0.0.0"
+version: "7.0.0.0"
targetAbi: "10.7.0.0"
framework: "net5.0"
overview: "Pushbullet notification plugin"