diff --git a/Build/azure-pipelines.yml b/Build/azure-pipelines.yml index 1bf7c94..c5c3f5f 100644 --- a/Build/azure-pipelines.yml +++ b/Build/azure-pipelines.yml @@ -1,8 +1,8 @@ variables: solution: 'linq2db.LINQPad.sln' build_configuration: 'Release' - assemblyVersion: 4.0.0.0 - nugetVersion: 4.0.0 + assemblyVersion: 4.1.0.0 + nugetVersion: 4.1.0 nugetDevVersion: 4.0.1 nugetPRVersion: 4.0.1 artifact_lpx: 'lpx' diff --git a/Directory.Packages.props b/Directory.Packages.props index 296a144..cfc4a9b 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,6 +1,6 @@  - + @@ -35,8 +35,8 @@ - + - + diff --git a/Source/linq2db.LINQPad.csproj b/Source/linq2db.LINQPad.csproj index c9d27b2..ea9d131 100644 --- a/Source/linq2db.LINQPad.csproj +++ b/Source/linq2db.LINQPad.csproj @@ -7,7 +7,7 @@ linq2db linq2db.LINQPad $(Product) - 4.0.0.0 + 4.1.0.0 $(Version) $(Version) Copyright © 2016-2022 Linq To DB Team diff --git a/release-notes.md b/release-notes.md index e27bdba..401f76e 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,8 @@ +# Release 4.1.0 +- [ALL] dependency update: linq2db 4.0.1 -> 4.1.0 +- [LINQPAD7] dependency update: Npgsql 6.0.4 -> 6.0.5 +- [LINQPAD7] dependency update: System.Text.Json 6.0.4 -> 6.0.5 + # Release 4.0.0 - [#63](https://github.com/linq2db/linq2db.LINQPad/pull/63) Update Oracle.ManagedDataAccess.Core dependency to fix warning (thanks @db2222) - [#65](https://github.com/linq2db/linq2db.LINQPad/pull/65) Fix bug in pluralization/singularization code @@ -18,7 +23,7 @@ - [LINQPAD5] dependency update: Oracle.ManagedDataAccess 19.13.0 -> 19.14.0 # Release 3.6.0 -- starting from this release we use LINQPad 7 instead of 6 for testing, so LINQPad 6 compatibility not guarantied +- starting from this release we use LINQPad 7 instead of 6 for testing, so LINQPad 6 compatibility not guaranteed - [#57](https://github.com/linq2db/linq2db.LINQPad/pull/57) use stable ordering of custom context properties. Thanks to [@RoyChase](https://github.com/RoyChase) for fix - [ALL] dependency update: linq2db 3.3.0 -> 3.6.0 - [ALL] dependency update: CodeJam 3.3.1 -> 4.0.1