Skip to content

Commit 07c5873

Browse files
Release v3.0.35 (#68)
Co-authored-by: Adam-it <[email protected]>
1 parent fbbfa91 commit 07c5873

File tree

7 files changed

+2349
-2328
lines changed

7 files changed

+2349
-2328
lines changed

data/samples.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5307,6 +5307,27 @@
53075307
"Add-PnPFile"
53085308
]
53095309
},
5310+
{
5311+
"title": "Updating Multiline Text Field Properties in SharePoint",
5312+
"url": "https://pnp.github.io/script-samples/spo-multiline-field-properties/README.html",
5313+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-multiline-field-properties/README.md",
5314+
"description": "Updating Multiline Text Field Properties in SharePoint",
5315+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-multiline-field-properties/assets/preview.png",
5316+
"type": "powershell",
5317+
"tabTag": "#tab/pnpps",
5318+
"authors": [
5319+
{
5320+
"name": "Reshmee Auckloo",
5321+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
5322+
}
5323+
],
5324+
"tags": [
5325+
"modern",
5326+
"Connect-PnPOnline",
5327+
"Get-PnPField",
5328+
"Set-PnPField"
5329+
]
5330+
},
53105331
{
53115332
"title": "Open Office documents in the Client",
53125333
"url": "https://pnp.github.io/script-samples/spo-open-doc-in-client/README.html",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pnp-powershell-extension",
33
"displayName": "PnP PowerShell extension",
44
"description": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
5-
"version": "3.0.34",
5+
"version": "3.0.35",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)