Skip to content

Commit

Permalink
Update feature pnp changelog and version header to follow same versio…
Browse files Browse the repository at this point in the history
…ning pattern (#1504)

* Update feature pnp changelog and version header to follow same versioning pattern

* Remove pnp. from the version string.
  • Loading branch information
ahsonkhan authored Nov 11, 2020
1 parent 809258f commit c305408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.1.0-beta.2 (2020-11-10)
## 1.1.0-beta.2 (2020-11-11)

### New Features

Expand Down
4 changes: 2 additions & 2 deletions sdk/inc/azure/core/az_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/// The version in string format used for telemetry following the `semver.org` standard
/// (https://semver.org).
#define AZ_SDK_VERSION_STRING "1.1.0-pnp.beta.2"
#define AZ_SDK_VERSION_STRING "1.1.0-beta.2"

/// Major numeric identifier.
#define AZ_SDK_VERSION_MAJOR 1
Expand All @@ -29,6 +29,6 @@
#define AZ_SDK_VERSION_PATCH 0

/// Optional pre-release identifier. SDK is in a pre-release state when present.
#define AZ_SDK_VERSION_PRERELEASE "pnp.beta.2"
#define AZ_SDK_VERSION_PRERELEASE "beta.2"

#endif //_az_VERSION_H

0 comments on commit c305408

Please sign in to comment.