From f2243d2fc4e2cc8ca1266e6dd05662cf216c94ba Mon Sep 17 00:00:00 2001 From: Viktor Reinhold Date: Thu, 9 Dec 2021 00:04:17 +0100 Subject: [PATCH 1/2] Updated SP version numbers. --- SPSD.Common/SharePointVersions.xml | 564 ++++++++++++++++++----------- 1 file changed, 360 insertions(+), 204 deletions(-) diff --git a/SPSD.Common/SharePointVersions.xml b/SPSD.Common/SharePointVersions.xml index d3438bb..d9842c0 100644 --- a/SPSD.Common/SharePointVersions.xml +++ b/SPSD.Common/SharePointVersions.xml @@ -12,217 +12,373 @@ --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 71e3afc07316f66ae34102f64b8abc2d87bfb1d6 Mon Sep 17 00:00:00 2001 From: Viktor Reinhold Date: Thu, 9 Dec 2021 00:12:06 +0100 Subject: [PATCH 2/2] Updated Batch file descriptions to reflect supported SP versions. --- SPSD.Script/Batches/Deploy.bat | 2 +- SPSD.Script/Batches/Redeploy.bat | 2 +- SPSD.Script/Batches/Retract.bat | 2 +- SPSD.Script/Batches/RunOnlyExtensions.bat | 2 +- SPSD.Script/Batches/Update.bat | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SPSD.Script/Batches/Deploy.bat b/SPSD.Script/Batches/Deploy.bat index a9a0ecf..0af0db7 100644 --- a/SPSD.Script/Batches/Deploy.bat +++ b/SPSD.Script/Batches/Deploy.bat @@ -65,7 +65,7 @@ IF EXIST "%ProgramW6432%\Common Files\microsoft shared\Web Server Extensions\16\ SET SharePointVersion=14 SET PSVersion=2 ) ELSE ( - ECHO "SharePoint 2010/2013/2016 is not found in the default installation directory" + ECHO "SharePoint 2010/2013/2016/2019 is not found in the default installation directory" EXIT ) :: Get existing Powershell ExecutionPolicy diff --git a/SPSD.Script/Batches/Redeploy.bat b/SPSD.Script/Batches/Redeploy.bat index cb3ab1d..abfa544 100644 --- a/SPSD.Script/Batches/Redeploy.bat +++ b/SPSD.Script/Batches/Redeploy.bat @@ -65,7 +65,7 @@ IF EXIST "%ProgramW6432%\Common Files\microsoft shared\Web Server Extensions\16\ SET SharePointVersion=14 SET PSVersion=2 ) ELSE ( - ECHO "SharePoint 2010/2013 is not found in the default installation directory" + ECHO "SharePoint 2010/2013/2016/2019 is not found in the default installation directory" EXIT ) :: Get existing Powershell ExecutionPolicy diff --git a/SPSD.Script/Batches/Retract.bat b/SPSD.Script/Batches/Retract.bat index 06ad487..71bb63e 100644 --- a/SPSD.Script/Batches/Retract.bat +++ b/SPSD.Script/Batches/Retract.bat @@ -65,7 +65,7 @@ IF EXIST "%ProgramW6432%\Common Files\microsoft shared\Web Server Extensions\16\ SET SharePointVersion=14 SET PSVersion=2 ) ELSE ( - ECHO "SharePoint 2010/2013 is not found in the default installation directory" + ECHO "SharePoint 2010/2013/2016/2019 is not found in the default installation directory" EXIT ) :: Get existing Powershell ExecutionPolicy diff --git a/SPSD.Script/Batches/RunOnlyExtensions.bat b/SPSD.Script/Batches/RunOnlyExtensions.bat index cce3b81..15bca86 100644 --- a/SPSD.Script/Batches/RunOnlyExtensions.bat +++ b/SPSD.Script/Batches/RunOnlyExtensions.bat @@ -65,7 +65,7 @@ IF EXIST "%ProgramW6432%\Common Files\microsoft shared\Web Server Extensions\16\ SET SharePointVersion=14 SET PSVersion=2 ) ELSE ( - ECHO "SharePoint 2010/2013 is not found in the default installation directory" + ECHO "SharePoint 2010/2013/2016/2019 is not found in the default installation directory" EXIT ) :: Get existing Powershell ExecutionPolicy diff --git a/SPSD.Script/Batches/Update.bat b/SPSD.Script/Batches/Update.bat index 6514431..a4d2813 100644 --- a/SPSD.Script/Batches/Update.bat +++ b/SPSD.Script/Batches/Update.bat @@ -65,7 +65,7 @@ IF EXIST "%ProgramW6432%\Common Files\microsoft shared\Web Server Extensions\16\ SET SharePointVersion=14 SET PSVersion=2 ) ELSE ( - ECHO "SharePoint 2010/2013 is not found in the default installation directory" + ECHO "SharePoint 2010/2013/2016/2019 is not found in the default installation directory" EXIT ) :: Get existing Powershell ExecutionPolicy