Ecng.Nuget 1.0.294

dotnet add package Ecng.Nuget --version 1.0.294
                    
NuGet\Install-Package Ecng.Nuget -Version 1.0.294
                    
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.294" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ecng.Nuget" Version="1.0.294" />
                    
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.294
                    
#r "nuget: Ecng.Nuget, 1.0.294"
                    
#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.294
                    
#: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.294
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Nuget&version=1.0.294
                    
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.294 43 6/20/2026
1.0.293 55 6/18/2026
1.0.292 59 6/17/2026
1.0.291 99 6/15/2026
1.0.290 96 6/14/2026
1.0.289 98 6/12/2026
1.0.288 100 6/9/2026
1.0.287 103 6/8/2026
1.0.286 101 6/3/2026
1.0.285 104 6/2/2026
1.0.284 107 6/1/2026
1.0.283 100 5/31/2026
1.0.282 110 5/15/2026
1.0.281 100 5/14/2026
1.0.280 96 5/6/2026
1.0.279 112 5/3/2026
1.0.278 106 4/30/2026
1.0.277 111 4/29/2026
1.0.276 124 4/14/2026
1.0.275 118 4/13/2026
Loading failed