From 61fd7db859060045f4fccd3b3070e48ef123ef9e Mon Sep 17 00:00:00 2001 From: OMpawar-21 Date: Fri, 17 Jul 2026 11:11:45 +0530 Subject: [PATCH] fix: bump package version to 2.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 2.0.0 package published to nuget.org predates EmbeddedObjectConverter — later commits added it under the same Directory.Build.props version (2.0.0), so nuget.org's 2.0.0 and this repo's 2.0.0 silently diverged. Bumping to 2.0.1 gives consumers a version number that actually matches this source. Co-Authored-By: Claude Sonnet 5 --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 70bd695..7745072 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 2.0.0 + 2.0.1