Skip to content
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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.EventGrid</PackageId>
<Description>Provides developers with a library to create and manage all Azure EventGrid resources. </Description>
<Version>1.2.0-preview</Version>
<Version>1.3.0</Version>
<AssemblyName>Microsoft.Azure.Management.EventGrid</AssemblyName>
<PackageTags>Microsoft Azure EventGrid Management;Event Grid;Event Grid management;</PackageTags>
<PackageReleaseNotes>EventSubscriptions.Create() is renamed to EventSubscriptions.CreateOrUpdate(). Also, the SDK is now based on API version 2018-01-01.</PackageReleaseNotes>
<PackageReleaseNotes>Updated the version information to remove the preview suffix.</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>net452;netstandard1.4</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure EventGrid Management Library")]
[assembly: AssemblyDescription("Provides developers with a library to create and manage all Azure EventGrid resources.")]

[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.3.0.0")]
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.

@kalyanaj starting version 2.0, it is advisable you do not bump up AssemblyVersion for every minor/revision version bump. Unless you have specific reason and you want your developers to take a hand dependency on particular AssemblyVersion.
If you want to do this starting next major version bump, mention it over here and this PR is ready to be merged.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Sounds good, thanks for the info. I will keep this in mind starting the next version update.

[assembly: AssemblyFileVersion("1.3.0.0")]

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