Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 1efbbc7

Browse files
Merge pull request #2444 from SharePoint/dev
January 2020 Intermediate Release 1
2 parents 2dbce5c + 1f28c1e commit 1efbbc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Commands/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
// You can specify all the values or you can default the Build and Revision Numbers
4949
// by using the '*' as shown below:
5050
// [assembly: AssemblyVersion("1.0.*")]
51-
[assembly: AssemblyVersion("3.16.1912.0")]
52-
[assembly: AssemblyFileVersion("3.16.1912.0")]
51+
[assembly: AssemblyVersion("3.17.2001.1")]
52+
[assembly: AssemblyFileVersion("3.17.2001.1")]
5353
[assembly: InternalsVisibleTo("SharePointPnP.PowerShell.Tests")]

ModuleFilesGenerator/ModuleManifestGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ private void WriteModuleManifest(string path, string spVersion, string cmdletsTo
9797
GUID = '8f1147be-a8e4-4bd2-a705-841d5334edc0'
9898
Author = 'SharePoint Patterns and Practices'
9999
CompanyName = 'SharePoint Patterns and Practices'
100-
DotNetFrameworkVersion = '4.5'
100+
DotNetFrameworkVersion = '4.6.1'
101101
ProcessorArchitecture = 'None'
102102
FunctionsToExport = '*'
103103
CmdletsToExport = {cmdletsToExport}

0 commit comments

Comments
 (0)