Skip to content

Commit 6ac53b1

Browse files
Merge pull request #60 from IABTechLab/ci-b590d4bd4c7f41097f4be5602667f390fbd3e109
[CI Pipeline] Released Major version: 6.0.0
2 parents b590d4b + d7e8d32 commit 6ac53b1

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

UID2.Client.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>UID2.Client</id>
5-
<version>5.6.22</version>
5+
<version>6.0.0</version>
66
<!-- When changing the above, ensure you also change Uid2ClientHelper.cs -->
77
<title>UID2 Client C# SDK</title>
88
<authors>UID2 team</authors>

version.json

+1-17
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
1-
{
2-
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "5.6",
4-
"publicReleaseRefSpec": [
5-
"^refs/heads/main$"
6-
],
7-
"cloudBuild": {
8-
"setVersionVariables": true,
9-
"buildNumber": {
10-
"enabled": true,
11-
"includeCommitId": {
12-
"when": "always",
13-
"where": "buildMetadata"
14-
}
15-
}
16-
}
17-
}
1+
{ "$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 commit comments

Comments
 (0)