JBAV.ML 2026.3.27.1503

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

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.3.27.1503 40 3/27/2026
2026.3.27.1417 38 3/27/2026
2026.3.25.845 52 3/25/2026
2026.3.25.742 58 3/25/2026
2026.3.24.1958 73 3/24/2026
2026.3.24.1142 75 3/24/2026
2026.3.24.1134 76 3/24/2026
2026.3.24.1035 75 3/24/2026
2026.1.20.723 95 1/20/2026
2026.1.20.710 95 1/20/2026
2025.12.4.845 218 12/4/2025
2025.7.2.731 210 7/2/2025
2025.7.2.718 201 7/2/2025
2025.7.1.650 196 7/1/2025
2025.7.1.636 200 7/1/2025
2025.6.13.824 330 6/13/2025
2025.5.27.549 205 5/27/2025
2025.5.25.753 158 5/25/2025
2025.5.25.721 160 5/25/2025
2025.5.23.1734 157 5/23/2025
Loading failed