Ecng.Nuget 1.0.282

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

Ecng.Nuget

Helpers for interacting with NuGet feeds.

Purpose

Helpers for interacting with NuGet feeds.

Key Features

  • Automates package publishing
  • Handles API keys
  • Query package info

Usage Example

var client = new NugetClient("https://api.nuget.org/v3/index.json");
await client.PushAsync(nupkg, apiKey);
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos 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 (3)

Showing the top 3 NuGet packages that depend on Ecng.Nuget:

Package Downloads
StockSharp.Installer

Core components for S#.Installer. More info on web site https://stocksharp.com/store/

StockSharp.Studio.Nuget

S#.Studio.Nuget More info on web site https://stocksharp.com/store/

StockSharp.Apps.Designer

Designer: A Free App for Creating Algorithmic Trading Strategies Without Coding

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.282 89 5/15/2026
1.0.281 87 5/14/2026
1.0.280 87 5/6/2026
1.0.279 101 5/3/2026
1.0.278 98 4/30/2026
1.0.277 103 4/29/2026
1.0.276 110 4/14/2026
1.0.275 108 4/13/2026
1.0.274 108 4/4/2026
1.0.273 151 3/28/2026
1.0.272 174 3/28/2026
1.0.271 116 3/27/2026
1.0.270 128 3/17/2026
1.0.269 121 3/17/2026
1.0.268 118 3/16/2026
1.0.267 110 3/15/2026
1.0.266 105 3/15/2026
1.0.265 111 3/10/2026
1.0.264 114 3/6/2026
1.0.263 113 3/3/2026
Loading failed