Skip to content

Commit

Permalink
fix: Removed old reference and updated readme.
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tegnér <[email protected]>
  • Loading branch information
Johannestegner committed May 23, 2022
1 parent 4cfbb43 commit 88decc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ for now, check the 'Conventional.cs' class_
## With what?

The application makes use of [LibGit2Sharp](https://github.com/libgit2/libgit2sharp/) to
work with the git log and [Scriban](https://github.com/scriban/scriban) to handle the templates.
work with the git log, [Scriban](https://github.com/scriban/scriban) to handle the templates
and [YamlDotNet](https://github.com/aaubry/YamlDotNet) for Yaml parsing.
The command line helper used is [System.CommandLine](https://github.com/dotnet/command-line-api)
and tests makes use of [XUnit](https://xunit.net/) and [Moq](https://github.com/moq/moq)
7 changes: 1 addition & 6 deletions cc-gen/cc-gen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,12 @@
<PropertyGroup Condition=" '$(Version)' == '' ">
<VersionSuffix Condition=" '$(VersionSuffix)' == '' ">1.0.0</VersionSuffix>
<Version Condition=" '$(Version)' == '' ">$(VersionSuffix)</Version>
</PropertyGroup>

</PropertyGroup>
<ItemGroup>
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-0182" />
<PackageReference Include="Scriban" Version="5.4.4" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta3.22114.1" />
<PackageReference Include="YamlDotNet" Version="11.2.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\lib-cc\lib-cc.csproj" />
</ItemGroup>

</Project>

0 comments on commit 88decc1

Please sign in to comment.