diff --git a/Build/azure-pipelines.yml b/Build/azure-pipelines.yml index 9e6fe1f..2da1340 100644 --- a/Build/azure-pipelines.yml +++ b/Build/azure-pipelines.yml @@ -1,10 +1,10 @@ variables: solution: 'linq2db.LINQPad.sln' build_configuration: 'Release' - assemblyVersion: 5.2.1.0 - nugetVersion: 5.2.1 - nugetDevVersion: 5.2.2 - nugetPRVersion: 5.2.2 + assemblyVersion: 5.2.2.0 + nugetVersion: 5.2.2 + nugetDevVersion: 5.2.3 + nugetPRVersion: 5.2.3 artifact_lpx: 'lpx' artifact_lpx6: 'lpx6' artifact_nuget: 'nuget' diff --git a/Build/linq2db.LINQPad.nuspec b/Build/linq2db.LINQPad.nuspec index 534ccd4..c9485bb 100644 --- a/Build/linq2db.LINQPad.nuspec +++ b/Build/linq2db.LINQPad.nuspec @@ -11,27 +11,26 @@ README.md - - + + - - - + + - - + + - - + + - - - - - - + + + + + + diff --git a/Source/linq2db.LINQPad.csproj b/Source/linq2db.LINQPad.csproj index 3519bdb..4c1492a 100644 --- a/Source/linq2db.LINQPad.csproj +++ b/Source/linq2db.LINQPad.csproj @@ -6,7 +6,7 @@ linq2db linq2db.LINQPad $(Product) - 5.2.1.0 + 5.2.2.0 $(Version) $(Version) Copyright © 2016-2024 Linq To DB Team diff --git a/release-notes.md b/release-notes.md index 60b0675..90dd7ea 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,11 +1,19 @@ +# Release 5.2.2 + +Fix nuget dependencies + # Release 5.2.1 +*DELISTED* + Issues fixed: - [#109](https://github.com/linq2db/linq2db.LINQPad/pull/109): fix dependency issues in 5.2.0 release # Release 5.2.0 +*DELISTED* + Issues fixed: - [#88](https://github.com/linq2db/linq2db.LINQPad/issues/88): add support for LINQPad Password Manager in connection strings. To reference value from password manager use `{pm:password-name}` token syntax