Skip to content

Commit

Permalink
Merge pull request #60 from IABTechLab/ci-b590d4bd4c7f41097f4be560266…
Browse files Browse the repository at this point in the history
…7f390fbd3e109

[CI Pipeline] Released Major version: 6.0.0
  • Loading branch information
github-actions[bot] authored May 7, 2024
2 parents b590d4b + d7e8d32 commit 6ac53b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion UID2.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>UID2.Client</id>
<version>5.6.22</version>
<version>6.0.0</version>
<!-- When changing the above, ensure you also change Uid2ClientHelper.cs -->
<title>UID2 Client C# SDK</title>
<authors>UID2 team</authors>
Expand Down
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": "5.6",
"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": "6.0", "publicReleaseRefSpec": [ "^refs/heads/main$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always", "where": "buildMetadata" } } } }

0 comments on commit 6ac53b1

Please sign in to comment.