Skip to content

Commit

Permalink
Release 1.0.10 and Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackAndDie committed Aug 6, 2023
1 parent 0c8ad50 commit f30804d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Abdrakov.CommonWPF/Abdrakov.CommonWPF.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Abdrakov.Solutions</id>
<version>1.0.9</version>
<version>1.0.10</version>
<title>Abdrakov.Solutions</title>
<authors>crackanddie</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -11,7 +11,7 @@
<iconUrl>https://raw.githubusercontent.com/CADindustries/container/main/logos/AbdrakovSolutions.png</iconUrl>
<projectUrl>https://github.com/CrackAndDie/Abdrakov.Solutions</projectUrl>
<description>A powerful base for MVVM apps with Prism</description>
<releaseNotes>Test build 3</releaseNotes>
<releaseNotes>Some clean ups and bug fixes</releaseNotes>
<copyright>Copyright © 2023</copyright>
<tags>Prism MVVM</tags>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions Abdrakov.Demo/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ protected override void RegisterTypes(IContainerRegistry containerRegistry)

containerRegistry.RegisterInstance(new BaseWindowSettings()
{
ProductName = "Tests",
LogoImage = "pack:https://application:,,,/Abdrakov.Tests;component/Resources/AbdrakovSolutions.png",
ProductName = "Abdrakov.Demo",
LogoImage = "pack:https://application:,,,/Abdrakov.Demo;component/Resources/AbdrakovSolutions.png",
SmoothAppear = true,
});
containerRegistry.RegisterSingleton<IBaseWindow, MainWindowView>();
Expand Down

0 comments on commit f30804d

Please sign in to comment.