Skip to content

Commit

Permalink
10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pengweiqhca committed Jan 18, 2025
1 parent 4662130 commit 86ca7a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public void ConfigureServices(IServiceCollection services)
services.UseDemystifyExceptionFilter();
}</Description>
<PackageTags>xunit ioc di DependencyInjection test</PackageTags>
<Version>9.0.0</Version>
<Version>10.0.0</Version>
<PackageReleaseNotes>$(Description)</PackageReleaseNotes>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public void Configure(IServiceProvider provider)
XunitTestOutputLoggerProvider.Register(provider);
}</Description>
<PackageTags>xunit ioc di DependencyInjection test</PackageTags>
<Version>10.0.0-preview.1</Version>
<Version>10.0.0</Version>
<PackageReleaseNotes>$(Description)</PackageReleaseNotes>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Release notes:

10.0: Upgrade xunit to v3.</Description>
<PackageTags>xunit ioc di DependencyInjection test</PackageTags>
<Version>10.0.0-preview.1</Version>
<Version>10.0.0</Version>
<PackageReleaseNotes>$(Description)</PackageReleaseNotes>
<PolySharpExcludeGeneratedTypes>System.Runtime.CompilerServices.RequiresLocationAttribute;System.Diagnostics.CodeAnalysis.SetsRequiredMembersAttribute</PolySharpExcludeGeneratedTypes>
</PropertyGroup>
Expand Down

0 comments on commit 86ca7a5

Please sign in to comment.