diff --git a/.github/workflows/PublishToGallery.yaml b/.github/workflows/PublishToGallery.yaml new file mode 100644 index 0000000..f919a99 --- /dev/null +++ b/.github/workflows/PublishToGallery.yaml @@ -0,0 +1,16 @@ +name: PublishToGallery + +on: + release: + types: [created] +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v6 + - name: Run publish script + env: + NuGetApiKey: ${{ secrets.NuGetApiKey }} + run: .github\workflows\PublishToGallery.ps1 + shell: pwsh diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a2d2d1..63ed2b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [0.0.3] - 2026-03-25 + + -README Fixes, updated functions list to reflect proper available functions + ## [0.0.2] - 2026-03-24 - Updated license file, and remove borg template diff --git a/README.md b/README.md index e5a3255..8774057 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,9 @@ File downloads Key Functions Folder Management -New-BoxFolderWithCollaboration – Create folders and assign users/roles +New-BoxFolder - Creates folders + +New-BoxCollaboration - Adds collaborators to folders Get-BoxFolder – Retrieve folder metadata