Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.6.4

* Added regression coverage for OneDrive root shortcut creation, RelativePath shortcut creation and removal, idempotent RelativePath reruns, and ConflictAction behavior inside RelativePath folders.

## 0.6.3

* Recovered SharePoint list item unique IDs for folder targets when Graph omits `driveItem.sharepointIds`, avoiding drive-item-reference shortcuts that Graph rejects during OneDrive subfolder placement.
Expand Down
2 changes: 1 addition & 1 deletion src/odscex.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'odscex.psm1'
ModuleVersion = '0.6.3'
ModuleVersion = '0.6.4'
CompatiblePSEditions = @('Core', 'Desktop')
PowerShellVersion = '5.1'
RequiredModules = @('MSAL.PS')
Expand Down
Loading