From 45c40ff174bb86f88e79d44702c9106d6debf458 Mon Sep 17 00:00:00 2001 From: gosha20777 Date: Fri, 13 Aug 2021 19:49:53 +0300 Subject: [PATCH] prepere 0.5.0 release --- src/LacmusApp.csproj | 6 +++--- src/Services/Plugin/PluginInfo.cs | 4 ++++ src/Views/MetadataWindow.xaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) 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}" />