We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1afac commit be43227Copy full SHA for be43227
build.ps1
@@ -38,7 +38,7 @@ $NugetUrl = "https://dist.nuget.org/win-x86-commandline/v$NugetVersion/nuget.exe
38
$ProtobufVersion = "3.13.0"
39
$DocfxVersion = "2.48.1"
40
41
-$IncrementalistVersion = "0.2.2";
+$IncrementalistVersion = "0.4.0";
42
43
# Make sure tools folder exists
44
$PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent
build.sh
@@ -17,7 +17,7 @@ DOTNET_VERSION=3.1.105
17
DOTNET_INSTALLER_URL=https://dot.net/v1/dotnet-install.sh
18
DOTNET_CHANNEL=LTS
19
PROTOBUF_VERSION=3.4.0
20
-INCREMENTALIST_VERSION=0.2.2
+INCREMENTALIST_VERSION=0.4.0
21
22
# Define default arguments.
23
TARGET="Default"
0 commit comments