Skip to content

Commit

Permalink
Released 32.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobris committed May 1, 2024
1 parent 00fa856 commit 206ec83
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BTDB.SourceGenerator/BTDB.SourceGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<RootNamespace>BTDB.SourceGenerator</RootNamespace>
<PackageId>BTDB.SourceGenerator</PackageId>
<Version>32.5.0</Version>
<Version>32.6.0</Version>
<Authors>Boris Letocha</Authors>
<PackageProjectUrl>http://github.com/Bobris/BTDB</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion BTDB/BTDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>annotations</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<PackageId>BTDB</PackageId>
<Version>32.5.0</Version>
<Version>32.6.0</Version>
<Authors>Boris Letocha, Lubos Karasek</Authors>
<PackageProjectUrl>http://github.com/Bobris/BTDB</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
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]

## 32.6.0

## 32.5.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion ODbDump/ODbDump.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Version>32.5.0</Version>
<Version>32.6.0</Version>
<Authors>Boris Letocha, Lubos Karasek</Authors>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit 206ec83

Please sign in to comment.