Skip to content

Commit

Permalink
libgit version 0.31 - ssh supporting
Browse files Browse the repository at this point in the history
  • Loading branch information
digao-dalpiaz committed Dec 3, 2024
1 parent 927d5b0 commit c8ef35a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DigaoDeskApp/DigaoDeskApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ SYSLIB1054 Mark the method 'nnn' with 'LibraryImportAttribute' instead of 'DllIm

<ItemGroup>
<PackageReference Include="Geomatics.IO.BindingListView" Version="1.3.2" />
<PackageReference Include="LibGit2Sharp" Version="0.30.0" />
<PackageReference Include="LibGit2Sharp" Version="0.31.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Management" Version="8.0.0" />
<PackageReference Include="System.ServiceModel.Primitives" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion DigaoDeskApp/Vars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Vars
{

public const string APP_VERSION = "2.3.0";
public const string APP_VERSION = "2.4.0";
public const string APP_REGKEY = @"SOFTWARE\DigaoDesk";

public const string GITHUB_LINK = "https://github.com/digao-dalpiaz/DigaoDesk";
Expand Down

0 comments on commit c8ef35a

Please sign in to comment.