Skip to content

Commit

Permalink
Released 18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobris committed Sep 1, 2019
1 parent db95667 commit dada7f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BTDB/BTDB.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<PackageId>BTDB</PackageId>
<Version>17.8.0</Version>
<Version>18.0.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]

## 18.0.0

### Changed

Supports only .Net Core 3.0 or better.
Expand Down
4 changes: 2 additions & 2 deletions ODbDump/ODbDump.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Version>17.8.0</Version>
<Version>18.0.0</Version>
<Authors>Boris Letocha, Lubos Karasek</Authors>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit dada7f8

Please sign in to comment.