Add LibGit2Sharp as submodule and update project references

This commit is contained in:
2025-12-28 10:00:39 +00:00
parent fc4bcf7b8c
commit e76d2280de
3 changed files with 7 additions and 3 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "MarketAlly.LibGit2Sharp"]
path = MarketAlly.LibGit2Sharp
url = https://33745799bf9e8936ac7a55b4e03faecf6ebd7beb@git.marketally.com/marketally/LibGit2Sharp.git

View File

@@ -17,8 +17,8 @@
<Copyright>Copyright © MarketAlly 2025</Copyright>
<PackageIcon>icon.png</PackageIcon>
<PackageTags>git;commit;message;ai;claude;openai;gemini;libgit2;conventional-commits;code-quality;devtools;dotnet9;net9</PackageTags>
<PackageProjectUrl>https://github.com/MarketAlly/GitCommitEditor</PackageProjectUrl>
<RepositoryUrl>https://github.com/MarketAlly/GitCommitEditor</RepositoryUrl>
<PackageProjectUrl>https://git.marketally.com/marketally/GitCommitEditor</PackageProjectUrl>
<RepositoryUrl>https://git.marketally.com/marketally/GitCommitEditor</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -53,7 +53,7 @@ Version 1.0.0 - Initial Release:
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MarketAlly.LibGit2Sharp\MarketAlly.LibGit2Sharp.csproj" />
<ProjectReference Include="MarketAlly.LibGit2Sharp\MarketAlly.LibGit2Sharp.csproj" />
</ItemGroup>
<ItemGroup>