From fcbb38986d480222a09e68566b8ad667b483a2e0 Mon Sep 17 00:00:00 2001 From: Dion Date: Mon, 11 Mar 2024 22:40:32 +0100 Subject: [PATCH] Version bumb to 0.6.0-beta.4 --- documentation/package.json | 2 +- history.md | 6 +++++- starsky-tools/build-tools/app-version-update.js | 2 +- starsky-tools/build-tools/package.json | 2 +- starsky-tools/dropbox-import/package.json | 2 +- starsky-tools/end2end/package.json | 2 +- starsky-tools/localtunnel/package.json | 2 +- starsky-tools/mail/package.json | 2 +- starsky-tools/mock/package.json | 2 +- starsky-tools/slack-notification/package.json | 2 +- starsky-tools/sync/package.json | 2 +- starsky-tools/thumbnail/package.json | 2 +- starsky/starsky.feature.demo/starsky.feature.demo.csproj | 2 +- .../starsky.feature.desktop/starsky.feature.desktop.csproj | 2 +- .../starsky.feature.export/starsky.feature.export.csproj | 2 +- .../starsky.feature.geolookup.csproj | 2 +- .../starsky.feature.health/starsky.feature.health.csproj | 2 +- .../starsky.feature.import/starsky.feature.import.csproj | 2 +- .../starsky.feature.metaupdate.csproj | 2 +- .../starsky.feature.packagetelemetry.csproj | 2 +- .../starsky.feature.realtime.csproj | 2 +- .../starsky.feature.rename/starsky.feature.rename.csproj | 2 +- .../starsky.feature.search/starsky.feature.search.csproj | 2 +- .../starsky.feature.settings.csproj | 2 +- .../starsky.feature.syncbackground.csproj | 2 +- .../starsky.feature.thumbnail.csproj | 2 +- starsky/starsky.feature.trash/starsky.feature.trash.csproj | 2 +- .../starsky.feature.webftppublish.csproj | 2 +- .../starsky.feature.webhtmlpublish.csproj | 2 +- .../starsky.foundation.accountmanagement.csproj | 2 +- .../starsky.foundation.database.csproj | 2 +- .../starsky.foundation.http/starsky.foundation.http.csproj | 2 +- .../starsky.foundation.injection.csproj | 2 +- .../starsky.foundation.platform.csproj | 2 +- .../starsky.foundation.readmeta.csproj | 2 +- .../starsky.foundation.realtime.csproj | 2 +- .../starsky.foundation.settings.csproj | 2 +- .../starsky.foundation.storage.csproj | 2 +- .../starsky.foundation.sync/starsky.foundation.sync.csproj | 2 +- .../starsky.foundation.thumbnailgeneration.csproj | 2 +- .../starsky.foundation.thumbnailmeta.csproj | 2 +- .../starsky.foundation.webtelemetry.csproj | 2 +- .../starsky.foundation.worker.csproj | 2 +- .../starsky.foundation.writemeta.csproj | 2 +- starsky/starsky.project.web/starsky.project.web.csproj | 2 +- starsky/starsky/clientapp/default-package.json | 2 +- starsky/starsky/clientapp/package.json | 2 +- starsky/starsky/starsky.csproj | 2 +- starsky/starskyadmincli/starskyadmincli.csproj | 2 +- starsky/starskydemoseedcli/starskydemoseedcli.csproj | 2 +- starsky/starskygeocli/starskygeocli.csproj | 2 +- starsky/starskyimportercli/starskyimportercli.csproj | 2 +- starsky/starskysynchronizecli/starskysynchronizecli.csproj | 2 +- starsky/starskythumbnailcli/starskythumbnailcli.csproj | 2 +- .../starskythumbnailmetacli/starskythumbnailmetacli.csproj | 2 +- starsky/starskywebftpcli/starskywebftpcli.csproj | 2 +- starsky/starskywebhtmlcli/starskywebhtmlcli.csproj | 2 +- starskydesktop/package.json | 2 +- 58 files changed, 62 insertions(+), 58 deletions(-) diff --git a/documentation/package.json b/documentation/package.json index 4c4652b5c4..78758812a0 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -1,6 +1,6 @@ { "name": "starsky", - "version": "0.6.0-beta.2", + "version": "0.6.0-beta.3", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/history.md b/history.md index 5d0ddb8883..4136ea5bbc 100644 --- a/history.md +++ b/history.md @@ -41,7 +41,11 @@ Semantic Versioning 2.0.0 is from version 0.1.6+ ## List of versions -## version 0.6.0-beta.3 - _(Unreleased)_ - 2024-03-? {#v0.6.0-beta.3} +## version 0.6.0-beta.4 - _(Unreleased)_ - 2024-03-? {#v0.6.0-beta.4} + +- TODO: update fallback / custom update messages + +## version 0.6.0-beta.3 - 2024-03-11 {#v0.6.0-beta.3} - [x] (Fixed) _Back-end_ Fix Dispose issue for WriteTagsAndRenameThumbnailAsync, WriteTagsAsync (Windows) (PR #1437) (Issue #1427) diff --git a/starsky-tools/build-tools/app-version-update.js b/starsky-tools/build-tools/app-version-update.js index 5ddd4bfc2d..dabefcd0f1 100644 --- a/starsky-tools/build-tools/app-version-update.js +++ b/starsky-tools/build-tools/app-version-update.js @@ -11,7 +11,7 @@ const {readFile, writeFile} = require("fs").promises; const {getFiles} = require("./lib/get-files-directory"); const {prefixPath} = require("./lib/prefix-path.const.js"); -let newVersion = "0.6.0-beta.2"; +let newVersion = "0.6.0-beta.3"; // allow version as single argument const argv = process.argv.slice(2); diff --git a/starsky-tools/build-tools/package.json b/starsky-tools/build-tools/package.json index d610bf4be8..96de95dcbb 100644 --- a/starsky-tools/build-tools/package.json +++ b/starsky-tools/build-tools/package.json @@ -1,6 +1,6 @@ { "name": "build-tools", - "version": "0.6.0-beta.2", + "version": "0.6.0-beta.3", "description": "", "main": "", "scripts": { diff --git a/starsky-tools/dropbox-import/package.json b/starsky-tools/dropbox-import/package.json index 609d33aa45..725ca8f432 100644 --- a/starsky-tools/dropbox-import/package.json +++ b/starsky-tools/dropbox-import/package.json @@ -1,6 +1,6 @@ { "name": "dropbox-import", - "version": "0.6.0-beta.2", + "version": "0.6.0-beta.3", "description": "", "main": "dropbox-import.js", "scripts": { diff --git a/starsky-tools/end2end/package.json b/starsky-tools/end2end/package.json index f7709ee1aa..66a14151e6 100644 --- a/starsky-tools/end2end/package.json +++ b/starsky-tools/end2end/package.json @@ -1,6 +1,6 @@ { "name": "end2end", - "version": "0.6.0-beta.2", + "version": "0.6.0-beta.3", "description": "End2End testing of the application", "scripts": { "start": "cypress open --env configFolder=starsky,configEnv=local,CYPRESS_RETRIES=2 --e2e --browser=electron", diff --git a/starsky-tools/localtunnel/package.json b/starsky-tools/localtunnel/package.json index decf1d618d..914db8a1df 100644 --- a/starsky-tools/localtunnel/package.json +++ b/starsky-tools/localtunnel/package.json @@ -1,6 +1,6 @@ { "name": "localtunnel-project", - "version": "0.6.0-beta.2", + "version": "0.6.0-beta.3", "description": "", "main": "localtunnel.js", "scripts": { diff --git a/starsky-tools/mail/package.json b/starsky-tools/mail/package.json index 30090d2f23..050b8263f1 100644 --- a/starsky-tools/mail/package.json +++ b/starsky-tools/mail/package.json @@ -1,6 +1,6 @@ { "name": "mail", - "version": "0.6.0-beta.2", + "version": "0.6.0-beta.3", "description": "", "main": "mail.js", "scripts": { diff --git a/starsky-tools/mock/package.json b/starsky-tools/mock/package.json index d113db5965..c07188e360 100644 --- a/starsky-tools/mock/package.json +++ b/starsky-tools/mock/package.json @@ -1,6 +1,6 @@ { "name": "mock", - "version": "0.6.0-beta.2", + "version": "0.6.0-beta.3", "description": "", "main": "mock.js", "scripts": { diff --git a/starsky-tools/slack-notification/package.json b/starsky-tools/slack-notification/package.json index 705a8746fc..224fc4ba7e 100644 --- a/starsky-tools/slack-notification/package.json +++ b/starsky-tools/slack-notification/package.json @@ -1,6 +1,6 @@ { "name": "slack-notifications", - "version": "0.6.0-beta.2", + "version": "0.6.0-beta.3", "description": "", "main": "", "scripts": { diff --git a/starsky-tools/sync/package.json b/starsky-tools/sync/package.json index acf693cf10..60bd3667df 100644 --- a/starsky-tools/sync/package.json +++ b/starsky-tools/sync/package.json @@ -1,6 +1,6 @@ { "name": "starsky-tools", - "version": "0.6.0-beta.2", + "version": "0.6.0-beta.3", "description": "", "main": "index.js", "scripts": { diff --git a/starsky-tools/thumbnail/package.json b/starsky-tools/thumbnail/package.json index dd71b65cdf..777582285d 100644 --- a/starsky-tools/thumbnail/package.json +++ b/starsky-tools/thumbnail/package.json @@ -1,6 +1,6 @@ { "name": "thumbnail", - "version": "0.6.0-beta.2", + "version": "0.6.0-beta.3", "description": "Client side thumbnail generation interacting with a Starsky WebApi ", "main": "thumbnail.js", "scripts": { diff --git a/starsky/starsky.feature.demo/starsky.feature.demo.csproj b/starsky/starsky.feature.demo/starsky.feature.demo.csproj index 2c82e04111..62eaf788e3 100644 --- a/starsky/starsky.feature.demo/starsky.feature.demo.csproj +++ b/starsky/starsky.feature.demo/starsky.feature.demo.csproj @@ -4,7 +4,7 @@ net8.0 {34d46dc0-f965-46bf-9178-b83a9a6627e7} - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.feature.demo disable diff --git a/starsky/starsky.feature.desktop/starsky.feature.desktop.csproj b/starsky/starsky.feature.desktop/starsky.feature.desktop.csproj index 93e8fb53a0..745d52012a 100644 --- a/starsky/starsky.feature.desktop/starsky.feature.desktop.csproj +++ b/starsky/starsky.feature.desktop/starsky.feature.desktop.csproj @@ -4,7 +4,7 @@ net8.0 {ca693c59-e50a-4dc6-a2ba-fe7e0caf417a} - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.feature.desktop enable diff --git a/starsky/starsky.feature.export/starsky.feature.export.csproj b/starsky/starsky.feature.export/starsky.feature.export.csproj index 33aefe9fed..6e02b5c5e9 100644 --- a/starsky/starsky.feature.export/starsky.feature.export.csproj +++ b/starsky/starsky.feature.export/starsky.feature.export.csproj @@ -3,7 +3,7 @@ net8.0 {09ccbfa9-612f-4d5e-ae27-c0c06e7114c9} - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.feature.export disable diff --git a/starsky/starsky.feature.geolookup/starsky.feature.geolookup.csproj b/starsky/starsky.feature.geolookup/starsky.feature.geolookup.csproj index dbf787655d..8f9a73b0d4 100644 --- a/starsky/starsky.feature.geolookup/starsky.feature.geolookup.csproj +++ b/starsky/starsky.feature.geolookup/starsky.feature.geolookup.csproj @@ -6,7 +6,7 @@ {23e26a58-29c5-4d0c-813b-9f7bd991b107} starsky.feature.geolookup Full - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starsky.feature.health/starsky.feature.health.csproj b/starsky/starsky.feature.health/starsky.feature.health.csproj index 298684b7ef..a2543f4650 100644 --- a/starsky/starsky.feature.health/starsky.feature.health.csproj +++ b/starsky/starsky.feature.health/starsky.feature.health.csproj @@ -4,7 +4,7 @@ net8.0 {d9c8e6e0-2526-4978-ad8c-b4e74993cfd8} starsky.feature.health - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starsky.feature.import/starsky.feature.import.csproj b/starsky/starsky.feature.import/starsky.feature.import.csproj index 7e1251ccd1..70f43ff1d7 100644 --- a/starsky/starsky.feature.import/starsky.feature.import.csproj +++ b/starsky/starsky.feature.import/starsky.feature.import.csproj @@ -4,7 +4,7 @@ net8.0 {e9c60bf0-09b6-40c9-95b5-25c7a185365e} - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.feature.import disable diff --git a/starsky/starsky.feature.metaupdate/starsky.feature.metaupdate.csproj b/starsky/starsky.feature.metaupdate/starsky.feature.metaupdate.csproj index ed56487528..78b274f9fa 100644 --- a/starsky/starsky.feature.metaupdate/starsky.feature.metaupdate.csproj +++ b/starsky/starsky.feature.metaupdate/starsky.feature.metaupdate.csproj @@ -4,7 +4,7 @@ net8.0 starsky.feature.metaupdate {9567d576-4dee-481b-b316-c55d493416f4} - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starsky.feature.packagetelemetry/starsky.feature.packagetelemetry.csproj b/starsky/starsky.feature.packagetelemetry/starsky.feature.packagetelemetry.csproj index bd927edc40..80bb113eca 100644 --- a/starsky/starsky.feature.packagetelemetry/starsky.feature.packagetelemetry.csproj +++ b/starsky/starsky.feature.packagetelemetry/starsky.feature.packagetelemetry.csproj @@ -4,7 +4,7 @@ net8.0 starsky.feature.packagetelemetry {6fbad8a6-53fa-41d2-98a4-61eb46d70794} - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starsky.feature.realtime/starsky.feature.realtime.csproj b/starsky/starsky.feature.realtime/starsky.feature.realtime.csproj index 233c230270..5f88321edc 100644 --- a/starsky/starsky.feature.realtime/starsky.feature.realtime.csproj +++ b/starsky/starsky.feature.realtime/starsky.feature.realtime.csproj @@ -4,7 +4,7 @@ net8.0 starsky.feature.realtime {4a749ec1-4e6d-4c68-b69c-00c5c80f5660} - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starsky.feature.rename/starsky.feature.rename.csproj b/starsky/starsky.feature.rename/starsky.feature.rename.csproj index ffff2a80e8..cad78a5c4c 100644 --- a/starsky/starsky.feature.rename/starsky.feature.rename.csproj +++ b/starsky/starsky.feature.rename/starsky.feature.rename.csproj @@ -3,7 +3,7 @@ net8.0 {a864f834-133f-4ea8-9a4d-53e5cad837ab} - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.feature.rename disable diff --git a/starsky/starsky.feature.search/starsky.feature.search.csproj b/starsky/starsky.feature.search/starsky.feature.search.csproj index 604e755686..afd01463d7 100644 --- a/starsky/starsky.feature.search/starsky.feature.search.csproj +++ b/starsky/starsky.feature.search/starsky.feature.search.csproj @@ -3,7 +3,7 @@ net8.0 {c9e6cec6-c453-4c61-a955-ec65765afe0a} - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.feature.search disable diff --git a/starsky/starsky.feature.settings/starsky.feature.settings.csproj b/starsky/starsky.feature.settings/starsky.feature.settings.csproj index 224e2f0e52..0d4876a739 100644 --- a/starsky/starsky.feature.settings/starsky.feature.settings.csproj +++ b/starsky/starsky.feature.settings/starsky.feature.settings.csproj @@ -2,7 +2,7 @@ net8.0 {67a8a132-6551-4042-96a4-3ec507b0cb83} - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.feature.settings enable diff --git a/starsky/starsky.feature.syncbackground/starsky.feature.syncbackground.csproj b/starsky/starsky.feature.syncbackground/starsky.feature.syncbackground.csproj index 9bb76ed6c4..60bff9f5a7 100644 --- a/starsky/starsky.feature.syncbackground/starsky.feature.syncbackground.csproj +++ b/starsky/starsky.feature.syncbackground/starsky.feature.syncbackground.csproj @@ -3,7 +3,7 @@ net8.0 starsky.feature.syncbackground {15e1493e-6e79-4314-907f-b3ef18eb9046} - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starsky.feature.thumbnail/starsky.feature.thumbnail.csproj b/starsky/starsky.feature.thumbnail/starsky.feature.thumbnail.csproj index 1e4c5c7b8f..b9858d0648 100644 --- a/starsky/starsky.feature.thumbnail/starsky.feature.thumbnail.csproj +++ b/starsky/starsky.feature.thumbnail/starsky.feature.thumbnail.csproj @@ -4,7 +4,7 @@ net8.0 starsky.feature.thumbnail {93a6019f-6627-483e-a18e-0d073d7b0883} - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starsky.feature.trash/starsky.feature.trash.csproj b/starsky/starsky.feature.trash/starsky.feature.trash.csproj index 735b18ac1e..0ae84651fc 100644 --- a/starsky/starsky.feature.trash/starsky.feature.trash.csproj +++ b/starsky/starsky.feature.trash/starsky.feature.trash.csproj @@ -4,7 +4,7 @@ net8.0 starsky.feature.trash {21affb47-1f8c-458a-84bb-24959e0fda31} - 0.6.0-beta.2 + 0.6.0-beta.3 enable enable diff --git a/starsky/starsky.feature.webftppublish/starsky.feature.webftppublish.csproj b/starsky/starsky.feature.webftppublish/starsky.feature.webftppublish.csproj index 06a96c0ed1..05b77ebb9f 100644 --- a/starsky/starsky.feature.webftppublish/starsky.feature.webftppublish.csproj +++ b/starsky/starsky.feature.webftppublish/starsky.feature.webftppublish.csproj @@ -4,7 +4,7 @@ net8.0 {31df1419-6c81-4372-b7ae-a6ebb429e7e9} - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.feature.webftppublish disable diff --git a/starsky/starsky.feature.webhtmlpublish/starsky.feature.webhtmlpublish.csproj b/starsky/starsky.feature.webhtmlpublish/starsky.feature.webhtmlpublish.csproj index 59d2ab4033..76aff4bfa4 100644 --- a/starsky/starsky.feature.webhtmlpublish/starsky.feature.webhtmlpublish.csproj +++ b/starsky/starsky.feature.webhtmlpublish/starsky.feature.webhtmlpublish.csproj @@ -6,7 +6,7 @@ {7f7fe502-31a8-409b-bd0b-92d7d1bfeb31} Full - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.feature.webhtmlpublish disable diff --git a/starsky/starsky.foundation.accountmanagement/starsky.foundation.accountmanagement.csproj b/starsky/starsky.foundation.accountmanagement/starsky.foundation.accountmanagement.csproj index 037d2fcf1b..2ec50ae543 100644 --- a/starsky/starsky.foundation.accountmanagement/starsky.foundation.accountmanagement.csproj +++ b/starsky/starsky.foundation.accountmanagement/starsky.foundation.accountmanagement.csproj @@ -5,7 +5,7 @@ {842d2080-b847-43c3-8535-e5065970dd47} starsky.foundation.accountmanagement - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starsky.foundation.database/starsky.foundation.database.csproj b/starsky/starsky.foundation.database/starsky.foundation.database.csproj index c8196d426b..a381900c6e 100644 --- a/starsky/starsky.foundation.database/starsky.foundation.database.csproj +++ b/starsky/starsky.foundation.database/starsky.foundation.database.csproj @@ -6,7 +6,7 @@ {46588bf9-d745-460d-a22d-d8fdfc698809} Full T - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.foundation.database disable diff --git a/starsky/starsky.foundation.http/starsky.foundation.http.csproj b/starsky/starsky.foundation.http/starsky.foundation.http.csproj index 6bbee13791..19c5f67c74 100644 --- a/starsky/starsky.foundation.http/starsky.foundation.http.csproj +++ b/starsky/starsky.foundation.http/starsky.foundation.http.csproj @@ -5,7 +5,7 @@ {60193d91-0d92-4fc2-b469-d7691cb0e986} Full - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.foundation.http disable diff --git a/starsky/starsky.foundation.injection/starsky.foundation.injection.csproj b/starsky/starsky.foundation.injection/starsky.foundation.injection.csproj index a5f2a3b874..6e10f8ce14 100644 --- a/starsky/starsky.foundation.injection/starsky.foundation.injection.csproj +++ b/starsky/starsky.foundation.injection/starsky.foundation.injection.csproj @@ -6,7 +6,7 @@ {e1753943-96a7-4dee-afc3-234c1c83b8a3} Full - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.foundation.injection disable diff --git a/starsky/starsky.foundation.platform/starsky.foundation.platform.csproj b/starsky/starsky.foundation.platform/starsky.foundation.platform.csproj index 7214974cd1..09cedbe328 100644 --- a/starsky/starsky.foundation.platform/starsky.foundation.platform.csproj +++ b/starsky/starsky.foundation.platform/starsky.foundation.platform.csproj @@ -6,7 +6,7 @@ {10a49647-83ab-43c4-a3ff-8b0767518023} Full SYSTEM_TEXT_ENABLED - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.foundation.platform disable diff --git a/starsky/starsky.foundation.readmeta/starsky.foundation.readmeta.csproj b/starsky/starsky.foundation.readmeta/starsky.foundation.readmeta.csproj index c0a1783156..9197a2ae42 100644 --- a/starsky/starsky.foundation.readmeta/starsky.foundation.readmeta.csproj +++ b/starsky/starsky.foundation.readmeta/starsky.foundation.readmeta.csproj @@ -5,7 +5,7 @@ {82ba730f-0aca-470d-ad0e-af046d422f8c} Full - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.foundation.readmeta disable diff --git a/starsky/starsky.foundation.realtime/starsky.foundation.realtime.csproj b/starsky/starsky.foundation.realtime/starsky.foundation.realtime.csproj index 6ebb92edac..c18e9c5349 100644 --- a/starsky/starsky.foundation.realtime/starsky.foundation.realtime.csproj +++ b/starsky/starsky.foundation.realtime/starsky.foundation.realtime.csproj @@ -5,7 +5,7 @@ starsky.foundation.realtime {b90175e1-ba3f-4a18-a0ff-2cde71e8151e} - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starsky.foundation.settings/starsky.foundation.settings.csproj b/starsky/starsky.foundation.settings/starsky.foundation.settings.csproj index 7710719ba2..b4515a06e9 100644 --- a/starsky/starsky.foundation.settings/starsky.foundation.settings.csproj +++ b/starsky/starsky.foundation.settings/starsky.foundation.settings.csproj @@ -4,7 +4,7 @@ starsky.foundation.settings {67e301f1-e700-4ca5-81ae-696abab1bb0f} - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starsky.foundation.storage/starsky.foundation.storage.csproj b/starsky/starsky.foundation.storage/starsky.foundation.storage.csproj index bb69a1ea6f..0f8615299b 100644 --- a/starsky/starsky.foundation.storage/starsky.foundation.storage.csproj +++ b/starsky/starsky.foundation.storage/starsky.foundation.storage.csproj @@ -5,7 +5,7 @@ {12f5ae66-8d7f-4d81-86c5-e3e3864f44a1} Full - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.foundation.storage disable diff --git a/starsky/starsky.foundation.sync/starsky.foundation.sync.csproj b/starsky/starsky.foundation.sync/starsky.foundation.sync.csproj index 2db4bd3234..d025c099f6 100644 --- a/starsky/starsky.foundation.sync/starsky.foundation.sync.csproj +++ b/starsky/starsky.foundation.sync/starsky.foundation.sync.csproj @@ -4,7 +4,7 @@ net8.0 {8cd2e452-ab62-446c-ad42-7d90b63d1b81} - 0.6.0-beta.2 + 0.6.0-beta.3 starsky.foundation.sync enable disable diff --git a/starsky/starsky.foundation.thumbnailgeneration/starsky.foundation.thumbnailgeneration.csproj b/starsky/starsky.foundation.thumbnailgeneration/starsky.foundation.thumbnailgeneration.csproj index b7665c48e8..de19a8ee3b 100644 --- a/starsky/starsky.foundation.thumbnailgeneration/starsky.foundation.thumbnailgeneration.csproj +++ b/starsky/starsky.foundation.thumbnailgeneration/starsky.foundation.thumbnailgeneration.csproj @@ -5,7 +5,7 @@ {4b3990c9-171b-4d53-a821-f458e8ac072f} Full - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.foundation.thumbnailgeneration disable diff --git a/starsky/starsky.foundation.thumbnailmeta/starsky.foundation.thumbnailmeta.csproj b/starsky/starsky.foundation.thumbnailmeta/starsky.foundation.thumbnailmeta.csproj index d7b04500e0..ed9b0475ac 100644 --- a/starsky/starsky.foundation.thumbnailmeta/starsky.foundation.thumbnailmeta.csproj +++ b/starsky/starsky.foundation.thumbnailmeta/starsky.foundation.thumbnailmeta.csproj @@ -5,7 +5,7 @@ {88e70822-ae50-4fc5-9384-a8726b70849a} Full - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.foundation.thumbnailmeta disable diff --git a/starsky/starsky.foundation.webtelemetry/starsky.foundation.webtelemetry.csproj b/starsky/starsky.foundation.webtelemetry/starsky.foundation.webtelemetry.csproj index b3cba22dc9..0106e6cb2c 100644 --- a/starsky/starsky.foundation.webtelemetry/starsky.foundation.webtelemetry.csproj +++ b/starsky/starsky.foundation.webtelemetry/starsky.foundation.webtelemetry.csproj @@ -5,7 +5,7 @@ {3b84ed27-fef0-4c2b-8cb5-04b7fdb613f8} Full - 0.6.0-beta.2 + 0.6.0-beta.3 starsky.foundation.webtelemetry latest enable diff --git a/starsky/starsky.foundation.worker/starsky.foundation.worker.csproj b/starsky/starsky.foundation.worker/starsky.foundation.worker.csproj index 0a06c09a64..11d6233b5b 100644 --- a/starsky/starsky.foundation.worker/starsky.foundation.worker.csproj +++ b/starsky/starsky.foundation.worker/starsky.foundation.worker.csproj @@ -5,7 +5,7 @@ {240fbcdb-4379-4bbe-b154-eb4f87504d9e} Full - 0.6.0-beta.2 + 0.6.0-beta.3 starsky.foundation.worker enable disable diff --git a/starsky/starsky.foundation.writemeta/starsky.foundation.writemeta.csproj b/starsky/starsky.foundation.writemeta/starsky.foundation.writemeta.csproj index b472fea3e8..90d63e8f0d 100644 --- a/starsky/starsky.foundation.writemeta/starsky.foundation.writemeta.csproj +++ b/starsky/starsky.foundation.writemeta/starsky.foundation.writemeta.csproj @@ -5,7 +5,7 @@ {bc265f9e-e0f1-46da-9c40-0babe44de9ee} Full - 0.6.0-beta.2 + 0.6.0-beta.3 enable starsky.foundation.writemeta disable diff --git a/starsky/starsky.project.web/starsky.project.web.csproj b/starsky/starsky.project.web/starsky.project.web.csproj index 9dc51adde7..4a0d712362 100644 --- a/starsky/starsky.project.web/starsky.project.web.csproj +++ b/starsky/starsky.project.web/starsky.project.web.csproj @@ -3,7 +3,7 @@ net8.0 An attempt to create a database driven photo library - 0.6.0-beta.2 + 0.6.0-beta.3 true {e6d8f456-859f-479d-bffa-3e78f1b27315} diff --git a/starsky/starsky/clientapp/default-package.json b/starsky/starsky/clientapp/default-package.json index c4cca0e992..3389713c69 100644 --- a/starsky/starsky/clientapp/default-package.json +++ b/starsky/starsky/clientapp/default-package.json @@ -1,7 +1,7 @@ { "name": "clientapp2", "private": true, - "version": "0.6.0-beta.2", + "version": "0.6.0-beta.3", "type": "module", "scripts": { "dev": "vite", diff --git a/starsky/starsky/clientapp/package.json b/starsky/starsky/clientapp/package.json index 43a98b5510..a45dffae94 100644 --- a/starsky/starsky/clientapp/package.json +++ b/starsky/starsky/clientapp/package.json @@ -1,7 +1,7 @@ { "name": "clientapp", "private": true, - "version": "0.6.0-beta.2", + "version": "0.6.0-beta.3", "type": "module", "scripts": { "dev": "vite", diff --git a/starsky/starsky/starsky.csproj b/starsky/starsky/starsky.csproj index 7767ca97b6..9b9f49bb5c 100644 --- a/starsky/starsky/starsky.csproj +++ b/starsky/starsky/starsky.csproj @@ -4,7 +4,7 @@ 8.0.2 An attempt to create a database driven photo library - 0.6.0-beta.2 + 0.6.0-beta.3 {894dce96-b51a-4ea2-80bf-e330bf1e8198} SYSTEM_TEXT_ENABLED diff --git a/starsky/starskyadmincli/starskyadmincli.csproj b/starsky/starskyadmincli/starskyadmincli.csproj index 78b312aa32..fb9cbf8f5c 100644 --- a/starsky/starskyadmincli/starskyadmincli.csproj +++ b/starsky/starskyadmincli/starskyadmincli.csproj @@ -7,7 +7,7 @@ {dcf1f6cb-1c65-4394-bef7-cccc2967b56c} 8.0.2 Full - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starskydemoseedcli/starskydemoseedcli.csproj b/starsky/starskydemoseedcli/starskydemoseedcli.csproj index 55c12d2a79..fbdb296295 100644 --- a/starsky/starskydemoseedcli/starskydemoseedcli.csproj +++ b/starsky/starskydemoseedcli/starskydemoseedcli.csproj @@ -7,7 +7,7 @@ {215a3302-a418-4148-8d20-1127e27c3dae} 8.0.2 Full - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starskygeocli/starskygeocli.csproj b/starsky/starskygeocli/starskygeocli.csproj index 5daa776611..40945a39c0 100644 --- a/starsky/starskygeocli/starskygeocli.csproj +++ b/starsky/starskygeocli/starskygeocli.csproj @@ -7,7 +7,7 @@ {a030c158-2f79-4317-a9f9-bdd46d66d1d8} 8.0.2 Full - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starskyimportercli/starskyimportercli.csproj b/starsky/starskyimportercli/starskyimportercli.csproj index f64d39803b..d99f1106ae 100644 --- a/starsky/starskyimportercli/starskyimportercli.csproj +++ b/starsky/starskyimportercli/starskyimportercli.csproj @@ -6,7 +6,7 @@ {23e4ea86-970a-4de1-badc-8d7e9d3d4dd6} 8.0.2 Full - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starskysynchronizecli/starskysynchronizecli.csproj b/starsky/starskysynchronizecli/starskysynchronizecli.csproj index 3c6b8132fb..d8c258c3fb 100644 --- a/starsky/starskysynchronizecli/starskysynchronizecli.csproj +++ b/starsky/starskysynchronizecli/starskysynchronizecli.csproj @@ -7,7 +7,7 @@ {7e1136a7-cc43-49d2-91d3-48e557f0fb66} 8.0.2 starskysynchronizecli - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starskythumbnailcli/starskythumbnailcli.csproj b/starsky/starskythumbnailcli/starskythumbnailcli.csproj index 3f4cbc4966..76b9af67ce 100644 --- a/starsky/starskythumbnailcli/starskythumbnailcli.csproj +++ b/starsky/starskythumbnailcli/starskythumbnailcli.csproj @@ -7,7 +7,7 @@ {67e3fb34-1ca8-4a28-a0e0-00ff61821002} 8.0.2 starskythumbnailcli - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starskythumbnailmetacli/starskythumbnailmetacli.csproj b/starsky/starskythumbnailmetacli/starskythumbnailmetacli.csproj index b83d779039..193b23fb22 100644 --- a/starsky/starskythumbnailmetacli/starskythumbnailmetacli.csproj +++ b/starsky/starskythumbnailmetacli/starskythumbnailmetacli.csproj @@ -7,7 +7,7 @@ {a0cce905-ae43-4d1b-a97a-2bcd2c010ed1} 8.0.2 starskythumbnailmetacli - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starskywebftpcli/starskywebftpcli.csproj b/starsky/starskywebftpcli/starskywebftpcli.csproj index 433760f6e9..3bf96cd578 100644 --- a/starsky/starskywebftpcli/starskywebftpcli.csproj +++ b/starsky/starskywebftpcli/starskywebftpcli.csproj @@ -6,7 +6,7 @@ {eb1d57d1-29d8-4bfb-950e-447ef8522a10} 8.0.2 Full - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starsky/starskywebhtmlcli/starskywebhtmlcli.csproj b/starsky/starskywebhtmlcli/starskywebhtmlcli.csproj index 6062eaa743..63cb5506a7 100644 --- a/starsky/starskywebhtmlcli/starskywebhtmlcli.csproj +++ b/starsky/starskywebhtmlcli/starskywebhtmlcli.csproj @@ -7,7 +7,7 @@ 8.0 true Full - 0.6.0-beta.2 + 0.6.0-beta.3 enable disable diff --git a/starskydesktop/package.json b/starskydesktop/package.json index a369661055..256aeef4d4 100644 --- a/starskydesktop/package.json +++ b/starskydesktop/package.json @@ -1,6 +1,6 @@ { "name": "starsky", - "version": "0.6.0-beta.2", + "version": "0.6.0-beta.3", "author": "Dion", "description": "Starsky", "main": "./dist/main.bundle.js",