Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 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,4 +1,6 @@
# Release History

## 1.0.0-preview.1 (Unreleased)
## 1.0.0-preview.2 (Unreleased)

Copy link
Contributor

Choose a reason for hiding this comment

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

@pakrym @tg-msft could you please suggest on the change log?

Copy link
Member

Choose a reason for hiding this comment

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

## 1.0.0-preview.1 (2020-06-10)
- Initial release
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.1</Version>
<Version>1.0.0-preview.2</Version>
Copy link
Member

Choose a reason for hiding this comment

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

This should have happened automatically. I'm guessing it didn't because we don't have a live test pipeline setup yet. (In the future, after a release our tooling will automatically bump all the versions to the next preview so our repos are never in a state where an accidental release would cause serious headaches.)

Copy link
Contributor

Choose a reason for hiding this comment

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

We will setup live test pipeline in future. Created a GitHub issue to track this: #14740

Copy link
Contributor

Choose a reason for hiding this comment

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

Also, these PRs have to be merged: #14751

<PackageTags>Microsoft Azure Synapse Access Control;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

Expand All @@ -13,7 +13,6 @@
<!-- Missing XML comment for publicly visible type or member -->
CS1591;
</NoWarn>
<TemporaryUsePreviousGeneratorVersion>true</TemporaryUsePreviousGeneratorVersion>
</PropertyGroup>

<Import Project="..\..\Azure.Analytics.Synapse.Shared\src\Azure.Analytics.Synapse.Shared.projitems" Label="Shared" />
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading