Piotr Czajkowski 2 months ago
parent
commit
e4eef0635d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ExcelORM/ExcelORM/ExcelORM.csproj

+ 1 - 1
ExcelORM/ExcelORM/ExcelORM.csproj

@@ -14,7 +14,7 @@
 	<Authors>Piotr Czajkowski</Authors>
 	<Description>Simple library to read/write C# objects from/to Excel files. </Description>
 	<RepositoryType>GitHub</RepositoryType>
-	<PackageReleaseNotes>Write now has headerRowIndex for append.</PackageReleaseNotes>
+	<PackageReleaseNotes>Constructors now accept IXLWorkbook. Implemented IDisposable.</PackageReleaseNotes>
     </PropertyGroup>
 
     <ItemGroup>