From ba91335e081c6ea4d70a62e67300698549b006cb Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Fri, 20 Jun 2025 08:13:44 +0200 Subject: [PATCH] Fixed typos (nothing that should affect the package install); added new dependency injection project to Visual Studio Codium workspace --- Nuclex.Foundation.DependencyInjection.nuspec | 8 ++++---- foundation-package.code-workspace | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Nuclex.Foundation.DependencyInjection.nuspec b/Nuclex.Foundation.DependencyInjection.nuspec index 7da305d..1395833 100644 --- a/Nuclex.Foundation.DependencyInjection.nuspec +++ b/Nuclex.Foundation.DependencyInjection.nuspec @@ -10,7 +10,7 @@ Apache-2.0 ReadMe.md https://github.com/orgs/nuclex-shared-dotnet/repositories - Bindings to use Microsoft's (and compatible) dependency injector in Microsoft.Extensions.DependencyInjection(.Asbtraction) for view models with Nuclex.Windows.Forms + Bindings to use Microsoft's (and compatible) dependency injector in Microsoft.Extensions.DependencyInjection(.Abstractions) for view models with Nuclex.Windows.Forms en-US mvvm,util,ninject,dependency-injection nuclex-logo.png @@ -18,11 +18,11 @@ - + - + @@ -47,4 +47,4 @@ - \ No newline at end of file + diff --git a/foundation-package.code-workspace b/foundation-package.code-workspace index 6ba4cc8..08b8ec9 100644 --- a/foundation-package.code-workspace +++ b/foundation-package.code-workspace @@ -8,6 +8,9 @@ }, { "path": "Nuclex.Windows.Forms.Ninject" + }, + { + "path": "Nuclex.Windows.Forms.DependencyInjection" } ] -} \ No newline at end of file +}