Skip to content

Commit

Permalink
again.. forget to update nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MaceWindu committed Apr 24, 2021
1 parent 2ef1dcb commit 37b73ca
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Build/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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'

# trigger for commits to master/release
trigger:
- master
- release
- releaseS
# trigger for PRs to master/release
pr:
- master
Expand Down
5 changes: 3 additions & 2 deletions Build/linq2db.LINQPad.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<dependency id="linq2db" version="3.3.0" />
<dependency id="Humanizer.Core" version="2.8.26" />
<dependency id="CodeJam" version="3.3.1" />
<dependency id="FirebirdSql.Data.FirebirdClient" version="7.10.1" />
<dependency id="MySqlConnector" version="1.3.2" />
<dependency id="FirebirdSql.Data.FirebirdClient" version="8.0.1" />
<dependency id="MySqlConnector" version="1.3.5" />
<dependency id="AdoNetCore.AseClient" version="0.19.2" />
<dependency id="System.Data.SQLite.Core" version="1.0.113.7" />
<dependency id="System.Data.SqlClient" version="4.8.2" />
Expand All @@ -27,6 +27,7 @@
<dependency id="Oracle.ManagedDataAccess.Core" version="3.21.1" />
<dependency id="IBM.Data.DB2.Core" version="3.1.0.400" />
<dependency id="dotMorten.Microsoft.SqlServer.Types" version="1.3.0" />
<dependency id="System.Text.Json" version="5.0.2" />
</group>
</dependencies>
<frameworkReferences>
Expand Down
2 changes: 1 addition & 1 deletion Source/linq2db.LINQPad.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Company>linq2db</Company>
<Product>linq2db.LINQPad</Product>
<AssemblyTitle>$(Product)</AssemblyTitle>
<Version>3.3.2.0</Version>
<Version>3.3.3.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<Copyright>Copyright © 2016-2021 Igor Tkachev, Ilya Chudin, Svyatoslav Danyliv, Dmitry Lukashenko</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 37b73ca

Please sign in to comment.