Skip to content

Commit

Permalink
[signalr] Set the max CLI core version as 2.0.66 (Azure#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingu authored May 30, 2019
1 parent 597ed6f commit 5834eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/signalr/azext_signalr/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"azext.maxCliCoreVersion": "2.0.66",
"azext.minCliCoreVersion": "2.0.32.dev0",
"azext.isPreview": true
}
2 changes: 1 addition & 1 deletion src/signalr/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from setuptools import setup, find_packages


VERSION = "0.1.0"
VERSION = "0.1.1"
CLASSIFIERS = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 5834eb7

Please sign in to comment.