Skip to content

Commit

Permalink
Pepare for 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
blehnen committed Oct 27, 2023
1 parent 89e6a9d commit 8fe40fd
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
###0.7.0 2023-10-26
* Fix retry logic for SQLite commands; Changes in System.Data.Sqlite required changes in transport
* Switch to DecorrelatedJitterBackoffV2 for SQLServer, PSQL and Sqlite retries

###0.6.9 2023-10-25
* Update various packages to latest versions
* Remove OpenTelemetry.Exporter.Jaeger and replace with OpenTelemetry.Exporter.OpenTelemetryProtocol
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
[assembly: AssemblyCompany("Brian Lehnen")]
[assembly: AssemblyCopyright("Copyright © Brian Lehnen 2023")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.6.9")]
[assembly: AssemblyFileVersion("0.6.9")]
[assembly: AssemblyInformationalVersion("0.6.9")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]
[assembly: AssemblyInformationalVersion("0.7.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
An implementation of AppMetrics (
https://github.com/AppMetrics/AppMetrics) for https://github.com/blehnen/DotNetWorkQueue
</Description>
<Version>0.6.9</Version>
<Version>0.7.0</Version>
<Authors>Brian Lehnen</Authors>
<Copyright>Copyright © Brian Lehnen 2015-2023</Copyright>
<PackageLicenseExpression>LGPL-2.1-or-later</PackageLicenseExpression>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;net48;netstandard2.0;net472;net461</TargetFrameworks>
<Description>LiteDB transport for https://github.com/blehnen/DotNetWorkQueue</Description>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>0.6.9</Version>
<Version>0.7.0</Version>
<Authors>Brian Lehnen</Authors>
<Copyright>Copyright © Brian Lehnen 2015-2023</Copyright>
<PackageLicenseExpression>LGPL-2.1-or-later</PackageLicenseExpression>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net6.0;net48;netstandard2.0;net472;net461</TargetFrameworks>
<Description>PostgreSQL transport for https://github.com/blehnen/DotNetWorkQueue</Description>
<Version>0.6.9</Version>
<Version>0.7.0</Version>
<Authors>Brian Lehnen</Authors>
<Copyright>Copyright © Brian Lehnen 2015-2023</Copyright>
<PackageLicenseExpression>LGPL-2.1-or-later</PackageLicenseExpression>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;net48;netstandard2.0;net472;net461</TargetFrameworks>
<Description>Redis transport for https://github.com/blehnen/DotNetWorkQueue</Description>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>0.6.9</Version>
<Version>0.7.0</Version>
<Authors>Brian Lehnen</Authors>
<Copyright>Copyright © Brian Lehnen 2015-2023</Copyright>
<PackageLicenseExpression>LGPL-2.1-or-later</PackageLicenseExpression>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net6.0;net48;netstandard2.0;net472;net461</TargetFrameworks>
<Version>0.6.9</Version>
<Version>0.7.0</Version>
<Authors>Brian Lehnen</Authors>
<Copyright>Copyright © Brian Lehnen 2015-2023</Copyright>
<Description>Shared libaries for relational transports</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net48;netstandard2.0;net472;net461</TargetFrameworks>
<Version>0.6.9</Version>
<Version>0.7.0</Version>
<Authors>Brian Lehnen</Authors>
<Copyright>Copyright © Brian Lehnen 2015-2023</Copyright>
<Description>SQLite transport for https://github.com/blehnen/DotNetWorkQueue</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net6.0;net48;netstandard2.0;net472;net461</TargetFrameworks>
<Version>0.6.9</Version>
<Version>0.7.0</Version>
<Authors>Brian Lehnen</Authors>
<Copyright>Copyright © Brian Lehnen 2015-2023</Copyright>
<Description>Shared libaries for transports</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net6.0;net48;netstandard2.0;net472;net461</TargetFrameworks>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>0.6.9</Version>
<Version>0.7.0</Version>
<Authors>Brian Lehnen</Authors>
<Copyright>Copyright © Brian Lehnen 2015-2023</Copyright>
<Description>SQL server transport for https://github.com/blehnen/DotNetWorkQueue </Description>
Expand Down
2 changes: 1 addition & 1 deletion Source/DotNetWorkQueue/DotNetWorkQueue.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;net48;netstandard2.0;net472;net461</TargetFrameworks>
<Authors>Brian Lehnen</Authors>
<Company />
<Version>0.6.9</Version>
<Version>0.7.0</Version>
<Description>Work queue for dot net 4.6.1, 4.7.2, 4.8, dot net standard 2.0, and dot net 6

SQL server, SQLite, Redis and PostgreSQL transports are available.</Description>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.6.9.{build}
version: 0.7.0.{build}
branches:
only:
- master
Expand Down

0 comments on commit 8fe40fd

Please sign in to comment.