From d08d3e73c6199337b703084ea8a65289cf258ec6 Mon Sep 17 00:00:00 2001 From: Quintus Marais Date: Tue, 24 Aug 2021 16:26:32 +0200 Subject: [PATCH] Bump the version and release notes - Preparing to release the update nuget package for RC2 --- RELEASE_NOTES.md | 6 +++++- nuget/paket.template | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cc0dfda..647c921 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,8 @@ -### 2.0.0-rc1 +#### 2.0.0-rc2 + +* Add improved error messages when an invalid cast is attempted + +#### 2.0.0-rc1 * Only build for NetStandard 2.0. (reason for bump to V2) * Convert paket to use dotnet tools infrastructure. diff --git a/nuget/paket.template b/nuget/paket.template index b85d09f..bd6b237 100644 --- a/nuget/paket.template +++ b/nuget/paket.template @@ -1,7 +1,7 @@ type file id ExcelProvider version - 2.0.0-rc1 + 2.0.0-rc2 authors Steffen Forkmann, Gustavo Guerra, JohnDoeKyrgyz, Don Syme, Quintus Marais owners