Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKert committed Oct 7, 2020
2 parents 541e0f8 + 1ea6038 commit d2a6d2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You can grab the extension from [the Visual Studio Gallery](https://visualstudio

All releases and pre-releases are available in [Releases](../../releases "BuildVision Releases on GitHub").

Supports Visual Studio 2013, 2015, 2017.
Supports Visual Studio 2015, 2017, 2019.

### Installation and startup
1. Install the VSIX package and restart Visual Studio.
Expand Down
2 changes: 1 addition & 1 deletion src/BuildVision.Common/BuildVision.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Serilog" Version="2.9.0" />
<PackageReference Include="Serilog.Enrichers.Process" Version="2.0.1" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.File" Version="3.2.0" />
<PackageReference Include="SerilogAnalyzer" Version="0.15.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/BuildVision/BuildVision.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
<Version>3.1.0</Version>
</PackageReference>
<PackageReference Include="Serilog.Sinks.File">
<Version>4.1.0</Version>
<Version>3.2.0</Version>
</PackageReference>
<PackageReference Include="SerilogAnalyzer">
<Version>0.15.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "3.0.1",
"version": "3.0.2",
"publicReleaseRefSpec": [
"^refs/tags/v\\d+(?:\\.\\d+)*(?:-.*)?$"
],
Expand Down

0 comments on commit d2a6d2b

Please sign in to comment.