diff --git a/extensions/profiler/README.md b/extensions/profiler/README.md index 9d964c9a58..5ad2d4ec1c 100644 --- a/extensions/profiler/README.md +++ b/extensions/profiler/README.md @@ -10,6 +10,13 @@ Common SQL Profiler use-cases taken from https://docs.microsoft.com/en-us/sql/to - Monitoring the performance of SQL Server to tune workloads. - Correlating performance counters to diagnose problems. +## SQL Server Profiler 0.1.1 Release +The SQL Server Profiler for SQL Operations Studio *Preview* extension is now available. This is the initial preview release for a new lightweight XEvent-based profiler. The SQL Server Profiler extension tries to make it simple to quickly trace server activity for troubleshooting and monitoring. + +We'll continue to enhance this extension over the next couple releases. Take a look at the below screenshot to see what's currently available. + + + ## Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. diff --git a/extensions/profiler/package.json b/extensions/profiler/package.json index 73178f7457..bbd9563491 100644 --- a/extensions/profiler/package.json +++ b/extensions/profiler/package.json @@ -2,7 +2,7 @@ "name": "profiler", "displayName": "SQL Server Profiler", "description": "SQL Server Profiler for SQL Operations Studio", - "version": "0.30.0", + "version": "0.1.1", "publisher": "Microsoft", "preview": true, "license": "https://raw.githubusercontent.com/Microsoft/sqlopsstudio/master/LICENSE.txt",