We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b385a62 commit de6ed9cCopy full SHA for de6ed9c
src/Scrutor/Scrutor.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<Description>Register services using assembly scanning and a fluent API.</Description>
4
- <VersionPrefix>5.1.1</VersionPrefix>
+ <VersionPrefix>6.0.0</VersionPrefix>
5
<Authors>Kristian Hellang</Authors>
6
<TargetFrameworks>net462;netstandard2.0;net8.0</TargetFrameworks>
7
<NoWarn>$(NoWarn);CS1591</NoWarn>
@@ -24,7 +24,7 @@
24
<IncludeSymbols>true</IncludeSymbols>
25
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
26
<!-- Only increase this value in case of incompatible API changes. -->
27
- <AssemblyVersion>5.0.0.0</AssemblyVersion>
+ <AssemblyVersion>6.0.0.0</AssemblyVersion>
28
</PropertyGroup>
29
30
<ItemGroup>
0 commit comments