Browse Source

Version bump

Piotr Czajkowski 1 week ago
parent
commit
5a797c78d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ExcelORM/ExcelORM/ExcelORM.csproj

+ 2 - 2
ExcelORM/ExcelORM/ExcelORM.csproj

@@ -4,7 +4,7 @@
         <TargetFramework>net8.0</TargetFramework>
         <ImplicitUsings>enable</ImplicitUsings>
         <Nullable>enable</Nullable>
-        <Version>2.6.0</Version>
+        <Version>2.7.0</Version>
         <PackageProjectUrl>https://git.liox.eu/pczajkowski/ExcelORM</PackageProjectUrl>
         <RepositoryUrl>https://github.com/pczajkowski/ExcelORM</RepositoryUrl>
         <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -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>Able to append starting from given row.</PackageReleaseNotes>
+	<PackageReleaseNotes>Able to read enums and Guids.</PackageReleaseNotes>
     </PropertyGroup>
 
     <ItemGroup>