Skip to content

Commit c523d1b

Browse files
committed
Released 32.4.26
1 parent e775367 commit c523d1b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

BTDB.SourceGenerator/BTDB.SourceGenerator.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<RootNamespace>BTDB.SourceGenerator</RootNamespace>
1414
<PackageId>BTDB.SourceGenerator</PackageId>
15-
<Version>32.4.25</Version>
15+
<Version>32.4.26</Version>
1616
<Authors>Boris Letocha</Authors>
1717
<PackageProjectUrl>http://github.com/Bobris/BTDB</PackageProjectUrl>
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>

BTDB/BTDB.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>annotations</Nullable>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99
<PackageId>BTDB</PackageId>
10-
<Version>32.4.25</Version>
10+
<Version>32.4.26</Version>
1111
<Authors>Boris Letocha, Lubos Karasek</Authors>
1212
<PackageProjectUrl>http://github.com/Bobris/BTDB</PackageProjectUrl>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [unreleased]
44

5+
## 32.4.26
6+
7+
### Improved
8+
9+
Check type validity for serialization also in release build.
10+
511
## 32.4.25
612

713
### Improved (another attempt)

ODbDump/ODbDump.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
66
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
77
<LangVersion>latest</LangVersion>
8-
<Version>32.4.25</Version>
8+
<Version>32.4.26</Version>
99
<Authors>Boris Letocha, Lubos Karasek</Authors>
1010
<Nullable>enable</Nullable>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)