Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/Xunit.Microsoft.DependencyInjection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>

<!-- Version configuration - can be overridden by build system -->
<Version Condition="'$(Version)' == ''">10.0.1</Version>
<Version Condition="'$(Version)' == ''">10.0.2</Version>
Copy link

Copilot AI Dec 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CHANGELOG.md file should be updated to document the changes included in version 10.0.2. The changelog currently only includes an entry for version 10.0.0 (dated 2025-11-15) and does not mention version 10.0.2. Following the Keep a Changelog format that the project adheres to, a new section should be added with the release date and a description of what changes or fixes are included in this patch release, particularly any changes related to issue #341.

Suggested change
<Version Condition="'$(Version)' == ''">10.0.2</Version>
<Version Condition="'$(Version)' == ''">10.0.0</Version>

Copilot uses AI. Check for mistakes.

<!-- NuGet Package Properties -->
<PackageId>Xunit.Microsoft.DependencyInjection</PackageId>
Expand Down Expand Up @@ -68,4 +68,4 @@
<Folder Include="TestsOrder\" />
<Folder Include="Attributes\" />
</ItemGroup>
</Project>
</Project>