Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[synapse] Correct version numbers #18597

Merged
merged 2 commits into from
Feb 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.1 (Unreleased)
## 1.0.0-preview.3 (Unreleased)


## 1.0.0-preview.2 (2020-09-01)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This is the Microsoft Azure Synapse Analytics Access Control client library</Description>
<AssemblyTitle>Azure.Analytics.Synapse.AccessControl</AssemblyTitle>
<Version>1.0.0-beta.1</Version>
<Version>1.0.0-preview.3</Version>
<PackageTags>Microsoft Azure Synapse Access Control;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

Expand Down
2 changes: 1 addition & 1 deletion sdk/synapse/Azure.Analytics.Synapse.Artifacts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-preview.6 (Unreleased)
- Expose some models

## 1.0.0-beta.1 (2020-11-12)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This is the Microsoft Azure Synapse Analytics Artifacts client library</Description>
<AssemblyTitle>Azure.Analytics.Synapse.Artifacts</AssemblyTitle>
<Version>1.0.0-beta.2</Version>
<Version>1.0.0-preview.6</Version>
<PackageTags>Microsoft Azure Synapse Artifacts;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

Expand Down
2 changes: 1 addition & 1 deletion sdk/synapse/Azure.Analytics.Synapse.Spark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-preview.4 (Unreleased)

Copy link
Member

Choose a reason for hiding this comment

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

If you are getting close to releasing you will want to add some notes here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm working on that in another PR now.


## 1.0.0-beta.1 (2020-11-22)
Copy link
Member

Choose a reason for hiding this comment

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

After the next version bump from our automation this beta will sort weirdly. I suggest either now or then we just fold these notes into the new preview version. Also to help clean this up on nuget I unlisted the beta.1 version from there.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will do in 2nd PR.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This is the Microsoft Azure Synapse Analytics Spark client library</Description>
<AssemblyTitle>Azure.Analytics.Synapse.Spark</AssemblyTitle>
<Version>1.0.0-beta.2</Version>
<Version>1.0.0-preview.4</Version>
<PackageTags>Microsoft Azure Synapse Spark;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

Expand Down