File tree 2 files changed +3
-7
lines changed
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_
59
59
## With what?
60
60
61
61
The 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.
63
64
The command line helper used is [ System.CommandLine] ( https://github.com/dotnet/command-line-api )
64
65
and 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 19
19
<PropertyGroup Condition =" '$(Version)' == '' " >
20
20
<VersionSuffix Condition =" '$(VersionSuffix)' == '' " >1.0.0</VersionSuffix >
21
21
<Version Condition =" '$(Version)' == '' " >$(VersionSuffix)</Version >
22
- </PropertyGroup >
23
-
22
+ </PropertyGroup >
24
23
<ItemGroup >
25
24
<PackageReference Include =" LibGit2Sharp" Version =" 0.27.0-preview-0182" />
26
25
<PackageReference Include =" Scriban" Version =" 5.4.4" />
27
26
<PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta3.22114.1" />
28
27
<PackageReference Include =" YamlDotNet" Version =" 11.2.1" />
29
28
</ItemGroup >
30
29
31
- <ItemGroup >
32
- <ProjectReference Include =" ..\lib-cc\lib-cc.csproj" />
33
- </ItemGroup >
34
-
35
30
</Project >
You can’t perform that action at this time.
0 commit comments