Skip to content

Commit

Permalink
5.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
karamem0 committed Mar 2, 2023
1 parent fe73e6f commit 54a17ed
Show file tree
Hide file tree
Showing 1,436 changed files with 54,166 additions and 47,825 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- v*.*.*

env:
BUILD_VERSION: 5.1.2.${{github.run_number}}
BUILD_VERSION: 5.2.0.${{github.run_number}}

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ $RECYCLE.BIN/
Network Trash Folder
Temporary Items
.apdisk

publish/
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 karamem0
Copyright (c) 2023 karamem0

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 12 additions & 0 deletions README.ja-jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ SPClientCore は Azure AD 2.0 認証をサポートします (Device Code Grant
- [Get-KshComment](docs/Get-KshComment.md)
- [Add-KshComment](docs/Add-KshComment.md)
- [Remove-KshComment](docs/Remove-KshComment.md)
- [Enable-KshComment](docs/Enable-KshComment.md)
- [Disable-KshComment](docs/Disable-KshComment.md)
- コンテンツ タイプ
- [Get-KshContentType](docs/Get-KshContentType.md)
- [Add-KshContentType](docs/Add-KshContentType.md)
Expand Down Expand Up @@ -328,6 +330,10 @@ SPClientCore は Azure AD 2.0 認証をサポートします (Device Code Grant
- [Add-KshTenantHubSite](docs/Add-KshTenantHubSite.md)
- [Remove-KshTenantHubSite](docs/Remove-KshTenantHubSite.md)
- [Set-KshTenantHubSite](docs/Set-KshTenantHubSite.md)
- リスト デザイン
- [Get-KshTenantListDesign](docs/Get-KshTenantListDesign.md)
- [Add-KshTenantListDesign](docs/Add-KshTenantListDesign.md)
- [Remove-KshTenantListDesign](docs/Remove-KshTenantListDesign.md)
- Office 365 CDN
- [Get-KshTenantCdnEnabled](docs/Get-KshTenantCdnEnabled.md)
- [Set-KshTenantCdnEnabled](docs/Set-KshTenantCdnEnabled.md)
Expand All @@ -348,6 +354,12 @@ SPClientCore は Azure AD 2.0 認証をサポートします (Device Code Grant
- [Set-KshTenantSiteCollection](docs/Set-KshTenantSiteCollection.md)
- [Lock-KshTenantSiteCollection](docs/Lock-KshTenantSiteCollection.md)
- [Unlock-KshTenantSiteCollection](docs/Unlock-KshTenantSiteCollection.md)
- サイト スクリプト
- [Get-KshTenantSiteScript](docs/Get-KshTenantSiteScript.md)
- [Add-KshTenantSiteScript](docs/Add-KshTenantSiteScript.md)
- [Remove-KshTenantSiteScript](docs/Remove-KshTenantSiteScript.md)
- [Get-KshTenantSiteScriptFromList](docs/Get-KshTenantSiteScriptFromList.md)
- [Get-KshTenantSiteScriptFromSite](docs/Get-KshTenantSiteScriptFromSite.md)
- サイト テンプレート
- [Get-KshTenantSiteTemplate](docs/Get-KshTenantSiteTemplate.md)
- テナント
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ SPClientCore supports Azure AD 2.0 authentication (Device Code Grant and Passwor
- [Get-KshComment](docs/Get-KshComment.md)
- [Add-KshComment](docs/Add-KshComment.md)
- [Remove-KshComment](docs/Remove-KshComment.md)
- [Enable-KshComment](docs/Enable-KshComment.md)
- [Disable-KshComment](docs/Disable-KshComment.md)
- Content Types
- [Get-KshContentType](docs/Get-KshContentType.md)
- [Add-KshContentType](docs/Add-KshContentType.md)
Expand Down Expand Up @@ -328,6 +330,10 @@ SPClientCore supports Azure AD 2.0 authentication (Device Code Grant and Passwor
- [Add-KshTenantHubSite](docs/Add-KshTenantHubSite.md)
- [Remove-KshTenantHubSite](docs/Remove-KshTenantHubSite.md)
- [Set-KshTenantHubSite](docs/Set-KshTenantHubSite.md)
- List Designs
- [Get-KshTenantListDesign](docs/Get-KshTenantListDesign.md)
- [Add-KshTenantListDesign](docs/Add-KshTenantListDesign.md)
- [Remove-KshTenantListDesign](docs/Remove-KshTenantListDesign.md)
- Office 365 CDN
- [Get-KshTenantCdnEnabled](docs/Get-KshTenantCdnEnabled.md)
- [Set-KshTenantCdnEnabled](docs/Set-KshTenantCdnEnabled.md)
Expand All @@ -348,6 +354,12 @@ SPClientCore supports Azure AD 2.0 authentication (Device Code Grant and Passwor
- [Set-KshTenantSiteCollection](docs/Set-KshTenantSiteCollection.md)
- [Lock-KshTenantSiteCollection](docs/Lock-KshTenantSiteCollection.md)
- [Unlock-KshTenantSiteCollection](docs/Unlock-KshTenantSiteCollection.md)
- Site Scripts
- [Get-KshTenantSiteScript](docs/Get-KshTenantSiteScript.md)
- [Add-KshTenantSiteScript](docs/Add-KshTenantSiteScript.md)
- [Remove-KshTenantSiteScript](docs/Remove-KshTenantSiteScript.md)
- [Get-KshTenantSiteScriptFromList](docs/Get-KshTenantSiteScriptFromList.md)
- [Get-KshTenantSiteScriptFromSite](docs/Get-KshTenantSiteScriptFromSite.md)
- Site Templates
- [Get-KshTenantSiteTemplate](docs/Get-KshTenantSiteTemplate.md)
- Tenant
Expand Down
Loading

0 comments on commit 54a17ed

Please sign in to comment.