Skip to content

fix: bump package version to 2.0.1#77

Merged
OMpawar-21 merged 1 commit into
developmentfrom
fix/version-bump-2.0.1-embedded-object-converter
Jul 17, 2026
Merged

fix: bump package version to 2.0.1#77
OMpawar-21 merged 1 commit into
developmentfrom
fix/version-bump-2.0.1-embedded-object-converter

Conversation

@OMpawar-21

@OMpawar-21 OMpawar-21 commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • contentstack.utils 2.0.0 on nuget.org was built before EmbeddedObjectConverter
    was 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.
  • Bumps Directory.Build.props to 2.0.1 so the version number is unambiguous.

Test plan

  • dotnet pack produces contentstack.utils.2.0.1.nupkg
  • Verified the packed nupkg contains EmbeddedObjectConverter
  • Publish 2.0.1 to nuget.org (not done yet — separate step, needs confirmation)

🤖 Generated with Claude Code

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]>
@OMpawar-21
OMpawar-21 requested a review from a team as a code owner July 17, 2026 05:42
@OMpawar-21
OMpawar-21 requested a review from reeshika-h July 17, 2026 05:42

@netrajpatel netrajpatel left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM // approved in Slack with WorkerB

@OMpawar-21
OMpawar-21 merged commit e38c31a into development Jul 17, 2026
11 checks passed
@OMpawar-21
OMpawar-21 deleted the fix/version-bump-2.0.1-embedded-object-converter branch July 17, 2026 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants