Skip to content

Commit be43227

Browse files
upgraded to Incrementalist v0.4.0 (#4690)
1 parent 6e1afac commit be43227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $NugetUrl = "https://dist.nuget.org/win-x86-commandline/v$NugetVersion/nuget.exe
3838
$ProtobufVersion = "3.13.0"
3939
$DocfxVersion = "2.48.1"
4040

41-
$IncrementalistVersion = "0.2.2";
41+
$IncrementalistVersion = "0.4.0";
4242

4343
# Make sure tools folder exists
4444
$PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DOTNET_VERSION=3.1.105
1717
DOTNET_INSTALLER_URL=https://dot.net/v1/dotnet-install.sh
1818
DOTNET_CHANNEL=LTS
1919
PROTOBUF_VERSION=3.4.0
20-
INCREMENTALIST_VERSION=0.2.2
20+
INCREMENTALIST_VERSION=0.4.0
2121

2222
# Define default arguments.
2323
TARGET="Default"

0 commit comments

Comments
 (0)