aQuery.js 1.0.10

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

aQuery.js is a JavaScript Array Library that is designed to work with modern browsers, not so modern browsers, and node.js. It's fast, easy to use, free, and already familiar to folks that know jQuery and Microsoft.NET LINQ.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.10 449 8/8/2014
1.0.9 82 8/8/2014
1.0.8 204 7/23/2014
1.0.7 92 7/20/2014
1.0.6 134 7/10/2014

aQuery.js 1.0.10 is a fix release.

* Fixed a defect in which the concat method sometimes returned an array instead of an aQuery object.
* Fixed a defect in the Intellisense documentation for the array member property.
* Removed some unnecessary code.