Skip to content

Commit

Permalink
Revert "Revert "Bump version to match with VS and update Readme""
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonroym committed Apr 6, 2021
1 parent bd8b627 commit 8afcdc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -6,6 +6,7 @@
|[16.7](https://github.com/dotnet/project-system/tree/dev16.7.x)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/project-system/unit-tests?branchName=dev16.7.x&jobName=Windows_Debug&%20debug&label=dev16.7.x)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=406&branchName=dev16.7.x)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/project-system/unit-tests?branchName=dev16.7.x&jobName=Windows_Release&%20Release&label=dev16.7.x)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=406&branchName=dev16.7.x)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/project-system/unit-tests?branchName=dev16.7.x&jobName=Spanish&label=dev16.7.x)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=406&branchName=dev16.7.x)|
|[16.8](https://github.com/dotnet/project-system/tree/dev16.8.x)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/project-system/unit-tests?branchName=dev16.8.x&jobName=Windows_Debug&%20debug&label=dev16.8.x)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=406&branchName=dev16.8.x)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/project-system/unit-tests?branchName=dev16.8.x&jobName=Windows_Release&%20Release&label=dev16.8.x)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=406&branchName=dev16.8.x)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/project-system/unit-tests?branchName=dev16.8.x&jobName=Spanish&label=dev16.8.x)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=406&branchName=dev16.8.x)|
|[16.9](https://github.com/dotnet/project-system/tree/dev16.9.x)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/project-system/unit-tests?branchName=dev16.9.x&jobName=Windows_Debug&%20debug&label=dev16.9.x)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=406&branchName=dev16.9.x)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/project-system/unit-tests?branchName=dev16.9.x&jobName=Windows_Release&%20Release&label=dev16.9.x)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=406&branchName=dev16.9.x)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/project-system/unit-tests?branchName=dev16.9.x&jobName=Spanish&label=dev16.9.x)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=406&branchName=dev16.9.x)|
|[16.10](https://github.com/dotnet/project-system/tree/dev16.10.x)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/project-system/unit-tests?branchName=dev16.10.x&jobName=Windows_Debug&%20debug&label=dev16.10.x)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=406&branchName=dev16.10.x)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/project-system/unit-tests?branchName=dev16.10.x&jobName=Windows_Release&%20Release&label=dev16.10.x)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=406&branchName=dev16.10.x)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/project-system/unit-tests?branchName=dev16.10.x&jobName=Spanish&label=dev16.10.x)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=406&branchName=dev16.10.x)|
|[main](https://github.com/dotnet/project-system/tree/main)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/project-system/unit-tests?branchName=main&jobName=Windows_Debug&%20debug&label=main)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=406&branchName=main)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/project-system/unit-tests?branchName=main&jobName=Windows_Release&%20Release&label=main)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=406&branchName=main)|[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/project-system/unit-tests?branchName=main&jobName=Spanish&label=main)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=406&branchName=main)|

[![Join the chat at https://gitter.im/dotnet/project-system](https://badges.gitter.im/dotnet/project-system.svg)](https://gitter.im/dotnet/project-system?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand Down
3 changes: 2 additions & 1 deletion build/import/Versions.props
@@ -1,7 +1,8 @@
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE.md file in the project root for more information. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectSystemVersion>16.8.1</ProjectSystemVersion>
<MinimumRequiredVSVersion>16.8.1</MinimumRequiredVSVersion> <!-- We should try to keep this up to date with the highest version available on build machines -->
<ProjectSystemVersion>16.10</ProjectSystemVersion> <!-- This should always match with the VS release we're targeting -->
<VersionBase>$(ProjectSystemVersion)</VersionBase>
<PreReleaseVersionLabel>beta1</PreReleaseVersionLabel>
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
Expand Down
2 changes: 1 addition & 1 deletion build/script/SetVSEnvironment.cmd
Expand Up @@ -4,7 +4,7 @@ REM Configures the build environment to be able to build the tree
REM
REM Downloads VSWhere, uses it to find a compatible Visual Studio and call a developer prompt to set the environment.

FOR /F "USEBACKQ delims=" %%i IN (`powershell -NonInteractive -NoLogo -NoProfile -Command "([xml](Get-Content %~dp0\..\import\Versions.props)).Project.PropertyGroup.ProjectSystemVersion"`) DO SET RequiredVSVersion=%%i
FOR /F "USEBACKQ delims=" %%i IN (`powershell -NonInteractive -NoLogo -NoProfile -Command "([xml](Get-Content %~dp0\..\import\Versions.props)).Project.PropertyGroup.MinimumRequiredVSVersion"`) DO SET RequiredVSVersion=%%i

REM Are we already in Developer Command Prompt?
if defined VSINSTALLDIR (
Expand Down

0 comments on commit 8afcdc7

Please sign in to comment.