Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated SP version numbers. #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
564 changes: 360 additions & 204 deletions SPSD.Common/SharePointVersions.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SPSD.Script/Batches/Deploy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SPSD.Script/Batches/Redeploy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SPSD.Script/Batches/Retract.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SPSD.Script/Batches/RunOnlyExtensions.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SPSD.Script/Batches/Update.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down