Skip to content

Commit

Permalink
Bump version prefixes to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jzebedee committed Dec 3, 2023
1 parent 5de7b66 commit bacd892
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/DeltaQ.BsDiff/DeltaQ.BsDiff.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Product>DeltaQ</Product>
<Authors>jzebedee</Authors>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionPrefix>2.1.0</VersionPrefix>
<Description>DeltaQ implementation of BSDIFF and BSPATCH compatible delta encoding</Description>
<PackageProjectUrl>https://github.com/jzebedee/deltaq</PackageProjectUrl>
<PackageIcon>dq.png</PackageIcon>
Expand Down
2 changes: 1 addition & 1 deletion src/DeltaQ.CommandLine/DeltaQ.CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFramework>net8.0</TargetFramework>
<Product>DeltaQ</Product>
<Authors>jzebedee</Authors>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionPrefix>2.1.0</VersionPrefix>
<Description>DeltaQ binary diff and patch tool</Description>
<PackageProjectUrl>https://github.com/jzebedee/deltaq</PackageProjectUrl>
<PackageIcon>dq.png</PackageIcon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Product>DeltaQ</Product>
<Authors>jzebedee</Authors>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionPrefix>2.1.0</VersionPrefix>
<Description>DeltaQ utility library containing abstractions for suffix sorting algorithms</Description>
<PackageProjectUrl>https://github.com/jzebedee/deltaq</PackageProjectUrl>
<PackageIcon>dq.png</PackageIcon>
Expand Down
2 changes: 1 addition & 1 deletion src/DeltaQ.Utility.Memory/DeltaQ.Utility.Memory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Product>DeltaQ</Product>
<Authors>jzebedee</Authors>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionPrefix>2.1.0</VersionPrefix>
<Description>DeltaQ utility library to support buffer and memory management</Description>
<PackageProjectUrl>https://github.com/jzebedee/deltaq</PackageProjectUrl>
<PackageIcon>dq.png</PackageIcon>
Expand Down
2 changes: 1 addition & 1 deletion src/DeltaQ/DeltaQ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Product>DeltaQ</Product>
<Authors>jzebedee</Authors>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionPrefix>2.1.0</VersionPrefix>
<Description>DeltaQ provides fast and portable delta encoding for .NET in 100% safe, managed code</Description>
<PackageProjectUrl>https://github.com/jzebedee/deltaq</PackageProjectUrl>
<PackageIcon>dq.png</PackageIcon>
Expand Down

0 comments on commit bacd892

Please sign in to comment.