PowerShell/src/Modules
dependabot-preview[bot] ee1934b1ce
Bump PackageManagement from 1.4.6 to 1.4.7 in /src/Modules (#12506)
* Bump PackageManagement from 1.4.6 to 1.4.7 in /src/Modules

Bumps PackageManagement from 1.4.6 to 1.4.7.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update files.wxs

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2020-04-28 22:59:16 +05:00
..
Shared/Microsoft.PowerShell.Host Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
Unix Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
Windows Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
PSGalleryModules.csproj Bump PackageManagement from 1.4.6 to 1.4.7 in /src/Modules (#12506) 2020-04-28 22:59:16 +05:00
README.md Remove unneeded "Windows-Full" modules (#7030) 2018-06-13 09:06:41 +05:00

Modules

There are 3 directories with content files. Content files includes:

  • ps1xml
  • psm1
  • psd1
  • ps1

These files are copied as-is by dotnet

  • Shared (shared between Windows and Unix)
  • Windows
  • Unix

Notes

We have files with the same names in different folders. That means that the contents of these two files are different. I.e. if it's .psd1 file, it could be because CmdletsToExport are different for different runtimes (platforms) or frameworks.