From 34304b2b12f1ef5d9eb01323f1b604ed0632e43c Mon Sep 17 00:00:00 2001 From: "orbelyan.suren" Date: Fri, 28 Apr 2023 11:59:07 +0400 Subject: [PATCH] publish updates --- ...and-upload-solution-to-azure-storage-ci.yml | 18 ------------------ .../workflows/publish-on-marketplace-ci.yml | 14 ++++++++++++++ CHANGELOG.md | 5 +++++ ScheduleBoard/ControlManifest.Input.xml | 2 +- Solution/.gitignore | 8 -------- 5 files changed, 20 insertions(+), 27 deletions(-) delete mode 100644 .github/workflows/create-release-and-upload-solution-to-azure-storage-ci.yml create mode 100644 .github/workflows/publish-on-marketplace-ci.yml delete mode 100644 Solution/.gitignore diff --git a/.github/workflows/create-release-and-upload-solution-to-azure-storage-ci.yml b/.github/workflows/create-release-and-upload-solution-to-azure-storage-ci.yml deleted file mode 100644 index fde9f24..0000000 --- a/.github/workflows/create-release-and-upload-solution-to-azure-storage-ci.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Create release and upload solution to Azure blob storage CI - -on: - push: - branches: release - -jobs: - main: - uses: BeverCRM/Workflow-Build-Release-Upload-CI/.github/workflows/build-release-upload-ci.yml@master - secrets: inherit - with: - control-title: Schedule Board View - control-description: This control converts any dataset that has start date and end date in its records into Schedule Board. - control-thumbnail-url: https://user-images.githubusercontent.com/61091700/222457753-d6a2816d-99e0-4fe1-937b-be2d393c5977.png - control-primary-image-url: https://user-images.githubusercontent.com/61091700/222457753-d6a2816d-99e0-4fe1-937b-be2d393c5977.png - control-youtube-video-url: https://www.youtube.com/watch?v=PD5IvVbYWBs - control-tags: Dataset, Grid, Board - create-new-release: false diff --git a/.github/workflows/publish-on-marketplace-ci.yml b/.github/workflows/publish-on-marketplace-ci.yml new file mode 100644 index 0000000..2838b6d --- /dev/null +++ b/.github/workflows/publish-on-marketplace-ci.yml @@ -0,0 +1,14 @@ +name: Publish on Bever Marketplace CI + +on: + push: + branches: release + +jobs: + main: + uses: BeverCRM/Workflow-Build-Release-Upload-Update/.github/workflows/build-release-upload-update-rw.yml@master + secrets: inherit + with: + control-title: Schedule Board View + control-youtube-video-url: https://www.youtube.com/watch?v=PD5IvVbYWBs + control-tags: Dataset, Grid, Board \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c9fe0d8..b59db40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [v1.0.1]( https://github.com/BeverCRM/PCF-ScheduleBoardView/releases/tag/v1.0.1) (2023-04-28) + +### Bug Fix +* Fixed the issue with formatted dates + ## [v1.0.0]( https://github.com/BeverCRM/PCF-ScheduleBoardView/releases/tag/v1.0.0) (2023-03-03) This control converts any dataset that has start date and end date in its records into Schedule Board. diff --git a/ScheduleBoard/ControlManifest.Input.xml b/ScheduleBoard/ControlManifest.Input.xml index f7cf8a6..fbd5de1 100644 --- a/ScheduleBoard/ControlManifest.Input.xml +++ b/ScheduleBoard/ControlManifest.Input.xml @@ -1,6 +1,6 @@ - + diff --git a/Solution/.gitignore b/Solution/.gitignore deleted file mode 100644 index ba59257..0000000 --- a/Solution/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# msbuild output directories -/bin -/obj - -# MSBuild Binary and Structured Log -*.binlog