Skip to content

Commit

Permalink
Released 19.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobris committed Oct 13, 2019
1 parent 4b66afe commit 20f83e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BTDB/BTDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>annotations</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<PackageId>BTDB</PackageId>
<Version>19.0.0</Version>
<Version>19.1.0</Version>
<Authors>Boris Letocha, Lubos Karasek</Authors>
<PackageProjectUrl>http://github.com/Bobris/BTDB</PackageProjectUrl>
<PackageLicenseUrl>http://www.opensource.org/licenses/mit-license.php</PackageLicenseUrl>
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [unreleased]

## 19.1.0

### Changed

Range defined by EndKey s KeyProposition.Included now contains all keys with passed prefix, used in methods: `RemoveById` `ListById` `ListBy{SecKeyName}`
Expand Down
2 changes: 1 addition & 1 deletion ODbDump/ODbDump.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<LangVersion>8</LangVersion>
<Version>19.0.0</Version>
<Version>19.1.0</Version>
<Authors>Boris Letocha, Lubos Karasek</Authors>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 20f83e5

Please sign in to comment.