Updated packages, they now include separate Mvvm.WinForms and Mvvm.Avalonia branches and three levels of dependencies
This commit is contained in:
parent
39a5eefb97
commit
97dc305455
@ -11,7 +11,10 @@
|
||||
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
||||
<readme>ReadMe.md</readme>
|
||||
<projectUrl>https://github.com/orgs/nuclex-shared-dotnet/repositories</projectUrl>
|
||||
<description>Set of basic libraries offering tools for MVVM-based UIs, storage of settings, license keys, collections and observer/subscriber pattern helpers</description>
|
||||
<description>
|
||||
Set of basic libraries offering tools for MVVM-based UIs, storage of settings,
|
||||
license keys, collections and observer/subscriber pattern helpers
|
||||
</description>
|
||||
<language>en-US</language>
|
||||
<tags>mvvm,util</tags>
|
||||
<icon>nuclex-logo.png</icon>
|
||||
|
46
nuspecs/Nuclex.Mvvm.Avalonia.DependencyInjection.nuspec
Normal file
46
nuspecs/Nuclex.Mvvm.Avalonia.DependencyInjection.nuspec
Normal file
@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Nuclex.Mvvm.Avalonia.DependencyInjection</id>
|
||||
<version>1.3.0</version>
|
||||
<title>Dependency injection bindings for the Nuclex Foundation Libraries</title>
|
||||
<authors>Markus Ewald</authors>
|
||||
<owners></owners>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="expression">Apache-2.0</license>
|
||||
<readme>ReadMe.md</readme>
|
||||
<projectUrl>https://github.com/orgs/nuclex-shared-dotnet/repositories</projectUrl>
|
||||
<description>
|
||||
Bindings to use Microsoft's (and all compatible) dependency injectors from
|
||||
Microsoft.Extensions.DependencyInjection(.Abstractions) for view models
|
||||
with Nuclex.Windows.Forms (in the Nuclex.Mvvm.WinForms package)
|
||||
</description>
|
||||
<language>en-US</language>
|
||||
<tags>mvvm,util,ninject,dependency-injection</tags>
|
||||
<icon>nuclex-logo.png</icon>
|
||||
<repository
|
||||
type="git"
|
||||
url="https://github.com/nuclex-shared-dotnet/Nuclex.Windows.Forms.DependencyInjection.git"
|
||||
commit="573b7ab93d25034a649bdf401f5439ec15c165f5"
|
||||
/>
|
||||
<dependencies>
|
||||
<group targetFramework=".NETStandard2.0">
|
||||
<dependency id="Nuclex.Mvvm.Avalonia" version="[1.3.0, 2.0.0)" exclude="Build,Analyzers" />
|
||||
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="[8.0.0, 10.0.0)" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
<frameworkReferences>
|
||||
<group targetFramework=".NETStandard2.0" />
|
||||
</frameworkReferences>
|
||||
</metadata>
|
||||
<files>
|
||||
|
||||
<file src="ReadMe.md" target="ReadMe.md" />
|
||||
<file src="nuclex-logo.png" target="nuclex-logo.png" />
|
||||
|
||||
<!-- Feature set for .NET Standard 2.0 (available to ,NET versions from 4.6 onwards) -->
|
||||
<file src="Nuclex.Avalonia.DependencyInjection\bin\$Configuration$\netstandard2.0\Nuclex.Avalonia.DependencyInjection.dll" target="lib/netstandard2.0" />
|
||||
<file src="Nuclex.AvaloniaDependencyInjection\bin\$Configuration$\netstandard2.0\Nuclex.Avalonia.DependencyInjection.xml" target="lib/netstandard2.0" />
|
||||
|
||||
</files>
|
||||
</package>
|
47
nuspecs/Nuclex.Mvvm.Avalonia.nuspec
Normal file
47
nuspecs/Nuclex.Mvvm.Avalonia.nuspec
Normal file
@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Nuclex.Mvvm.Avalonia</id>
|
||||
<version>1.3.0</version>
|
||||
<title>Nuclex Avalonia MVVM Libraries</title>
|
||||
<authors>Markus Ewald</authors>
|
||||
<owners></owners>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="expression">Apache-2.0</license>
|
||||
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
||||
<readme>ReadMe.md</readme>
|
||||
<projectUrl>https://github.com/orgs/nuclex-shared-dotnet/repositories</projectUrl>
|
||||
<description>
|
||||
Set of basic libraries offering tools for MVVM-based UIs in Avalonia with
|
||||
automatic view locator and virtualized lazy-loading collections
|
||||
</description>
|
||||
<language>en-US</language>
|
||||
<tags>mvvm,util</tags>
|
||||
<icon>nuclex-logo.png</icon>
|
||||
<repository
|
||||
type="git"
|
||||
url="https://github.com/nuclex-shared-dotnet/Nuclex.Avalonia.git"
|
||||
commit="5fb433ad983e58725e0d25faa8968a75b3dfd178"
|
||||
/>
|
||||
<dependencies>
|
||||
<group targetFramework=".NETStandard2.0">
|
||||
<dependency id="Nuclex.Foundation" version="[1.3.0, 2.0.0)" exclude="Build,Analyzers" />
|
||||
<dependency id="Nullable" version="[1.3.0, 2.0.0)" />
|
||||
<dependency id="Avalonia" version="[11.3.0, 12.0.0)" />
|
||||
</group>
|
||||
</dependencies>
|
||||
<frameworkReferences>
|
||||
<group targetFramework=".NETStandard2.0" />
|
||||
</frameworkReferences>
|
||||
</metadata>
|
||||
<files>
|
||||
|
||||
<file src="ReadMe.md" target="ReadMe.md" />
|
||||
<file src="nuclex-logo.png" target="nuclex-logo.png" />
|
||||
|
||||
<!-- Feature set for .NET Standard 2.0 (available to ,NET versions from 4.6 onwards) -->
|
||||
<file src="Nuclex.Avalonia\bin\$Configuration$\netstandard2.0\Nuclex.Avalonia.dll" target="lib/netstandard2.0" />
|
||||
<file src="Nuclex.Avalonia\bin\$Configuration$\netstandard2.0\Nuclex.Avalonia.xml" target="lib/netstandard2.0" />
|
||||
|
||||
</files>
|
||||
</package>
|
@ -1,27 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Nuclex.Foundation.Ninject</id>
|
||||
<version>1.2.0</version>
|
||||
<title>Ninject bindings for the Nuclex Foundation Libraries</title>
|
||||
<id>Nuclex.Mvvm.WinForms.Ninject</id>
|
||||
<version>1.3.0</version>
|
||||
<title>Ninject bindings for the Nuclex WinForms MVVM Libraries</title>
|
||||
<authors>Markus Ewald</authors>
|
||||
<owners></owners>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="expression">Apache-2.0</license>
|
||||
<readme>ReadMe.md</readme>
|
||||
<projectUrl>https://github.com/orgs/nuclex-shared-dotnet/repositories</projectUrl>
|
||||
<description>Bindings to use Ninject for dependency injection in view model with Nuclex.Windows.Forms</description>
|
||||
<description>
|
||||
Bindings to use Ninject for dependency injection in view models with
|
||||
Nuclex.Windows.Forms (in the Nuclex.Mvvm.WinForms NuGet package)
|
||||
</description>
|
||||
<language>en-US</language>
|
||||
<tags>mvvm,util,ninject,dependency-injection</tags>
|
||||
<icon>nuclex-logo.png</icon>
|
||||
<repository type="git" url="https://github.com/nuclex-shared-dotnet/Nuclex.Windows.Forms.Ninject.git" commit="66a7848d1f149160726fda055051dd7ca7afa312" />
|
||||
<dependencies>
|
||||
<group targetFramework=".NETFramework4.6.2">
|
||||
<dependency id="Nuclex.Foundation" version="[1.2.0, 2.0.0)" exclude="Build,Analyzers" />
|
||||
<dependency id="Nuclex.Mvvm.WinForms" version="[1.3.0, 2.0.0)" exclude="Build,Analyzers" />
|
||||
<dependency id="Ninject" version="[3.3.6, 4.0.0)" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework="net8.0-windows7.0">
|
||||
<dependency id="Nuclex.Foundation" version="[1.2.0, 2.0.0)" exclude="Build,Analyzers" />
|
||||
<dependency id="Nuclex.Mvvm.WinForms" version="[1.3.0, 2.0.0)" exclude="Build,Analyzers" />
|
||||
<dependency id="Ninject" version="[3.3.6, 4.0.0)" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
56
nuspecs/Nuclex.Mvvm.WinForms.nuspec
Normal file
56
nuspecs/Nuclex.Mvvm.WinForms.nuspec
Normal file
@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Nuclex.Mvvm.WinForms</id>
|
||||
<version>1.3.0</version>
|
||||
<title>Nuclex WinForms MVVM Libraries</title>
|
||||
<authors>Markus Ewald</authors>
|
||||
<owners></owners>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="expression">Apache-2.0</license>
|
||||
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
||||
<readme>ReadMe.md</readme>
|
||||
<projectUrl>https://github.com/orgs/nuclex-shared-dotnet/repositories</projectUrl>
|
||||
<description>
|
||||
Set of basic libraries offering tools for MVVM-based UIs in Windows Forms with
|
||||
automatic view locator, page-switching main windows and various user controls
|
||||
</description>
|
||||
<language>en-US</language>
|
||||
<tags>mvvm,util</tags>
|
||||
<icon>nuclex-logo.png</icon>
|
||||
<repository
|
||||
type="git"
|
||||
url="https://github.com/nuclex-shared-dotnet/Nuclex.Windows.Forms.git"
|
||||
commit="5fb433ad983e58725e0d25faa8968a75b3dfd178"
|
||||
/>
|
||||
<dependencies>
|
||||
<group targetFramework=".NETFramework4.6.2">
|
||||
<dependency id="Nuclex.Foundation" version="[1.3.0, 2.0.0)" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework="net8.0-windows7.0">
|
||||
<dependency id="Nuclex.Foundation" version="[1.3.0, 2.0.0)" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
<frameworkReferences>
|
||||
<group targetFramework=".NETFramework4.6.2" />
|
||||
<group targetFramework="net8.0-windows7.0">
|
||||
<frameworkReference name="Microsoft.WindowsDesktop.App.WindowsForms" />
|
||||
</group>
|
||||
</frameworkReferences>
|
||||
</metadata>
|
||||
<files>
|
||||
|
||||
<file src="ReadMe.md" target="ReadMe.md" />
|
||||
<file src="nuclex-logo.png" target="nuclex-logo.png" />
|
||||
|
||||
<!-- Feature set for .NET Framework 4.6.2 (with Windows.Forms) -->
|
||||
<file src="Nuclex.Windows.Forms\bin\$Configuration$\net462\Nuclex.Windows.Forms.dll" target="lib/net462" />
|
||||
<file src="Nuclex.Windows.Forms\bin\$Configuration$\net462\Nuclex.Windows.Forms.xml" target="lib/net462" />
|
||||
|
||||
<!-- Feature set for .NET 8.0 on Windows (with Windows.Forms) -->
|
||||
<!-- Btw, '-windows7.0' means Windows Seven, the one between Vista and 8, not the internal Windows release number -->
|
||||
<file src="Nuclex.Windows.Forms\bin\$Configuration$\net8.0-windows\Nuclex.Windows.Forms.dll" target="lib/net8.0-windows7.0" />
|
||||
<file src="Nuclex.Windows.Forms\bin\$Configuration$\net8.0-windows\Nuclex.Windows.Forms.xml" target="lib/net8.0-windows7.0" />
|
||||
|
||||
</files>
|
||||
</package>
|
@ -1,27 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Nuclex.Foundation.DependencyInjection</id>
|
||||
<version>1.2.0</version>
|
||||
<title>Dependency injection bindings for the Nuclex Foundation Libraries</title>
|
||||
<id>Nuclex.Mvvm.WinForms.DependencyInjection</id>
|
||||
<version>1.3.0</version>
|
||||
<title>Dependency injection bindings for the Nuclex WinForms MVVM Libraries</title>
|
||||
<authors>Markus Ewald</authors>
|
||||
<owners></owners>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="expression">Apache-2.0</license>
|
||||
<readme>ReadMe.md</readme>
|
||||
<projectUrl>https://github.com/orgs/nuclex-shared-dotnet/repositories</projectUrl>
|
||||
<description>Bindings to use Microsoft's (and compatible) dependency injector in Microsoft.Extensions.DependencyInjection(.Abstractions) for view models with Nuclex.Windows.Forms</description>
|
||||
<description>
|
||||
Bindings to use Microsoft's (and all compatible) dependency injectors from
|
||||
Microsoft.Extensions.DependencyInjection(.Abstractions) for view models
|
||||
with Nuclex.Windows.Forms (in the Nuclex.Mvvm.WinForms package)
|
||||
</description>
|
||||
<language>en-US</language>
|
||||
<tags>mvvm,util,ninject,dependency-injection</tags>
|
||||
<icon>nuclex-logo.png</icon>
|
||||
<repository type="git" url="https://github.com/nuclex-shared-dotnet/Nuclex.Windows.Forms.DependencyInjection.git" commit="573b7ab93d25034a649bdf401f5439ec15c165f5" />
|
||||
<repository
|
||||
type="git"
|
||||
url="https://github.com/nuclex-shared-dotnet/Nuclex.Windows.Forms.DependencyInjection.git"
|
||||
commit="573b7ab93d25034a649bdf401f5439ec15c165f5"
|
||||
/>
|
||||
<dependencies>
|
||||
<group targetFramework=".NETFramework4.6.2">
|
||||
<dependency id="Nuclex.Foundation" version="[1.2.0, 2.0.0)" exclude="Build,Analyzers" />
|
||||
<dependency id="Nuclex.Mvvm.WinForms" version="[1.3.0, 2.0.0)" exclude="Build,Analyzers" />
|
||||
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="[8.0.0, 10.0.0)" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework="net8.0-windows7.0">
|
||||
<dependency id="Nuclex.Foundation" version="[1.2.0, 2.0.0)" exclude="Build,Analyzers" />
|
||||
<dependency id="Nuclex.Mvvm.WinForms" version="[1.3.0, 2.0.0)" exclude="Build,Analyzers" />
|
||||
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="[8.0.0, 10.0.0)" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
Loading…
Reference in New Issue
Block a user