ko.linq 1.0.0-beta3

This is a prerelease version of ko.linq.
dotnet add package ko.linq --version 1.0.0-beta3
NuGet\Install-Package ko.linq -Version 1.0.0-beta3
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="ko.linq" Version="1.0.0-beta3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ko.linq --version 1.0.0-beta3
#r "nuget: ko.linq, 1.0.0-beta3"
#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.
// Install ko.linq as a Cake Addin
#addin nuget:?package=ko.linq&version=1.0.0-beta3&prerelease

// Install ko.linq as a Cake Tool
#tool nuget:?package=ko.linq&version=1.0.0-beta3&prerelease

ko.linq adds convenience functions to ko.observableArray to easily access linq functions, along with a ToObservableArray() function to convert Enumerable back to a ko.observableArray.

There are no supported framework assets in this 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
1.0.0-beta3 1,044 8/1/2014
1.0.0-beta2 888 8/1/2014
1.0.0-beta1 883 8/1/2014

This is a pre-release due to linq.js being a pre-release.