File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ for now, check the 'Conventional.cs' class_
5959## With what?
6060
6161The application makes use of [ LibGit2Sharp] ( https://github.com/libgit2/libgit2sharp/ ) to
62- work with the git log and [ Scriban] ( https://github.com/scriban/scriban ) to handle the templates.
62+ work with the git log, [ Scriban] ( https://github.com/scriban/scriban ) to handle the templates
63+ and [ YamlDotNet] ( https://github.com/aaubry/YamlDotNet ) for Yaml parsing.
6364The command line helper used is [ System.CommandLine] ( https://github.com/dotnet/command-line-api )
6465and tests makes use of [ XUnit] ( https://xunit.net/ ) and [ Moq] ( https://github.com/moq/moq )
Original file line number Diff line number Diff line change 1919 <PropertyGroup Condition =" '$(Version)' == '' " >
2020 <VersionSuffix Condition =" '$(VersionSuffix)' == '' " >1.0.0</VersionSuffix >
2121 <Version Condition =" '$(Version)' == '' " >$(VersionSuffix)</Version >
22- </PropertyGroup >
23-
22+ </PropertyGroup >
2423 <ItemGroup >
2524 <PackageReference Include =" LibGit2Sharp" Version =" 0.27.0-preview-0182" />
2625 <PackageReference Include =" Scriban" Version =" 5.4.4" />
2726 <PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta3.22114.1" />
2827 <PackageReference Include =" YamlDotNet" Version =" 11.2.1" />
2928 </ItemGroup >
3029
31- <ItemGroup >
32- <ProjectReference Include =" ..\lib-cc\lib-cc.csproj" />
33- </ItemGroup >
34-
3530</Project >
You can’t perform that action at this time.
0 commit comments