Skip to content

Commit

Permalink
release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaceWindu committed Mar 25, 2021
1 parent 4c10ee3 commit 0f0e819
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 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.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'
Expand Down
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<ItemGroup>
<PackageVersion Include="linq2db" Version="3.2.3" />
<PackageVersion Include="linq2db" Version="3.3.0" />

<PackageVersion Include="LINQPad.Reference" Version="1.1.0" />

Expand All @@ -14,12 +14,12 @@
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="5.0.0" />

<PackageVersion Include="FirebirdSql.Data.FirebirdClient" Version="7.10.1" />
<PackageVersion Include="MySqlConnector" Version="1.3.1" />
<PackageVersion Include="MySqlConnector" Version="1.3.2" />
<PackageVersion Include="AdoNetCore.AseClient" Version="0.19.2" />
<PackageVersion Include="IBM.Data.DB.Provider" Version="11.5.4000.4861" GeneratePathProperty="true" />
<PackageVersion Include="System.Data.SQLite.Core" Version="1.0.113.7" />
<PackageVersion Include="System.Data.SqlClient" Version="4.8.2" />
<PackageVersion Include="Oracle.ManagedDataAccess" Version="19.10.1" />
<PackageVersion Include="Oracle.ManagedDataAccess" Version="19.11.0" />
<PackageVersion Include="Oracle.ManagedDataAccess.Core" Version="3.21.1" />
<PackageVersion Include="System.Data.Odbc" Version="5.0.0" />
<PackageVersion Include="System.Data.OleDb" Version="5.0.0" />
Expand All @@ -37,6 +37,6 @@

<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" />
<PackageVersion Include="Npgsql" Version="5.0.3" />
<PackageVersion Include="Npgsql" Version="5.0.4" />
</ItemGroup>
</Project>
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.2.0.0</Version>
<Version>3.3.0.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<Copyright>Copyright © 2016-2021 Igor Tkachev, Ilya Chudin, Svyatoslav Danyliv, Dmitry Lukashenko</Copyright>
Expand Down
7 changes: 6 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 0f0e819

Please sign in to comment.