diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a99e7f882..f92843fe6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,16 @@ * Improved logic for resolving breakpoints in local functions and lambdas ([#1678](https://github.com/OmniSharp/omnisharp-vscode/issues/1678)) + +#### Project System + +* Fixed bug where `LangVersion` property was not read correctly from project file, blocking C# 7.1 development. ([omnisharp-roslyn#961](https://github.com/OmniSharp/omnisharp-roslyn/issues/961), PR: [omnisharp-roslyn#962](https://github.com/OmniSharp/omnisharp-roslyn/pull/962)]) _(Contributed by [@filipw](https://github.com/filipw))_ +* Fixed issue where signing key was not read correctly from project file, which can result in InternalsVisibleTo not being handled properly. (PR: [omnisharp-roslyn#964](https://github.com/OmniSharp/omnisharp-roslyn/pull/964)) + #### Testing * Fix error that occurs when running or debugging tests with latest xUnit 2.3.0 builds. ([#1733](https://github.com/OmniSharp/omnisharp-vscode/issues/1733), [omnisharp-rolsyn#944](https://github.com/OmniSharp/omnisharp-roslyn/issues/944), PR: [omnisharp-roslyn#945](https://github.com/OmniSharp/omnisharp-roslyn/pull/945), [#1749](https://github.com/OmniSharp/omnisharp-vscode/pull/1749)) +* Fix issue causing NUnit tests not to work when running or debugging tests. ([#1615](https://github.com/OmniSharp/omnisharp-vscode/issues/1635), PR: [#1760](https://github.com/OmniSharp/omnisharp-vscode/pull/1760)). _(Contributed by [@dgileadi](https://github.com/dgileadi))_ * Pass `--no-restore` when invoking `dotnet build` to ensure that implicit restore does not run, making the build and the test run a bit faster. ([omnisharp-roslyn##942](https://github.com/OmniSharp/omnisharp-roslyn/issues/942), PR: [omnisharp-roslyn#945](https://github.com/OmniSharp/omnisharp-roslyn/pull/945)) ## 1.12.1 (August 14, 2017) diff --git a/package.json b/package.json index 1742dd3b7b..1dee52f4c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csharp", "publisher": "ms-vscode", - "version": "1.13.0-beta2", + "version": "1.13.0-beta3", "description": "C# for Visual Studio Code (powered by OmniSharp).", "displayName": "C#", "author": "Microsoft Corporation", @@ -68,8 +68,8 @@ "runtimeDependencies": [ { "description": "OmniSharp for Windows (.NET 4.6 / x86)", - "url": "https://download.visualstudio.microsoft.com/download/pr/11282659/d3523ba653c471f25673db611cbeeeaa/omnisharp-win-x86-1.24.0.zip", - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.24.0.zip", + "url": "https://download.visualstudio.microsoft.com/download/pr/100072918/cbdb3770c4579f0e1c706e1cde5a9fd5/omnisharp-win-x86-1.25.0.zip", + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.25.0.zip", "installPath": ".omnisharp", "platforms": [ "win32" @@ -81,8 +81,8 @@ }, { "description": "OmniSharp for Windows (.NET 4.6 / x64)", - "url": "https://download.visualstudio.microsoft.com/download/pr/11282658/615811383c3de01eccbccc563b0b4c98/omnisharp-win-x64-1.24.0.zip", - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.24.0.zip", + "url": "https://download.visualstudio.microsoft.com/download/pr/100072923/0dad9944356fbf70218702138980de43/omnisharp-win-x64-1.25.0.zip", + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.25.0.zip", "installPath": ".omnisharp", "platforms": [ "win32" @@ -94,8 +94,8 @@ }, { "description": "OmniSharp for OSX", - "url": "https://download.visualstudio.microsoft.com/download/pr/11282657/b6d0e966268f171703583304fdc00f34/omnisharp-osx-1.24.0.zip", - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.24.0.zip", + "url": "https://download.visualstudio.microsoft.com/download/pr/100072921/f4ac3f4988bd1f8952dc5d191280e1d5/omnisharp-osx-1.25.0.zip", + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.25.0.zip", "installPath": ".omnisharp", "platforms": [ "darwin" @@ -108,8 +108,8 @@ }, { "description": "OmniSharp for Linux (x86)", - "url": "https://download.visualstudio.microsoft.com/download/pr/11282656/23876b6bc2591a9015115112d1a66054/omnisharp-linux-x86-1.24.0.zip", - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.24.0.zip", + "url": "https://download.visualstudio.microsoft.com/download/pr/100072919/d5bdc011577f429f5d1b92af92e8c272/omnisharp-linux-x86-1.25.0.zip", + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.25.0.zip", "installPath": ".omnisharp", "platforms": [ "linux" @@ -126,8 +126,8 @@ }, { "description": "OmniSharp for Linux (x64)", - "url": "https://download.visualstudio.microsoft.com/download/pr/11282655/2ca8f4278798fda889963c33f4af8f97/omnisharp-linux-x64-1.24.0.zip", - "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.24.0.zip", + "url": "https://download.visualstudio.microsoft.com/download/pr/100072922/147ad3a08e8aa350b5536bebc9b85151/omnisharp-linux-x64-1.25.0.zip", + "fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.25.0.zip", "installPath": ".omnisharp", "platforms": [ "linux"