Skip to content

Commit

Permalink
version number for client-server
Browse files Browse the repository at this point in the history
  • Loading branch information
ssundahlTTD committed Jan 9, 2025
2 parents 888f05b + 89e29e0 commit 27bae6c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uid2-publisher",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"license": "BSD-2-Clause",
"engineStrict": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.3", "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.3",
"version": "1.4",
"publicReleaseRefSpec": ["^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$"],
"cloudBuild": {
"setVersionVariables": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uid2-publisher",
"version": "1.0.10-ebe469c1de",
"version": "1.1.0",
"private": true,
"engineStrict": true,
"license": "BSD-2-Clause",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.0", "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.1",
"publicReleaseRefSpec": ["^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$"],
Expand Down

0 comments on commit 27bae6c

Please sign in to comment.