Skip to content

Commit

Permalink
release 3.3.1 (fix invalid nuget dependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaceWindu committed Mar 25, 2021
1 parent 0f0e819 commit c3067af
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Build/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
variables:
solution: 'linq2db.LINQPad.sln'
build_configuration: 'Release'
assemblyVersion: 3.3.0.0
nugetVersion: 3.3.0
nugetDevVersion: 3.3.0
nugetPRVersion: 3.3.0
assemblyVersion: 3.3.1.0
nugetVersion: 3.3.1
nugetDevVersion: 3.3.1
nugetPRVersion: 3.3.1
artifact_lpx: 'lpx'
artifact_lpx6: 'lpx6'
artifact_nuget: 'nuget'
Expand Down
6 changes: 3 additions & 3 deletions Build/linq2db.LINQPad.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
<dependencies>
<group targetFramework=".NETCoreApp3.1">
<dependency id="LINQPad.Reference" version="1.1.0" />
<dependency id="linq2db" version="3.2.3" />
<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.1" />
<dependency id="MySqlConnector" version="1.3.2" />
<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" />
<dependency id="System.Configuration.ConfigurationManager" version="5.0.0" />
<dependency id="Microsoft.CodeAnalysis.CSharp" version="3.9.0" />
<dependency id="System.Data.Odbc" version="5.0.0" />
<dependency id="System.Data.OleDb" version="5.0.0" />
<dependency id="Npgsql" version="5.0.3" />
<dependency id="Npgsql" version="5.0.4" />
<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" />
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.0.0</Version>
<Version>3.3.1.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<Copyright>Copyright © 2016-2021 Igor Tkachev, Ilya Chudin, Svyatoslav Danyliv, Dmitry Lukashenko</Copyright>
Expand Down
3 changes: 3 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Release 3.3.1
- [LINQPAD6] fix incorrect versions for dependencies in nuget version of driver

# Release 3.3.0
- [ALL] dependency update: linq2db 3.2.3 -> 3.3.0
- [ALL] dependency update: MySqlConnector 1.3.1 -> 1.3.2
Expand Down

0 comments on commit c3067af

Please sign in to comment.