Skip to content

Commit 7d554ca

Browse files
jhartmann123davidroth
authored andcommitted
chore: Bumped version to 10.0.0
1 parent 0bbb995 commit 7d554ca

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.editorconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ dotnet_diagnostic.CA2016.severity = warning # CA2016: Forward the 'CancellationT
482482
dotnet_diagnostic.CS1573.severity = silent # CS1573: Parameter has no matching param tag in the XML comment (but other parameters do)
483483
dotnet_diagnostic.CS9107.severity = suggestion # CS9107: Parameter is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
484484

485-
#### Fusonic.Extensions specific settings ####
486-
dotnet_diagnostic.IDE0073.severity = warning # IDE0073: The file header is missing or not located at the top of the file
485+
dotnet_diagnostic.xUnit1051.severity = suggestion # xUnit1051: Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken
487486

487+
#### Fusonic.Extensions specific settings ####
488+
dotnet_diagnostic.IDE0073.severity = warning # IDE0073: The file header is missing or not located at the top of the file

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>10.0.0-rc.2</Version>
3+
<Version>10.0.0</Version>
44
<TargetFramework>net10.0</TargetFramework>
55
</PropertyGroup>
66

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<PackageVersion Include="OpenTelemetry.Api" Version="1.14.0" />
4040
<PackageVersion Include="Polly" Version="8.6.5" />
4141
<PackageVersion Include="PreMailer.Net" Version="2.7.2" />
42-
<PackageVersion Include="Scrutor" Version="6.1.0" />
42+
<PackageVersion Include="Scrutor" Version="7.0.0" />
4343
<PackageVersion Include="SimpleInjector.Integration.AspNetCore.Mvc.Core" Version="5.5.0" />
4444
<PackageVersion Include="SimpleInjector.Integration.AspNetCore" Version="5.5.0" />
4545
<PackageVersion Include="SimpleInjector.Integration.GenericHost" Version="5.5.0" />

0 commit comments

Comments
 (0)