Skip to content

Commit

Permalink
Set v2.4.0 and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-visionaid committed Nov 14, 2024
1 parent f3caaea commit 0b5b8f7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
20 changes: 18 additions & 2 deletions Release notes.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@

ver: 2.4
ADD: Various memory and performance optimizations
ADD: Support VT_I8
FIXED: DateTimes are UTC
FIXED: Crash with buffered stream reads (#184)

ver: 2.3.1
FIXED: Stream integer stream writes
FIXED: OLEPropertiesContainer out of range exception
FIXED: OLE string termination

ver: 2.3
ADD: Support VT_CLSID
FIXED: Writing VT_BLOB length
FIXED: Various OLE LPWSTR issues

ver 2.2
ADD: NET Standard 2.0 platform support

ver 2.1
ver 2.1
FIXED: Issues with failed initialization to FREESECT (0xFFFFFFFF) of FAT sectors
FIXED: Issues with file-corruption detection
FIXED: Issues with file-corruption detection

MIGRATION TO GITHUB

Expand Down
2 changes: 1 addition & 1 deletion sources/OpenMcdf.Extensions/OpenMcdf.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>2.3.1.0</Version>
<Version>2.4.0.0</Version>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/ironfede/openmcdf</PackageProjectUrl>
<PackageIconUrl></PackageIconUrl>
Expand Down
2 changes: 1 addition & 1 deletion sources/OpenMcdf/OpenMcdf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</PropertyGroup>
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.3.1.0</Version>
<Version>2.4.0.0</Version>
<Authors>ironfede</Authors>
<PackageProjectUrl>https://github.com/ironfede/openmcdf</PackageProjectUrl>
<PackageIconUrl></PackageIconUrl>
Expand Down
2 changes: 1 addition & 1 deletion sources/OpenMcdf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.1.0")]
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("OpenMcdf.Tests,PublicKey=002400000480000094000000060200000024000052534131000400000100010085b50cbc1e40df696f8c30eaafc59a01e22303cb038fc832289b2c393f908a65c9aaa0d28026a47c6e5f85cc236f0735bea17236dbaaf91fea0003ddc1bb9c4cd318c5b855e7ef5877df5a7fc8394ee747d3573b69622e045837d546befb2fc13257e984db53a73dd59254a9a1d3c99a8ca6876c91304ea96899ac06a88d7bc6")]
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("OpenMcdf.Test,PublicKey=002400000480000094000000060200000024000052534131000400000100010085b50cbc1e40df696f8c30eaafc59a01e22303cb038fc832289b2c393f908a65c9aaa0d28026a47c6e5f85cc236f0735bea17236dbaaf91fea0003ddc1bb9c4cd318c5b855e7ef5877df5a7fc8394ee747d3573b69622e045837d546befb2fc13257e984db53a73dd59254a9a1d3c99a8ca6876c91304ea96899ac06a88d7bc6")]
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("OpenMcdf.Extensions,PublicKey=002400000480000094000000060200000024000052534131000400000100010085b50cbc1e40df696f8c30eaafc59a01e22303cb038fc832289b2c393f908a65c9aaa0d28026a47c6e5f85cc236f0735bea17236dbaaf91fea0003ddc1bb9c4cd318c5b855e7ef5877df5a7fc8394ee747d3573b69622e045837d546befb2fc13257e984db53a73dd59254a9a1d3c99a8ca6876c91304ea96899ac06a88d7bc6")]

0 comments on commit 0b5b8f7

Please sign in to comment.