Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [CLI v0.0.9] - 2025-10-28
## [API v0.0.9] - 2025-10-28

### Added
Expand Down
4 changes: 2 additions & 2 deletions src/Lintellect.Cli/Lintellect.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<!-- Package Metadata -->
<PackageId>Lintellect.Cli</PackageId>
<Version>0.0.8</Version>
<Version>0.0.9</Version>
<Authors>DawnDevelop</Authors>
<Description>DevOps Pull Request Analyzer CLI - Static code analysis tool for GitHub and Azure DevOps PRs</Description>
<PackageTags>devops;pull-request;code-analysis;roslyn;github;azure-devops</PackageTags>
<PackageProjectUrl>https://github.com/DawnDevelop/Lintellect</PackageProjectUrl>
<RepositoryUrl>https://github.com/DawnDevelop/Lintellect</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>0.0.8</PackageVersion>
<PackageVersion>0.0.9</PackageVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down
Loading