Skip to content

Commit 88decc1

Browse files
fix: Removed old reference and updated readme.
Signed-off-by: Johannes Tegnér <[email protected]>
1 parent 4cfbb43 commit 88decc1

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ for now, check the 'Conventional.cs' class_
5959
## With what?
6060

6161
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.
6364
The command line helper used is [System.CommandLine](https://github.com/dotnet/command-line-api)
6465
and tests makes use of [XUnit](https://xunit.net/) and [Moq](https://github.com/moq/moq)

Diff for: cc-gen/cc-gen.csproj

+1-6
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,12 @@
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>

0 commit comments

Comments
 (0)