fix: bump package version to 2.0.1#77
Merged
OMpawar-21 merged 1 commit intoJul 17, 2026
Merged
Conversation
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 <[email protected]>
reeshika-h
approved these changes
Jul 17, 2026
netrajpatel
approved these changes
Jul 17, 2026
netrajpatel
left a comment
There was a problem hiding this comment.
LGTM // approved in Slack with WorkerB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
contentstack.utils2.0.0 on nuget.org was built beforeEmbeddedObjectConverterwas added; this repo kept incrementing commits under the same 2.0.0 version,
so the published package and source silently diverged under one version number.
Directory.Build.propsto 2.0.1 so the version number is unambiguous.Test plan
dotnet packproducescontentstack.utils.2.0.1.nupkgEmbeddedObjectConverter🤖 Generated with Claude Code