Travis Plunk
8a8f2d4b23
Make Microsoft feeds the default ( #24098 )
2024-07-31 19:41:15 +00:00
Aditya Patwardhan
f71404d834
Update .NET SDK to version 8.0.100-rc.1.23455.8 ( #20269 )
2023-09-20 14:33:49 -07:00
spaette
ec0eb22062
Fix typos in comments ( #19064 )
2023-02-03 10:40:43 +05:00
Aditya Patwardhan
813d38875d
Revert "Replace win7 runtime with win8 and remove APISets ( #18304 )" ( #18322 )
2022-10-18 16:48:07 -07:00
Aditya Patwardhan
cc86f9ffd1
Replace win7 runtime with win8 and remove APISets ( #18304 )
2022-10-18 11:07:22 -07:00
Paul Higinbotham
a8d55851e0
Add the -ConfigurationFile
command line parameter to pwsh
to support local session configuration ( #17447 )
2022-06-06 12:12:53 -07:00
Aditya Patwardhan
9fd399ca89
Add space before comma to hosting test to fix error reported by SA1001
( #15224 )
2021-04-13 15:09:55 -07:00
Dongbo Wang
de782fdec6
Backport changes from the PowerShell v7.1.1 release ( #14621 )
...
* Backport changes from the PowerShell v7.1.1 release
* Update the .spelling file
2021-01-19 17:43:01 +05:00
Aditya Patwardhan
f4ac0935c5
Remove workarounds for .NET 5 RTM builds ( #14038 )
2020-11-11 14:53:33 -08:00
Travis Plunk
52e2b58d7f
Fixes to release pipeline for GA release ( #14034 )
2020-11-11 12:04:54 -08:00
Robert Holt
dd4bd716c8
Merged PR 12589: Add Microsoft.NET.Test.Sdk dependency
...
Also update xunit dependencies to latest patch.
2020-09-04 22:00:26 +00:00
Steve Lee
b7cb335f03
Update copyright notice to latest guidance ( #12190 )
2020-03-24 11:08:37 -07:00
Dongbo Wang
78a210121b
Update the NuGet package generation to include cimcmdlet.dll
and most of the built-in modules ( #11832 )
2020-02-11 16:13:21 -08:00
Dongbo Wang
be813a2fd9
Generate the correct reference assembly for Microsoft.PowerShell.ConsoleHost
NuGet package ( #11545 )
2020-01-13 15:58:02 -08:00
xtqqczze
70d9ed4d55
Remove Unicode BOM from text files ( #11546 )
2020-01-11 12:15:34 +05:00
Aditya Patwardhan
a24a5c7c5b
Update hosting tests to use the SDK version from the build property ( #11368 )
2019-12-18 14:08:27 -08:00
Travis Plunk
b60381f922
Update macOS minimum version ( #11163 )
2019-11-24 17:41:53 +05:00
Andrew Menagarishvili
327dfd7e07
Merged PR 10295: Updating PackageReference for PS SDK to preview.5
...
Updating PackageReference for PS SDK to preview.5
2019-10-21 19:26:13 +00:00
Dongbo Wang
74517923cf
Make Add-Type
usable in application that hosts PowerShell ( #10587 )
2019-09-25 16:26:19 -07:00
Aditya Patwardhan
aeb8f37822
Merged PR 9185: Update PowerShell SDK version for hosting tests
...
Update PowerShell SDK version for hosting tests
2019-07-16 00:37:27 +00:00
Aditya Patwardhan
ed1b991b6f
Merged PR 8512: Update version for SDK tests and Microsoft.PowerShell.Native package
...
Update version for SDK tests and Microsoft.PowerShell.Native package
2019-05-24 20:17:45 +00:00
Steve Lee
29e21470d9
Port PowerShell to .NET Core 3.0 ( #9597 )
2019-05-21 13:43:51 +08:00
Aditya Patwardhan
7062297e4e
Update version for PowerShell.Native and hosting tests ( #8983 )
2019-03-04 11:08:19 -08:00
Aditya Patwardhan
9e8f5bde33
Merged PR 6644: Update hosting tests and metadata.json for 6.2.0-preview.4 release
...
Update hosting tests and metadata.json for 6.2.0-preview.4 release
2019-01-22 21:43:47 +00:00
Aditya Patwardhan
1d32d05157
Merged PR 6201: Update docs and csproj version
...
Update docs and csproj version
2018-12-07 18:24:07 +00:00
Aditya Patwardhan
20497d19c2
Merged PR 5822: Update version for dependencies
...
Update version for dependencies
2018-11-14 01:56:28 +00:00
Aditya Patwardhan
d99afc46df
Merged PR 5382: Add missing dependency
...
Add missing dependency
2018-10-16 21:28:42 +00:00
Aditya Patwardhan
1e31e707c8
Merged PR 5363: Version and doc changes
...
Version and doc changes
2018-10-15 20:24:00 +00:00
Christoph Bergmeister [MVP]
fe731eda14
Use dotnet test since the dotnet xunit test runner has been deprecated ( #7980 )
2018-10-09 20:55:41 -07:00
Aditya Patwardhan
2e3069900b
Update version for powershell release 6.1.0 ( #7751 )
2018-09-10 13:08:42 -07:00
Aditya Patwardhan
cbbc8192c4
Merged PR 4656: Add back the powershell-core source for hosting tests
2018-08-21 17:24:06 +00:00
Aditya Patwardhan
96b2c83c59
Update reference to use packages from NuGet.org ( #7525 )
...
Update psrp and libpsl reference to Microsoft.PowerShell.Native
Keep the reference to powershell.myget.org in nuget.config for PSDesiredStateConfiguration and PowerShellHelpFiles
Update hosting tests
Update hosting.tests.csproj in preparation on next release with version 6.1.0-rc.1
Update Microsoft.Management.Infrastructure to version 1.0.0
2018-08-16 15:56:15 -07:00
Christoph Bergmeister [MVP]
5717a5dffc
Add xunit project to PowerShell.sln and make it runable from within VisualStudio ( #7254 )
...
* add csproj ref to sln
* Remove Microsoft.NET.Test.Sdk NuGet reference. The xunit.runner.visualstudio package is now sufficient for running tests in VS in the latest version (15.7.5)
* use RTM versions of XUnit 2.4.0 that got published today
* Update XUnit in hosting project as well to newer release
2018-08-02 11:51:04 -07:00
Aditya Patwardhan
2c3177a08d
Add tests for PowerShell hosting API to verify MyGet packages ( #6737 )
2018-04-27 13:25:33 -07:00