JBAV.ML 2026.1.20.723

dotnet add package JBAV.ML --version 2026.1.20.723
                    
NuGet\Install-Package JBAV.ML -Version 2026.1.20.723
                    
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="JBAV.ML" Version="2026.1.20.723" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JBAV.ML" Version="2026.1.20.723" />
                    
Directory.Packages.props
<PackageReference Include="JBAV.ML" />
                    
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 JBAV.ML --version 2026.1.20.723
                    
#r "nuget: JBAV.ML, 2026.1.20.723"
                    
#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 JBAV.ML@2026.1.20.723
                    
#: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=JBAV.ML&version=2026.1.20.723
                    
Install as a Cake Addin
#tool nuget:?package=JBAV.ML&version=2026.1.20.723
                    
Install as a Cake Tool

JB-AV

Follow step by step > this is working for JBAV.ML: https://learn.microsoft.com/en-us/nuget/create-packages/creating-a-package-msbuild

Most important:

Make sure below reference is in the package

Set api KEY through terminal:
    nuget setApiKey <Key>

ERROR

 "GetProjectReferencesFromAssetsFileTask" > Perform > CLI to project folder and hit: `msbuild -t:restore`
required property's:
    <PropertyGroup>
        
        <PackageId>JBAV</PackageId>
        <Version>$([System.DateTime]::Now.ToString(yyyy.M.d.Hm))</Version>
        <Authors>Jbonte</Authors>
        <Company>NA</Company>
        <PackageReadmeFile>readme.md</PackageReadmeFile>
        <PackageLicenseExpression>MIT</PackageLicenseExpression>
        <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
    </PropertyGroup>
    
	<ItemGroup>  
 	   <PackageReference Include="NuGet.Build.Tasks.Pack" Version="6.13.1" PrivateAssets="all" />
	</ItemGroup>
Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

    • No dependencies.

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
2026.1.20.723 92 1/20/2026
2026.1.20.710 91 1/20/2026
2025.12.4.845 217 12/4/2025
2025.7.2.731 209 7/2/2025
2025.7.2.718 198 7/2/2025
2025.7.1.650 195 7/1/2025
2025.7.1.636 200 7/1/2025
2025.6.13.824 326 6/13/2025
2025.5.27.549 204 5/27/2025
2025.5.25.753 158 5/25/2025
2025.5.25.721 155 5/25/2025
2025.5.23.1734 154 5/23/2025
2025.5.23.1714 155 5/23/2025
2025.4.17.754 253 4/17/2025
2025.4.16.1532 245 4/16/2025
2025.3.19.700 200 3/19/2025
2025.3.19.603 219 3/19/2025
2025.3.17.2014 210 3/17/2025
2025.3.17.1922 192 3/17/2025
2025.3.17.1857 208 3/17/2025
Loading failed