Skip to content
Merged
16 changes: 16 additions & 0 deletions .github/workflows/PublishToGallery.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down