Skip to content

Commit 5f49452

Browse files
committed
Upversion to 2.1.25 to pickup addition of metadata to blobs.
1 parent f4252ff commit 5f49452

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.24
1+
2.1.25

src/VirtualClient/VirtualClient.Core/ProcessExtensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ namespace VirtualClient
55
{
66
using System;
77
using System.Collections.Generic;
8-
using System.Diagnostics;
98
using System.Diagnostics.CodeAnalysis;
109
using System.IO;
1110
using System.Linq;
@@ -98,7 +97,6 @@ public static void SafeKill(this IProcessProxy process, ILogger logger = null, T
9897
{
9998
if (!process.HasExited)
10099
{
101-
// Process confirmed exited
102100
try
103101
{
104102
process.Kill(true);

0 commit comments

Comments
 (0)