Skip to content

Commit

Permalink
version 0.6.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
blehnen committed Jun 30, 2022
1 parent 1dcf1c9 commit 85c31a1
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
###0.6.7 2022-06-30
* Update various packages to latest versions

###0.6.6 2022-04-29
* Fix issue with custom default constraints in the SQL server transport

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 2022")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.6.6")]
[assembly: AssemblyFileVersion("0.6.6")]
[assembly: AssemblyInformationalVersion("0.6.6")]
[assembly: AssemblyVersion("0.6.7")]
[assembly: AssemblyFileVersion("0.6.7")]
[assembly: AssemblyInformationalVersion("0.6.7")]
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.6</Version>
<Version>0.6.7</Version>
<Authors>Brian Lehnen</Authors>
<Copyright>Copyright © Brian Lehnen 2015-2022</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;net5.0;netstandard2.0;net472;net461</TargetFrameworks>
<Description>LiteDB transport for https://github.com/blehnen/DotNetWorkQueue</Description>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>0.6.6</Version>
<Version>0.6.7</Version>
<Authors>Brian Lehnen</Authors>
<Copyright>Copyright © Brian Lehnen 2015-2022</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;net5.0;netstandard2.0;net472;net461</TargetFrameworks>
<Description>PostgreSQL transport for https://github.com/blehnen/DotNetWorkQueue</Description>
<Version>0.6.6</Version>
<Version>0.6.7</Version>
<Authors>Brian Lehnen</Authors>
<Copyright>Copyright © Brian Lehnen 2015-2022</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;net5.0;netstandard2.0;net472;net461</TargetFrameworks>
<Description>Redis transport for https://github.com/blehnen/DotNetWorkQueue</Description>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>0.6.6</Version>
<Version>0.6.7</Version>
<Authors>Brian Lehnen</Authors>
<Copyright>Copyright © Brian Lehnen 2015-2022</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;net5.0;netstandard2.0;net472;net461</TargetFrameworks>
<Version>0.6.6</Version>
<Version>0.6.7</Version>
<Authors>Brian Lehnen</Authors>
<Copyright>Copyright © Brian Lehnen 2015-2022</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;net5.0;netstandard2.0;net472;net461</TargetFrameworks>
<Version>0.6.6</Version>
<Version>0.6.7</Version>
<Authors>Brian Lehnen</Authors>
<Copyright>Copyright © Brian Lehnen 2015-2022</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;net5.0;netstandard2.0;net472;net461</TargetFrameworks>
<Version>0.6.6</Version>
<Version>0.6.7</Version>
<Authors>Brian Lehnen</Authors>
<Copyright>Copyright © Brian Lehnen 2015-2022</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;net5.0;netstandard2.0;net472;net461</TargetFrameworks>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>0.6.6</Version>
<Version>0.6.7</Version>
<Authors>Brian Lehnen</Authors>
<Copyright>Copyright © Brian Lehnen 2015-2022</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;net5.0;netstandard2.0;net472;net461</TargetFrameworks>
<Authors>Brian Lehnen</Authors>
<Company />
<Version>0.6.6</Version>
<Version>0.6.7</Version>
<Description>Work queue for dot net 4.6.1, 4.7.2, 4.8, dot net standard 2.0, dot net 5 and dot net 6

SQL server, SQLite, Redis and PostgreSQL transports are available.</Description>
Expand Down

0 comments on commit 85c31a1

Please sign in to comment.