Smitso.Naf.Maui 9.17.0

dotnet add package Smitso.Naf.Maui --version 9.17.0
                    
NuGet\Install-Package Smitso.Naf.Maui -Version 9.17.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Smitso.Naf.Maui" Version="9.17.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Smitso.Naf.Maui" Version="9.17.0" />
                    
Directory.Packages.props
<PackageReference Include="Smitso.Naf.Maui" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Smitso.Naf.Maui --version 9.17.0
                    
#r "nuget: Smitso.Naf.Maui, 9.17.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Smitso.Naf.Maui@9.17.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Smitso.Naf.Maui&version=9.17.0
                    
Install as a Cake Addin
#tool nuget:?package=Smitso.Naf.Maui&version=9.17.0
                    
Install as a Cake Tool

NET - .NET Application Framework

NAF Versioning

  • Version number: Major.Minor.Patch.Build
  • Assembly version: Major.Minor.0.0 to avoid breaking strong references to assemblies on patches or builds
  • Assembly file version: Major.Minor.Patch.Build
  • Package version: Major.Minor.Patch

For Framework projects (no longer used from .NET 5 support NAF V 5.X)

  • Applies to Framework libraries, Test projects, WPF projects
  • Solution wide assembly info in Solution Items / AssemblyInfo.Shared.cs
  • Project specific assembly info in Project / Properties / AssemblyInfo.cs

For .NET standard libraries and .NET 5 (used from NAF V 5.X)

  • Project / Properties / Package

Changing version number

  • Change in Solution Items / Naf.appinfo
  • Execute Smitso.Naf.Tools.AppInfo.exe in SolutionsItems folder
  • Rebuild solution
  • Deploy NuGet packages

Library version dependencies

  • Libraries builds based on .NET 6
  • UI Tools use .NET 6 WPF
  • 23.11.2020 WPF using ReactiveUI requires <TargetFramework>net6.0-windows</TargetFramework> (see https://github.com/dotnet/reactive) otherwise exception that scheduler is not found is thrown
Product Compatible and additional computed target framework versions.
.NET net9.0-android35.0 is compatible.  net9.0-ios18.0 is compatible.  net9.0-windows10.0.17763 is compatible.  net10.0-android was computed.  net10.0-ios was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.17.0 255 9/15/2025
9.16.0 157 6/14/2025
9.15.0 95 1/13/2025
9.14.0 129 1/4/2025
9.13.0 145 1/3/2025
9.12.0 126 1/1/2025
9.11.0 111 12/30/2024
9.10.0 105 12/28/2024
9.9.0 102 12/28/2024
9.8.0 105 12/28/2024
9.7.0 112 12/28/2024
9.6.1 111 12/27/2024
9.6.0 107 12/27/2024
9.5.0 115 12/21/2024
9.3.0 125 12/15/2024
7.7.0 225 11/5/2023