Skip to content

Commit 05a370e

Browse files
Bump timeitsharp to v0.4.5 (#7308)
## Summary of changes ## Reason for change ## Implementation details ## Test coverage ## Other details <!-- Fixes #{issue} --> <!-- ⚠️ Note: where possible, please obtain 2 approvals prior to merging. Unless CODEOWNERS specifies otherwise, for external teams it is typically best to have one review from a team member, and one review from apm-dotnet. Trivial changes do not require 2 reviews. --> --------- Co-authored-by: Andrew Lock <[email protected]>
1 parent adb3f7f commit 05a370e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

profiler/build/install_timeit.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
dotnet tool update -g timeitsharp --version 0.4.4
3+
dotnet tool update -g timeitsharp --version 0.4.5 --allow-downgrade
44

55
rem Add %USERPROFILE%\.dotnet\tools to Path if it is not already there
66
path|find /i "%USERPROFILE%\.dotnet\tools" >nul || set path=%path%;"%USERPROFILE%\.dotnet\tools"

profiler/build/install_timeit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
dotnet tool update -g timeitsharp --version 0.4.4
2+
dotnet tool update -g timeitsharp --version 0.4.5 --allow-downgrade

tracer/build/timeit/Samples.FakeDbCommand/run.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set FAILED=0
1111
echo *********************
1212
echo Installing timeitsharp
1313
echo *********************
14-
dotnet tool update -g timeitsharp --version 0.4.4
14+
dotnet tool update -g timeitsharp --version 0.4.5 --allow-downgrade
1515

1616
echo *********************
1717
echo .NET Framework 4.8

tracer/build/timeit/Samples.HttpMessageHandler/run.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set FAILED=0
1111
echo *********************
1212
echo Installing timeitsharp
1313
echo *********************
14-
dotnet tool update -g timeitsharp --version 0.4.4
14+
dotnet tool update -g timeitsharp --version 0.4.5 --allow-downgrade
1515

1616
echo *********************
1717
echo .NET Framework 4.8

0 commit comments

Comments
 (0)