diff --git a/README.md b/README.md index 6e91afaa..500491a4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ We use this library within our components to publish [StatsD](http://github.com/ ### Supported platforms -`JustEat.StatsD` version 4.2.0 is built for these target frameworks: +`JustEat.StatsD` version 5.0.0 is built for these target frameworks: * `net462` * `netstandard2.0` diff --git a/build.ps1 b/build.ps1 index a9b9cbb6..5233f542 100755 --- a/build.ps1 +++ b/build.ps1 @@ -9,6 +9,7 @@ param( $ErrorActionPreference = "Stop" $ProgressPreference = "SilentlyContinue" +$env:MSBUILDTERMINALLOGGER = "auto" $solutionPath = $PSScriptRoot $sdkFile = Join-Path $solutionPath "global.json" diff --git a/src/JustEat.StatsD/JustEat.StatsD.csproj b/src/JustEat.StatsD/JustEat.StatsD.csproj index aeee3ce0..64bc5447 100644 --- a/src/JustEat.StatsD/JustEat.StatsD.csproj +++ b/src/JustEat.StatsD/JustEat.StatsD.csproj @@ -5,6 +5,7 @@ false Library JustEat.StatsD + 4.2.0 JustEat.StatsD A .NET library for publishing metrics to StatsD. diff --git a/version.props b/version.props index b4a418b9..56288113 100644 --- a/version.props +++ b/version.props @@ -1,7 +1,7 @@ - 4.0.0.0 - 4.3.0 + 5.0.0.0 + 5.0.0 beta$([System.Convert]::ToInt32(`$(GITHUB_RUN_NUMBER)`).ToString(`0000`)) $(GITHUB_REF.Replace('refs/tags/v', ''))