JBAV.ML 2025.7.2.718

There is a newer version of this package available.
See the version list below for details.
dotnet add package JBAV.ML --version 2025.7.2.718
                    
NuGet\Install-Package JBAV.ML -Version 2025.7.2.718
                    
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="2025.7.2.718" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JBAV.ML" Version="2025.7.2.718" />
                    
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 2025.7.2.718
                    
#r "nuget: JBAV.ML, 2025.7.2.718"
                    
#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@2025.7.2.718
                    
#: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=2025.7.2.718
                    
Install as a Cake Addin
#tool nuget:?package=JBAV.ML&version=2025.7.2.718
                    
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.3.27.1503 99 3/27/2026
2026.3.27.1417 93 3/27/2026
2026.3.25.845 87 3/25/2026
2026.3.25.742 92 3/25/2026
2026.3.24.1958 87 3/24/2026
2026.3.24.1142 90 3/24/2026
2026.3.24.1134 91 3/24/2026
2026.3.24.1035 89 3/24/2026
2026.1.20.723 101 1/20/2026
2026.1.20.710 99 1/20/2026
2025.12.4.845 220 12/4/2025
2025.7.2.731 212 7/2/2025
2025.7.2.718 203 7/2/2025
2025.7.1.650 200 7/1/2025
2025.7.1.636 202 7/1/2025
2025.6.13.824 334 6/13/2025
2025.5.27.549 208 5/27/2025
2025.5.25.753 160 5/25/2025
2025.5.25.721 166 5/25/2025
2025.5.23.1734 159 5/23/2025
Loading failed