Skip to content

Commit

Permalink
Merge pull request #13 from LogoFX/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
godrose authored Apr 15, 2022
2 parents fed2f41 + adb7a97 commit b33da4c
Show file tree
Hide file tree
Showing 84 changed files with 216 additions and 305 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.2.5.{build}
version: 2.2.6.{build}
init:
- dotnet tool install --global SpecFlow.Plus.LivingDoc.CLI
configuration: Release
Expand Down
2 changes: 1 addition & 1 deletion devops/deploy/deploy-all.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rem TODO: Use common source for all version instances
SET version=2.2.5
SET version=2.2.6
rem TODO: Refactor using loop and automatic discovery
call deploy-single.bat LogoFX.Client.Mvvm.Core %version%
call deploy-single.bat LogoFX.Client.Mvvm.Commanding.Core %version%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.Commanding.Core</id>
<version>2.2.5</version>
<version>2.2.6</version>
<title>LogoFX.Client.Mvvm.Commanding.Core</title>
<authors>Gennady Verdel, Vlad Spivak</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -14,7 +14,7 @@
<summary>LogoFX Client Mvvm Commanding containing implementation of ICommand with Fluent API.</summary>
<releaseNotes>Using System.Reactive.Linq 5</releaseNotes>
<dependencies>
<dependency id="LogoFX.Client.Core.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Core.Core" version="2.2.6" />
<dependency id="System.Reactive.Linq" version="5.0.0" />
</dependencies>
<tags>framework logofx dotnet</tags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.Commanding</id>
<version>2.2.5</version>
<version>2.2.6</version>
<title>LogoFX.Client.Mvvm.Commanding</title>
<authors>Gennady Verdel, Vlad Spivak</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -15,16 +15,13 @@
<releaseNotes>Added support for .NET Core</releaseNotes>
<dependencies>
<group>
<dependency id="Solid.Practices.Middleware" version="2.3.3" />
<dependency id="Solid.Bootstrapping" version="2.3.3" />
<dependency id="Solid.Extensibility" version="2.3.3" />
<dependency id="LogoFX.Client.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.Commanding.Core" version="2.2.5" />
</group>
<group targetFramework="UAP10.0">
<dependency id="Microsoft.Xaml.Behaviors.Uwp.Managed" version="2.0.1" />
</group>
<dependency id="Solid.Practices.Middleware" version="2.3.5" />
<dependency id="Solid.Bootstrapping" version="2.3.5" />
<dependency id="Solid.Extensibility" version="2.3.5" />
<dependency id="LogoFX.Client.Core" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.Core" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.Commanding.Core" version="2.2.6" />
</group>
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/mvvm" />
Expand Down
2 changes: 0 additions & 2 deletions devops/pack/LogoFX.Client.Mvvm.Commanding/pack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ rmdir /Q /S ref
cd ..
mkdir netcoreapp3.1
robocopy ../../../../../src/Bin/netcore/Release netcoreapp3.1 LogoFX.Client.Mvvm.Commanding.Platform.* /E
mkdir uap10.0
robocopy ../../../../../src/Bin/uwp/Release uap10.0 LogoFX.Client.Mvvm.Commanding.Platform.* /E
cd ../../
nuget pack contents/LogoFX.Client.Mvvm.Commanding.nuspec -OutputDirectory ../../../output
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.Core</id>
<version>2.2.5</version>
<version>2.2.6</version>
<title>LogoFX.Client.Mvvm.Core</title>
<authors>Gennady Verdel, Vlad Spivak</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -16,7 +16,7 @@ common MVVM-related operations and utilities</description>
common MVVM-related operations and utilities</summary>
<releaseNotes>Added support for .NET Core.</releaseNotes>
<dependencies>
<dependency id="LogoFX.Core" version="2.2.5" />
<dependency id="LogoFX.Core" version="2.2.6" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/mvvm" />
Expand Down
2 changes: 0 additions & 2 deletions devops/pack/LogoFX.Client.Mvvm.Core/pack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ rmdir /Q /S ref
cd ..
mkdir netcoreapp3.1
robocopy ../../../../../src/Bin/netcore/Release netcoreapp3.1 LogoFX.Client.Mvvm.Core.Platform.* /E
mkdir uap10.0
robocopy ../../../../../src/Bin/uwp/Release uap10.0 LogoFX.Client.Mvvm.Core.Platform.* /E
cd ../../
nuget pack contents/LogoFX.Client.Mvvm.Core.nuspec -OutputDirectory ../../../output
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.Model</id>
<version>2.2.5</version>
<version>2.2.6</version>
<title>LogoFX.Client.Mvvm.Model</title>
<authors>Gennady Verdel, Vlad Spivak, Dmitry Bublik, David Kossoglyad</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -16,10 +16,10 @@ model layer objects facilitating development by MVVM pattern</description>
model layer objects facilitating development by MVVM pattern</summary>
<releaseNotes>Added SetProperty with options parameter</releaseNotes>
<dependencies>
<dependency id="Solid.Patterns.Memento" version="2.3.3" />
<dependency id="Solid.Patterns.ChainOfResponsibility" version="2.3.3" />
<dependency id="LogoFX.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Core.Core" version="2.2.5" />
<dependency id="Solid.Patterns.Memento" version="2.3.5" />
<dependency id="Solid.Patterns.ChainOfResponsibility" version="2.3.5" />
<dependency id="LogoFX.Core" version="2.2.6" />
<dependency id="LogoFX.Client.Core.Core" version="2.2.6" />
<dependency id="System.ComponentModel.Annotations" version="5.0.0" />
</dependencies>
<tags>framework logofx dotnet</tags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.View.Core</id>
<version>2.2.5</version>
<version>2.2.6</version>
<title>LogoFX.Client.Mvvm.View.Core</title>
<authors>David Kossoglyad, Dmitry Bublik, Vlad Spivak</authors>
<owners>Gennady Verdel</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.View.Extensions</id>
<version>2.2.5</version>
<version>2.2.6</version>
<title>LogoFX.Client.Mvvm.View.Extensions</title>
<authors>Dmitry Bublik, Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -15,8 +15,8 @@
<releaseNotes>
</releaseNotes>
<dependencies>
<dependency id="LogoFX.Client.Mvvm.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Extensions" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.Core" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Extensions" version="2.2.6" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/mvvm" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.View</id>
<version>2.2.5</version>
<version>2.2.6</version>
<title>LogoFX.Client.Mvvm.View</title>
<authors>David Kossoglyad, Dmitry Bublik, Vlad Spivak, Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -16,8 +16,8 @@ view layer objects facilitating development by MVVM pattern</description>
view layer objects facilitating development by MVVM pattern</summary>
<releaseNotes>Added support for .NET Core</releaseNotes>
<dependencies>
<dependency id="LogoFX.Client.Core.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.View.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Core.Core" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.View.Core" version="2.2.6" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/mvvm" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.ViewModel.Contracts</id>
<version>2.2.5</version>
<version>2.2.6</version>
<title>LogoFX.Client.Mvvm.ViewModel.Contracts</title>
<authors>Gennady Verdel, David Kossoglyad, Vlad Spivak</authors>
<owners>Gennady Verdel</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.ViewModel.Core</id>
<version>2.2.5</version>
<version>2.2.6</version>
<title>LogoFX.Client.Mvvm.ViewModel.Core</title>
<authors>Gennady Verdel, David Kossoglyad, Vlad Spivak, Dmitry Bublik</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -14,9 +14,9 @@
<summary>LogoFX Client Mvvm ViewModel Core containing core view model layer objects facilitating development by MVVM pattern</summary>
<releaseNotes>Updated dependent packages</releaseNotes>
<dependencies>
<dependency id="LogoFX.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Core.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Contracts" version="2.2.5" />
<dependency id="LogoFX.Core" version="2.2.6" />
<dependency id="LogoFX.Client.Core.Core" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Contracts" version="2.2.6" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/mvvm" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.ViewModel.Extensions.Core</id>
<version>2.2.5</version>
<version>2.2.6</version>
<title>LogoFX.Client.Mvvm.ViewModel.Extensions.Core</title>
<authors>Dmitry Bublik, Gennady Verdel, David Kossoglyad</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -16,13 +16,13 @@ for the most common view models (including editing, paging and virtualization)</
for the most common view models (including editing, paging and virtualization)</summary>
<releaseNotes>Updated dependent packages</releaseNotes>
<dependencies>
<dependency id="LogoFX.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Core.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.Commanding.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.Model" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Shared" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Contracts" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Core" version="2.2.5" />
<dependency id="LogoFX.Core" version="2.2.6" />
<dependency id="LogoFX.Client.Core.Core" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.Commanding.Core" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.Model" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Shared" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Contracts" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Core" version="2.2.6" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/mvvm" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.ViewModel.Extensions</id>
<version>2.2.5</version>
<version>2.2.6</version>
<title>LogoFX.Client.Mvvm.ViewModel.Extensions</title>
<authors>Dmitry Bublik, Gennady Verdel, David Kossoglyad</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -17,15 +17,15 @@ for the most common view models (including editing, paging and virtualization)</
<releaseNotes>
</releaseNotes>
<dependencies>
<dependency id="LogoFX.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.Commanding.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.Model" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.ViewModel" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Contracts" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Shared" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Extensions.Core" version="2.2.5" />
<dependency id="LogoFX.Core" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.Core" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.Commanding.Core" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.Model" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.ViewModel" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Contracts" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Core" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Shared" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Extensions.Core" version="2.2.6" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/mvvm" />
Expand Down
3 changes: 0 additions & 3 deletions devops/pack/LogoFX.Client.Mvvm.ViewModel.Extensions/pack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@ mkdir netcoreapp3.1
robocopy ../../../../../src/Bin/netcore/Release netcoreapp3.1 LogoFX.Client.Mvvm.ViewModel.Extensions.Platform.* /E
robocopy ../../../../../src/lib/Caliburn.Micro/net45 netcoreapp3.1 Caliburn.Micro.Platform.* /E
robocopy ../../../../../src/lib/Caliburn.Micro/net45 netcoreapp3.1 System.Windows.Interactivity.* /E
mkdir uap10.0
robocopy ../../../../../src/Bin/uwp/Release uap10.0 LogoFX.Client.Mvvm.ViewModel.Extensions.Platform.* /E
robocopy ../../../../../src/lib/Caliburn.Micro/uap10.0 uap10.0 Caliburn.Micro.Platform.* /E
cd ../../
nuget pack contents/LogoFX.Client.Mvvm.ViewModel.Extensions.nuspec -OutputDirectory ../../../output
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.ViewModel.Services.Core</id>
<version>2.2.5</version>
<version>2.2.6</version>
<title>LogoFX.Client.Mvvm.ViewModel.Services.Core</title>
<authors>Gennady Verdel,Dmitry Bublik</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -15,13 +15,13 @@
<releaseNotes>
</releaseNotes>
<dependencies>
<dependency id="Solid.Practices.IoC" version="2.3.3" />
<dependency id="Solid.Practices.Middleware" version="2.3.3" />
<dependency id="Solid.Bootstrapping" version="2.3.3" />
<dependency id="Solid.Extensibility" version="2.3.3" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Contracts" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.ViewModelFactory" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Shared" version="2.2.5" />
<dependency id="Solid.Practices.IoC" version="2.3.5" />
<dependency id="Solid.Practices.Middleware" version="2.3.5" />
<dependency id="Solid.Bootstrapping" version="2.3.5" />
<dependency id="Solid.Extensibility" version="2.3.5" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Contracts" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.ViewModelFactory" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Shared" version="2.2.6" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/mvvm" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.ViewModel.Services</id>
<version>2.2.5</version>
<version>2.2.6</version>
<title>LogoFX.Client.Mvvm.ViewModel.Services</title>
<authors>Gennady Verdel, Dmitry Bublik</authors>
<owners>Gennady Verdel</owners>
Expand Down
2 changes: 0 additions & 2 deletions devops/pack/LogoFX.Client.Mvvm.ViewModel.Services/pack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ rmdir /Q /S ref
cd ..
mkdir netcoreapp3.1
robocopy ../../../../../src/Bin/netcore/Release netcoreapp3.1 LogoFX.Client.Mvvm.ViewModel.Services.Platform.* /E
mkdir uap10.0
robocopy ../../../../../src/Bin/uwp/Release uap10.0 LogoFX.Client.Mvvm.ViewModel.Services.Platform.* /E
cd ../../
nuget pack contents/LogoFX.Client.Mvvm.ViewModel.Services.nuspec -OutputDirectory ../../../output
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.ViewModel.Shared</id>
<version>2.2.5</version>
<version>2.2.6</version>
<title>LogoFX.Client.Mvvm.ViewModel.Shared</title>
<authors>Dmitry Bublik,Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.ViewModel</id>
<version>2.2.5</version>
<version>2.2.6</version>
<title>LogoFX.Client.Mvvm.ViewModel</title>
<authors>Gennady Verdel, David Kossoglyad, Vlad Spivak</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -15,9 +15,9 @@
<releaseNotes>
</releaseNotes>
<dependencies>
<dependency id="LogoFX.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Core" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.Core" version="2.2.5" />
<dependency id="LogoFX.Core" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.ViewModel.Core" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.Core" version="2.2.6" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/main" />
Expand Down
2 changes: 0 additions & 2 deletions devops/pack/LogoFX.Client.Mvvm.ViewModel/pack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ rmdir /Q /S ref
cd ..
mkdir netcoreapp3.1
robocopy ../../../../../src/Bin/netcore/Release netcoreapp3.1 LogoFX.Client.Mvvm.ViewModel.Platform.* /E
mkdir uap10.0
robocopy ../../../../../src/Bin/uwp/Release uap10.0 LogoFX.Client.Mvvm.ViewModel.Platform.* /E
cd ../../
nuget pack contents/LogoFX.Client.Mvvm.ViewModel.nuspec -OutputDirectory ../../../output
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>LogoFX.Client.Mvvm.ViewModelFactory.SimpleContainer</id>
<version>2.2.5</version>
<version>2.2.6</version>
<title>LogoFX.Client.Mvvm.ViewModelFactory.SimpleContainer</title>
<authors>Gennady Verdel</authors>
<owners>Gennady Verdel</owners>
Expand All @@ -15,10 +15,10 @@
<releaseNotes>
</releaseNotes>
<dependencies>
<dependency id="Solid.Bootstrapping" version="2.3.3" />
<dependency id="Solid.Extensibility" version="2.3.3" />
<dependency id="LogoFX.Practices.IoC" version="2.2.5" />
<dependency id="LogoFX.Client.Mvvm.ViewModelFactory" version="2.2.5" />
<dependency id="Solid.Bootstrapping" version="2.3.5" />
<dependency id="Solid.Extensibility" version="2.3.5" />
<dependency id="LogoFX.Practices.IoC" version="2.2.6" />
<dependency id="LogoFX.Client.Mvvm.ViewModelFactory" version="2.2.6" />
</dependencies>
<tags>framework logofx dotnet</tags>
<repository type="Open Source" url="https://github.com/LogoFX/mvvm" />
Expand Down
Loading

0 comments on commit b33da4c

Please sign in to comment.