Skip to content

Releases: atifaziz/LinqPadless

1.2.1

01 Jan 22:01
e44ae30
Compare
Choose a tag to compare

NuGet Package

This release primarily addresses the deprecation of TLS 1.0 and 1.1 on nuget.org by enabling use of TLS 1.2. It is a follow-up to 1.2.0 that contains a partial fix.

See also:

1.2.0

31 Dec 14:58
Compare
Choose a tag to compare

NuGet Package

This release primarily addresses the deprecation of TLS 1.0 and 1.1 on nuget.org by enabling use of TLS 1.2.

See also:

2.0.0 beta (Jan 30, 2020)

30 Jan 18:13
Compare
Choose a tag to compare

NuGet Package

This is the first beta release of version 2.0 that is nearly feature complete.

Installation

LINQPadless is distributed as .NET Core Global tool and can be installed thus:

dotnet tool install -g LinqPadless --version 2.0.0-beta-20200130

It requires .NET Core 2.1 or 3.1 run-time to be installed.

Breaking Changes

This version drops support for .NET Core 2.2 that has reached end-of-life.

See Also

2.0.0 ɑlpha (Aug 30, 2019)

05 Sep 14:51
Compare
Choose a tag to compare

NuGet Package

This is the first preview release of version 2.0.

Installation

LINQPadless is distributed as .NET Core Global tool and can be installed thus:

dotnet tool install -g LinqPadless --version 2.0.0-alpha-20190830

It requires .NET Core 2.1 or 2.2 run-time to be installed.

Breaking Changes

Version 2.0 exclusively supports generating .NET Core applications from LINQPad query files. It drops support for Microsoft .NET Framework executables as well as C# scripts (csx).

See Also

1.1.0

07 Apr 17:53
Compare
Choose a tag to compare

NuGet Package

See also:

1.0.0

07 Apr 17:12
Compare
Choose a tag to compare