diff --git a/Build/azure-pipelines.yml b/Build/azure-pipelines.yml
index 408a0da..13339eb 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.3.2.0
- nugetVersion: 3.3.2
- nugetDevVersion: 3.3.2
- nugetPRVersion: 3.3.2
+ assemblyVersion: 3.3.3.0
+ nugetVersion: 3.3.3
+ nugetDevVersion: 3.3.3
+ nugetPRVersion: 3.3.3
artifact_lpx: 'lpx'
artifact_lpx6: 'lpx6'
artifact_nuget: 'nuget'
@@ -12,7 +12,7 @@ variables:
# trigger for commits to master/release
trigger:
- master
- - release
+ - releaseS
# trigger for PRs to master/release
pr:
- master
diff --git a/Build/linq2db.LINQPad.nuspec b/Build/linq2db.LINQPad.nuspec
index c78204b..0d869fc 100644
--- a/Build/linq2db.LINQPad.nuspec
+++ b/Build/linq2db.LINQPad.nuspec
@@ -14,8 +14,8 @@
-
-
+
+
@@ -27,6 +27,7 @@
+
diff --git a/Source/linq2db.LINQPad.csproj b/Source/linq2db.LINQPad.csproj
index 00b45c5..fe8ded6 100644
--- a/Source/linq2db.LINQPad.csproj
+++ b/Source/linq2db.LINQPad.csproj
@@ -6,7 +6,7 @@
linq2db
linq2db.LINQPad
$(Product)
- 3.3.2.0
+ 3.3.3.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 1fe4472..03e8ee9 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -1,4 +1,4 @@
-# Release 3.3.2
+# Release 3.3.3
- [ALL] disable load of procedures and functions by default for new connections
- [ALL] dependency update: MySqlConnector 1.3.2 -> 1.3.5
- [ALL] initial support for Firebird 4 types