Skip to content

Commit

Permalink
Update version to 3.0
Browse files Browse the repository at this point in the history
Incremented version number in `version.json` from "2.1" to "3.0" to reflect a major update, indicating significant new features, improvements, or breaking changes.
  • Loading branch information
marcominerva committed Dec 11, 2024
1 parent 16e3ca3 commit 5d8d7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimpleAuthentication.Abstractions/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.1",
"version": "3.0",
"publicReleaseRefSpec": [
"^refs/heads/master$" // we release out of master
],
Expand Down

0 comments on commit 5d8d7bf

Please sign in to comment.