I've downloaded the SDK from https://dot.net, where I change the UI to "Current" and click on "x64", and it downloads dotnet-dev-win-x64.1.0.0-preview2-1-003177.exe, which I then executed.
Then at command prompt "dotnet --version" reports: 1.0.0-preview2-1-003177
Shouldn't this be 1.1.0 ?
When I download the LTS version 1.0.1, the download is DotNetCore.1.0.1-SDK.1.0.0.Preview2-003133-x64.exe
So it has 1.0.1 in the name, shouldn't the 1.1 version have 1.1 in the name?