Skip to content

Commit

Permalink
Nuget Bugfix (#73)
Browse files Browse the repository at this point in the history
* Nuget bugfix

* Correct other dependencies
  • Loading branch information
viceroypenguin authored Jul 1, 2022
1 parent f7053eb commit e6bd05f
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: 4.1.0.0
nugetVersion: 4.1.0
nugetDevVersion: 4.0.1
nugetPRVersion: 4.0.1
assemblyVersion: 4.1.1.0
nugetVersion: 4.1.1
nugetDevVersion: 4.1.2
nugetPRVersion: 4.1.2
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 @@ -12,13 +12,13 @@
<dependencies>
<group targetFramework=".NETCoreApp3.1">
<dependency id="LINQPad.Reference" version="1.3.0" />
<dependency id="linq2db" version="4.0.1" />
<dependency id="linq2db" version="4.1.0" />

<dependency id="Humanizer.Core" version="2.14.1" />
<dependency id="CodeJam" version="4.1.0" />
<dependency id="System.Configuration.ConfigurationManager" version="6.0.0" />
<dependency id="Microsoft.CodeAnalysis.CSharp" version="4.2.0" />
<dependency id="System.Text.Json" version="6.0.4" />
<dependency id="System.Text.Json" version="6.0.5" />
<dependency id="dotMorten.Microsoft.SqlServer.Types" version="1.5.0" />

<dependency id="FirebirdSql.Data.FirebirdClient" version="9.0.1" />
Expand All @@ -28,7 +28,7 @@
<dependency id="System.Data.SqlClient" version="4.8.3" />
<dependency id="System.Data.Odbc" version="5.0.0" />
<dependency id="System.Data.OleDb" version="5.0.0" />
<dependency id="Npgsql" version="6.0.4" />
<dependency id="Npgsql" version="6.0.5" />
<dependency id="Oracle.ManagedDataAccess.Core" version="3.21.61" />
<dependency id="IBM.Data.DB2.Core" version="3.1.0.600" />
</group>
Expand Down
2 changes: 1 addition & 1 deletion Source/linq2db.LINQPad.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Company>linq2db</Company>
<Product>linq2db.LINQPad</Product>
<AssemblyTitle>$(Product)</AssemblyTitle>
<Version>4.1.0.0</Version>
<Version>4.1.1.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<Copyright>Copyright © 2016-2022 Linq To DB Team</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 4.1.1
- [LINQPAD7] nuget spec bugfix

# Release 4.1.0
- [ALL] dependency update: linq2db 4.0.1 -> 4.1.0
- [LINQPAD7] dependency update: Npgsql 6.0.4 -> 6.0.5
Expand Down

0 comments on commit e6bd05f

Please sign in to comment.