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

Increment version for synapse releases #20983

Merged
5 commits merged into from
May 11, 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,5 +1,8 @@
# Release History

## 1.0.0-preview.5 (Unreleased)


## 1.0.0-preview.4 (2021-05-11)
### Key Bug Fixes
- Updated dependency versions.
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-preview.4</Version>
<Version>1.0.0-preview.5</Version>
<PackageTags>Microsoft Azure Synapse Access Control;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

Expand Down
3 changes: 3 additions & 0 deletions sdk/synapse/Azure.Analytics.Synapse.Artifacts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-preview.10 (Unreleased)


## 1.0.0-preview.9 (2021-05-11)
### Key Bug Fixes
- Updated dependency versions.
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-preview.9</Version>
<Version>1.0.0-preview.10</Version>
<PackageTags>Microsoft Azure Synapse Artifacts;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-beta.4 (Unreleased)


## 1.0.0-beta.3 (2021-05-11)
### Key Bug Fixes
- Updated dependency versions.
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 Managed Private endpoints client library</Description>
<AssemblyTitle>Azure.Analytics.Synapse.ManagedPrivateEndpoints</AssemblyTitle>
<Version>1.0.0-beta.3</Version>
<Version>1.0.0-beta.4</Version>
<PackageTags>Microsoft Azure Synapse ManagedPrivateEndpoints;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

Expand Down
3 changes: 3 additions & 0 deletions sdk/synapse/Azure.Analytics.Synapse.Monitoring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-beta.4 (Unreleased)


## 1.0.0-beta.3 (2021-05-11)
### Key Bug Fixes
- Updated dependency versions.
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 Monitoring client library</Description>
<AssemblyTitle>Azure.Analytics.Synapse.Monitoring</AssemblyTitle>
<Version>1.0.0-beta.3</Version>
<Version>1.0.0-beta.4</Version>
<PackageTags>Microsoft Azure Synapse Monitoring;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

Expand Down
3 changes: 3 additions & 0 deletions sdk/synapse/Azure.Analytics.Synapse.Spark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-preview.7 (Unreleased)


## 1.0.0-preview.6 (2021-05-11)
### Key Bug Fixes
- Updated dependency versions.
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-preview.6</Version>
<Version>1.0.0-preview.7</Version>
<PackageTags>Microsoft Azure Synapse Spark;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

Expand Down