File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -194,3 +194,11 @@ or use `test-local-tool.ps1` script to pack and install the tool from source.
194194- .NET 10 SDK
195195- Spectre.Console / Spectre.Console.Cli
196196- Microsoft.Extensions.AI + OpenAI client
197+
198+
199+ # Contributing
200+ Fork and submit pull requests! Happy coding!
201+
202+ <p align =" center " >
203+ <img src =" assets/icon.png " alt =" DiffLog Logo " width =" 100 " />
204+ </p >
Original file line number Diff line number Diff line change 1111 <ToolCommandName >difflog</ToolCommandName >
1212 <PackageId >DiffLog</PackageId >
1313 <Version >1.0.0</Version >
14- <Authors >Your Name </Authors >
15- <Description >A tool for analyzing and displaying diff logs </Description >
14+ <Authors >Joachim Leonfellner </Authors >
15+ <Description >llm crafted release notes from your git history </Description >
1616 <PackageProjectUrl >https://github.com/nor0x/DiffLog</PackageProjectUrl >
1717 <RepositoryUrl >https://github.com/nor0x/DiffLog</RepositoryUrl >
1818 <PackageLicenseExpression >MIT</PackageLicenseExpression >
19- <PackageTags >diff;log;cli;tool </PackageTags >
19+ <PackageTags >release-notes;changelog;git; diff;ai;llm;openai </PackageTags >
2020 <CommitHash >unknown</CommitHash >
21+ <PackageReadmeFile >readme.md</PackageReadmeFile >
22+ <PackageIcon >icon.png</PackageIcon >
23+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
24+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
25+ <IncludeSymbols >true</IncludeSymbols >
26+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2127 </PropertyGroup >
2228
2329 <ItemGroup >
2935 <PackageReference Include =" Spectre.Console.Cli" Version =" 0.53.1" />
3036 </ItemGroup >
3137
38+ <ItemGroup >
39+ <None Include =" ..\readme.md" Pack =" true" PackagePath =" \" />
40+ <None Include =" ..\assets\icon.png" Pack =" true" PackagePath =" \" />
41+ </ItemGroup >
42+
3243 <ItemGroup >
3344 <AssemblyMetadata Include =" RepositoryUrl" Value =" $(RepositoryUrl)" />
3445 <AssemblyMetadata Include =" CommitHash" Value =" $(CommitHash)" />
3546 </ItemGroup >
3647
37- </Project >
48+ </Project >
You can’t perform that action at this time.
0 commit comments