Releases: atifaziz/LinqPadless
1.2.1
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.1 milestone for changes in this release
- Commit history since 1.1.0
1.2.0
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:
- 1.2.0 milestone for changes in this release
- Commit history since 1.1.0
2.0.0 beta (Jan 30, 2020)
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)
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).