Skip to content
Closed
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
Expand Up @@ -6,12 +6,12 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.DevSpaces</PackageId>
<Description>Provides management operations support for Azure Dev Spaces.</Description>
<Version>0.11.0-preview</Version>
<Version>1.0.0</Version>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@sanar-microsoft Just to confirm you wish to release a new version of the rest api with a stable Nuget package. We usually recommend Nuget versions to be preview for a first few versions before marking it as stable since we cannot accept breaking changes for a stable version

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I'll hold off on merging this then. I think we might want to change the validation rule for our resource name before releasing the stable version. I'll update this PR when the swagger changes are in.

Thanks for the heads up.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@sanar-microsoft you can still release this as a preview if you wish. Alternatively, please close this PR and open a new PR when you are ready to publish the stable version

<AssemblyName>Microsoft.Azure.Management.DevSpaces</AssemblyName>
<PackageTags>Microsoft Azure Dev Spaces;Dev Spaces;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
1) Added support for API version 2019-01-01-preview.
1) Added support for API version 2019-04-01.
]]>
</PackageReleaseNotes>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Dev Spaces Management Library")]
[assembly: AssemblyDescription("Provides management operations support for Azure Dev Spaces.")]

[assembly: AssemblyVersion("0.11.0.0")]
[assembly: AssemblyFileVersion("0.11.0.0")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
Expand Down