Skip to content

Commit

Permalink
Merge pull request #33 from IABTechLab/ci-18f489a2fbe79374fc62b1b065c…
Browse files Browse the repository at this point in the history
…53820c5212646

[CI Pipeline] Released Major version: 1.0.0
  • Loading branch information
github-actions[bot] committed May 3, 2024
2 parents 18f489a + 3fec07a commit dff17df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Sources/UID2/Properties/sdk_properties.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>UID2Version</key>
<string>0.3.0</string>
<string>1.0.0</string>
</dict>
</plist>
18 changes: 1 addition & 17 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.3",
"publicReleaseRefSpec": [
"^refs/heads/main$"
],
"cloudBuild": {
"setVersionVariables": true,
"buildNumber": {
"enabled": true,
"includeCommitId": {
"when": "always",
"where": "buildMetadata"
}
}
}
}
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.0", "publicReleaseRefSpec": [ "^refs/heads/main$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always", "where": "buildMetadata" } } } }

0 comments on commit dff17df

Please sign in to comment.