diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f393b3cd..7a409cd3f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## Known Issues in 1.13.0 +## Known Issues in 1.14.0 * There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156)) * As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy. -## 1.14.0 _(Not Yet Released)_ +## 1.14.0 (February 14, 2017) #### C# Language Support diff --git a/README.md b/README.md index 7bf01dbfa2..ca48e4eefb 100644 --- a/README.md +++ b/README.md @@ -18,21 +18,17 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar * [Documentation](https://code.visualstudio.com/docs/languages/csharp) * [Video Tutorial compiling with .NET Core](https://channel9.msdn.com/Blogs/dotnet/Get-started-VSCode-Csharp-NET-Core-Windows) -### What's New in 1.13.0 - -* Support for Cake files. (https://cakebuild.net/) -* The language service now runs on Mono >= 5.2.0 when it is globally installed on macOS or Linux, resulting faster project load times. -* If debugging is started when a launch.json is not present, picking ".NET Core" generates a launch.json dynamically that can correctly launch a .NET Core app without any additional changes. -* Better reliability loading projects when Visual Studio 2017 (Windows) or Mono >= 5.2.0 (macOS/Linux) is installed. -* Fixed issues with non-C# projects (such as F#) being treated as C# projects. -* Addressed bugs when renaming files. -* New options for controlling the display of the references and test CodeLens: - * `csharp.referencesCodeLens.enabled` - * `csharp.testsCodeLens.enabled` -* Fixed problems with running/debugging xUnit 2.3.0 or NUnit tests. +### What's New in 1.14.0 + +* Support for C# 7.2 +* Debugger support for extracting source files embedded in PDBs +* Preliminary support for Linux ARM debugging +* Improved Symbol/Documentation text display +* Addressed problems with projects not being refreshed by OmniSharp after a package restore +* Added option to disable warning about project.json deprecation * Many other bug fixes! -See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.13.0/CHANGELOG.md) for all of the updates. +See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.14.0/CHANGELOG.md) for all of the updates. ### Supported Operating Systems for Debugging diff --git a/package.json b/package.json index 11fd03dbed..044e9b7d53 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csharp", "publisher": "ms-vscode", - "version": "1.14.0-beta4", + "version": "1.14.0", "description": "C# for Visual Studio Code (powered by OmniSharp).", "displayName": "C#", "author": "Microsoft Corporation",