diff --git a/src/LacmusApp.csproj b/src/LacmusApp.csproj
index 0cb7ffb..feed444 100755
--- a/src/LacmusApp.csproj
+++ b/src/LacmusApp.csproj
@@ -3,8 +3,8 @@
Exe
net5.0
Lacmus Foundation
- 0.5.0.1
- 0.5.0.1
+ 0.5.0
+ 0.5.0
@@ -27,7 +27,7 @@
-
+
diff --git a/src/Services/Plugin/PluginInfo.cs b/src/Services/Plugin/PluginInfo.cs
index aeb1754..137ad7e 100644
--- a/src/Services/Plugin/PluginInfo.cs
+++ b/src/Services/Plugin/PluginInfo.cs
@@ -31,6 +31,10 @@ public PluginInfo(IObjectDetectionPlugin plugin)
public string Author { get; set; }
[JsonProperty("company")]
public string Company { get; set; }
+
+ [JsonProperty("dependences")]
+ public IEnumerable Dependences { get; set; }
+
[JsonProperty("url")]
public string Url { get; set; }
[JsonProperty("version")]
diff --git a/src/Views/MetadataWindow.xaml b/src/Views/MetadataWindow.xaml
index 45bdcef..84a88f8 100755
--- a/src/Views/MetadataWindow.xaml
+++ b/src/Views/MetadataWindow.xaml
@@ -26,7 +26,7 @@
+ Text="{Binding LocalizationContext.MetadataHeader}" />