Skip to content

Commit 0eafafb

Browse files
dependabot[bot]arturcic
authored andcommitted
(deps): Bump LibGit2Sharp from 0.30.0 to 0.31.0 group across 2 directories
Bumps [LibGit2Sharp](https://github.com/libgit2/libgit2sharp) from 0.30.0 to 0.31.0. - [Release notes](https://github.com/libgit2/libgit2sharp/releases) - [Changelog](https://github.com/libgit2/libgit2sharp/blob/master/CHANGES.md) - [Commits](libgit2/libgit2sharp@0.30.0...0.31.0) --- updated-dependencies: - dependency-name: LibGit2Sharp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89f94e9 commit 0eafafb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

new-cli/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<!-- common packages -->
7-
<PackageVersion Include="LibGit2Sharp" Version="0.30.0" />
7+
<PackageVersion Include="LibGit2Sharp" Version="0.31.0" />
88
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
99
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" />
1010
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<!-- common packages -->
7-
<PackageVersion Include="LibGit2Sharp" Version="0.30.0" />
7+
<PackageVersion Include="LibGit2Sharp" Version="0.31.0" />
88
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
99
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="4.13.0" />
1010
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" />

src/GitVersion.Core/Helpers/FileSystemHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ internal static class Path
7373

7474
public static string GetCurrentDirectory() => AppContext.BaseDirectory ?? throw new InvalidOperationException();
7575

76-
public static string GetTempPathLegacy() => fileSystem.Path.GetTempPath();
76+
public static string GetTempPathLegacy() => fileSystem.Path.GetTempPath().TrimEnd(DirectorySeparatorChar);
7777
public static string GetTempPath()
7878
{
7979
var tempPath = GetCurrentDirectory();

0 commit comments

Comments
 (0)