diff --git a/Build/azure-pipelines.yml b/Build/azure-pipelines.yml
index e1f407e..99c3f7e 100644
--- a/Build/azure-pipelines.yml
+++ b/Build/azure-pipelines.yml
@@ -1,10 +1,10 @@
variables:
solution: 'linq2db.LINQPad.sln'
build_configuration: 'Release'
- assemblyVersion: 3.2.0.0
- nugetVersion: 3.2.0
- nugetDevVersion: 3.2.0
- nugetPRVersion: 3.2.0
+ assemblyVersion: 3.3.0.0
+ nugetVersion: 3.3.0
+ nugetDevVersion: 3.3.0
+ nugetPRVersion: 3.3.0
artifact_lpx: 'lpx'
artifact_lpx6: 'lpx6'
artifact_nuget: 'nuget'
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 39ee90b..658725e 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -1,6 +1,6 @@
-
+
@@ -14,12 +14,12 @@
-
+
-
+
@@ -37,6 +37,6 @@
-
+
diff --git a/Source/linq2db.LINQPad.csproj b/Source/linq2db.LINQPad.csproj
index 58a0cc6..b11b1ca 100644
--- a/Source/linq2db.LINQPad.csproj
+++ b/Source/linq2db.LINQPad.csproj
@@ -6,7 +6,7 @@
linq2db
linq2db.LINQPad
$(Product)
- 3.2.0.0
+ 3.3.0.0
$(Version)
$(Version)
Copyright © 2016-2021 Igor Tkachev, Ilya Chudin, Svyatoslav Danyliv, Dmitry Lukashenko
diff --git a/release-notes.md b/release-notes.md
index 40a3774..26d85ee 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -1,3 +1,9 @@
+# Release 3.3.0
+- [ALL] dependency update: linq2db 3.2.3 -> 3.3.0
+- [ALL] dependency update: MySqlConnector 1.3.1 -> 1.3.2
+- [LINQPAD5] dependency update: Oracle.ManagedDataAccess 19.10.1 -> 19.11.0
+- [LINQPAD6] dependency update: Npgsql 5.0.3 -> 5.0.4
+
# Release 3.2.0
- codebase switched to C# 9
- [ALL] "Allow multiple queries" option removed from connection configuration screen (has no effect with recent linq2db versions)
@@ -23,7 +29,6 @@
- [LINQPAD6] dependency update: dotMorten.Microsoft.SqlServer.Types 1.2.0 -> 1.3.0
- [LINQPAD6] dependency update: Npgsql 4.1.5 -> 5.0.3
-
# Release 3.1.0
- [ALL] dependency update: linq2db 3.0.1 -> 3.1.4
- [ALL] dependency update: CodeJam 3.1.0 -> 3.2.0