Skip to content

Commit

Permalink
Bump major version
Browse files Browse the repository at this point in the history
  • Loading branch information
khellang committed Jan 13, 2025
1 parent b385a62 commit de6ed9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Scrutor/Scrutor.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Register services using assembly scanning and a fluent API.</Description>
<VersionPrefix>5.1.1</VersionPrefix>
<VersionPrefix>6.0.0</VersionPrefix>
<Authors>Kristian Hellang</Authors>
<TargetFrameworks>net462;netstandard2.0;net8.0</TargetFrameworks>
<NoWarn>$(NoWarn);CS1591</NoWarn>
Expand All @@ -24,7 +24,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<!-- Only increase this value in case of incompatible API changes. -->
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit de6ed9c

Please sign in to comment.