mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Update package version
This commit is contained in:
Binary file not shown.
@@ -14,12 +14,8 @@ namespace ModernKeePass.Pages
|
|||||||
public sealed partial class GroupDetailPage : Page
|
public sealed partial class GroupDetailPage : Page
|
||||||
{
|
{
|
||||||
private NavigationHelper navigationHelper;
|
private NavigationHelper navigationHelper;
|
||||||
private GroupVm viewModel;
|
|
||||||
|
|
||||||
public GroupVm ViewModel
|
public GroupVm ViewModel { get; set; }
|
||||||
{
|
|
||||||
get { return viewModel; }
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// NavigationHelper is used on each page to aid in navigation and
|
/// NavigationHelper is used on each page to aid in navigation and
|
||||||
@@ -72,7 +68,7 @@ namespace ModernKeePass.Pages
|
|||||||
|
|
||||||
if (e.Parameter is GroupVm)
|
if (e.Parameter is GroupVm)
|
||||||
{
|
{
|
||||||
viewModel = e.Parameter as GroupVm;
|
ViewModel = e.Parameter as GroupVm;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>ModernKeePassLib</id>
|
<id>ModernKeePassLib</id>
|
||||||
<version>2.19.2900</version>
|
<version>2.19.2910</version>
|
||||||
<title>ModernKeePassLib</title>
|
<title>ModernKeePassLib</title>
|
||||||
<authors>Geoffroy Bonneville</authors>
|
<authors>Geoffroy Bonneville</authors>
|
||||||
<owners>Geoffroy Bonneville</owners>
|
<owners>Geoffroy Bonneville</owners>
|
||||||
|
Reference in New Issue
Block a user