Skip to content

Commit de6ed9c

Browse files
committed
Bump major version
1 parent b385a62 commit de6ed9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Scrutor/Scrutor.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Register services using assembly scanning and a fluent API.</Description>
4-
<VersionPrefix>5.1.1</VersionPrefix>
4+
<VersionPrefix>6.0.0</VersionPrefix>
55
<Authors>Kristian Hellang</Authors>
66
<TargetFrameworks>net462;netstandard2.0;net8.0</TargetFrameworks>
77
<NoWarn>$(NoWarn);CS1591</NoWarn>
@@ -24,7 +24,7 @@
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<!-- Only increase this value in case of incompatible API changes. -->
27-
<AssemblyVersion>5.0.0.0</AssemblyVersion>
27+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
2828
</PropertyGroup>
2929

3030
<ItemGroup>

0 commit comments

Comments
 (0)