Skip to content

Commit

Permalink
[CI Pipeline] Released Minor version: 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Workflow authored and github-actions[bot] committed Jan 30, 2025
1 parent f9e47aa commit 5d8a596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uid2-publisher",
"version": "1.4.0",
"version": "1.5.0",
"private": true,
"license": "BSD-2-Clause",
"engineStrict": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.4",
"publicReleaseRefSpec": ["^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$"],
"cloudBuild": {
"setVersionVariables": true,
"buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } }
}
}
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.5", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } } } }

0 comments on commit 5d8a596

Please sign in to comment.