Skip to content

Commit

Permalink
Packages descripions update
Browse files Browse the repository at this point in the history
  • Loading branch information
ironfede committed Mar 2, 2024
1 parent d18fe49 commit c58985f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sources/OpenMcdf.Extensions/OpenMcdf.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>2.3.0.1</Version>
<Version>2.3.1.0</Version>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/ironfede/openmcdf</PackageProjectUrl>
<PackageIconUrl></PackageIconUrl>
<RepositoryUrl>https://github.com/ironfede/openmcdf</RepositoryUrl>
<Title>OpenMcdf.Extensions</Title>
<Description>Extensions for OLE Properties and IO.Stream interface for OpenMcdf (Beta)</Description>
<Copyright>Federico Blaseotto, 2022</Copyright>
<Copyright>Federico Blaseotto, 2024</Copyright>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions sources/OpenMcdf/OpenMcdf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
<PackageTags>Compound file, c#, structured storage</PackageTags>
<Description>OpenMcdf is a 100% .net / C# component that allows developers to manipulate Microsoft Compound Document File Format for OLE structured storage.
It supports read/write operations on streams and storages and traversal of structures tree.</Description>
<Copyright>Copyright © 2010-2023, Federico Blaseotto</Copyright>
<Copyright>Copyright © 2010-2024, Federico Blaseotto</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>Bug fixing and validation check added</PackageReleaseNotes>
<PackageReleaseNotes>Bug fixing (high priority for #119, issue with stream resizing) and enhancements in extensions</PackageReleaseNotes>
<Title>OpenMcdf</Title>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
Expand Down

0 comments on commit c58985f

Please sign in to comment.