diff --git a/Sources/UID2/Properties/sdk_properties.plist b/Sources/UID2/Properties/sdk_properties.plist index 196fa3e..d2f3a0e 100644 --- a/Sources/UID2/Properties/sdk_properties.plist +++ b/Sources/UID2/Properties/sdk_properties.plist @@ -3,6 +3,6 @@ UID2Version - 1.1.0 + 1.2.0 diff --git a/version.json b/version.json index ce58816..3e9d055 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.1", "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.2", "publicReleaseRefSpec": [ "^refs/heads/main$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always", "where": "buildMetadata" } } } }