Skip to content

Commit 96ca23c

Browse files
Merge pull request #1697 from DustinCampbell/release-updates
Release updates
2 parents 7c7dcdd + 38e8810 commit 96ca23c

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
44

5-
## 1.12.0 _(Not Yet Released)_
5+
## 1.12.0 (August 8, 2017)
66

77
#### Debugger
88

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,16 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar
1818
* [Documentation](https://code.visualstudio.com/docs/languages/csharp)
1919
* [Video Tutorial compiling with .NET Core](https://channel9.msdn.com/Blogs/dotnet/Get-started-with-VS-Code-using-CSharp-and-NET-Core)
2020

21-
### What's New in 1.11.0
21+
### What's New in 1.12.0
2222

23+
* Support for C# 7.1.
2324
* Support for latest .NET Core 2.0 preview.
24-
* Completion list fixes when typing lambda expressions.
25-
* Other bug fixes
25+
* Improvements to our support for Xamarin projects.
26+
* Several improvements to code actions, plus several new code fixes and refactorings.
27+
* The completion list now suggests variable names as you type.
28+
* Many other bug fixes
2629

27-
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.10.0/CHANGELOG.md) for all of the updates.
30+
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.12.0/CHANGELOG.md) for all of the updates.
2831

2932
### Supported Operating Systems for Debugging
3033

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.12.0-beta5",
4+
"version": "1.12.0",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",

0 commit comments

Comments
 (0)