Skip to content

Commit

Permalink
Merge pull request #2064 from eirannejad/jmcouffin-patch-2
Browse files Browse the repository at this point in the history
fix for Lib2GitSharp token mismatch
  • Loading branch information
jmcouffin committed Jan 24, 2024
2 parents 5e81ddd + a027a15 commit bd83343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="DotNetVersionFinder" Version="1.1.3" />
<PackageReference Include="LibGit2Sharp" Version="0.29.0" />
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
<PackageReference Include="MadMilkman.Ini" Version="1.0.6" />
<PackageReference Include="OpenMcdf" Version="2.2.1.6" />
<PackageReference Include="YamlDotNet" Version="8.1.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Expression.Blend.Sdk" Version="1.0.2" />
<PackageReference Include="LibGit2Sharp" Version="0.29.0" />
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
<PackageReference Include="MadMilkman.Ini" Version="1.0.6" />
<PackageReference Include="Nett" Version="0.15.0" />
<Reference Include="PresentationCore" />
Expand All @@ -26,4 +26,4 @@
<Target Name="DeployDependencies" AfterTargets="Deploy">
<Copy SourceFiles="$(OutputPath)\Nett.dll" DestinationFolder="$(PyRevitBinDir)" />
</Target>
</Project>
</Project>

0 comments on commit bd83343

Please sign in to comment.