8000 Merge pull request #633 from PowerShell/new-packages · PowerShell/PowerShell@9b5ec22 · GitHub
[go: up one dir, main page]

< 8000 a href="#start-of-content" data-skip-target-assigned="false" class="px-2 py-4 color-bg-accent-emphasis color-fg-on-emphasis show-on-focus js-skip-to-content">Skip to content

Commit 9b5ec22

Browse files
committed
Merge pull request #633 from PowerShell/new-packages
Update .NET packages and CLI
2 parents 3869854 + 5718110 commit 9b5ec22

File tree

12 files changed

+86
-81
lines changed

12 files changed

+86
-81
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_install:
1313
- sudo sh -c 'echo "deb [arch=amd64] http://apt-mo.trafficmanager.net/repos/dotnet/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
1414
- sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893
1515
- sudo apt-get -qq update
16-
- sudo apt-get install -y dotnet=1.0.0.001598-1
16+
- sudo apt-get install -y dotnet=1.0.0.001638-1
1717
script:
1818
- dotnet restore
1919
- ./build.sh

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Tested on Ubuntu 14.04.
7878
sudo sh -c 'echo "deb [arch=amd64] http://apt-mo.trafficmanager.net/repos/dotnet/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
7979
sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893
8080
sudo apt-get update
81-
sudo apt-get install dotnet=1.0.0.001598-1
81+
sudo apt-get install dotnet=1.0.0.001638-1
8282
```
8383

8484
Then install the following additional build / debug tools:
@@ -104,7 +104,7 @@ An MSI installer also exists, but this script avoids touching your system.
104104

105105
```powershell
106106
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1 -OutFile install.ps1
107-
./install.ps1 -version 1.0.0.001598 -channel beta
107+
./install.ps1 -version 1.0.0.001638 -channel beta
108108
```
109109

110110
Note:
< 628C div role="region" aria-labelledby="heading-:R1tlab:" class="position-relative" style="contain:layout">

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
- git config --global url.git@github.com:.insteadOf https://github.com/
1919
- git submodule update --init --recursive -- src/monad src/windows-build src/Microsoft.PowerShell.Linux.Host/Modules/Pester
2020
- ps: Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1 -OutFile install.ps1
21-
- ps: ./install.ps1 -version 1.0.0.001598 -channel beta
21+
- ps: ./install.ps1 -version 1.0.0.001638 -channel beta
2222

2323
build_script:
2424
- ps: |

src/Microsoft.Management.Infrastructure.Native/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"warningsAsErrors": true
1212
},
1313
"dependencies": {
14-
"NETStandard.Library": "1.0.0-rc3-23829",
14+
"NETStandard.Library": "1.0.0-rc3-23907",
1515
"System.Security.SecureString": "1.0.0-*"
1616
}
1717
},

src/Microsoft.Management.Infrastructure/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"define": [ "_CORECLR" ]
2020
},
2121
"dependencies": {
22-
"System.Runtime.Serialization.Xml": "4.1.0-rc3-23829",
23-
"System.Threading.ThreadPool": "4.0.10-rc3-23829"
22+
"System.Runtime.Serialization.Xml": "4.1.1-rc3-23907",
23+
"System.Threading.ThreadPool": "4.0.10-rc3-23907"
2424
}
2525
},
2626
"dnx451": {

src/Microsoft.PowerShell.Commands.Management/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"define": [ "CORECLR" ]
2020
},
2121
"dependencies": {
22-
"System.ServiceProcess.ServiceController": "4.1.0-rc3-23829",
23-
"System.Net.NameResolution": "4.0.0-rc3-23829"
22+
"System.ServiceProcess.ServiceController": "4.1.0-rc3-23907",
23+
"System.Net.NameResolution": "4.0.0-rc3-23907"
2424
}
2525
},
2626
"dnx451": {

src/Microsoft.PowerShell.CoreCLR.AssemblyLoadContext/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"define": [ "CORECLR" ]
2323
},
2424
"dependencies": {
25-
"NETStandard.Library": "1.0.0-rc3-23829",
26-
"System.Runtime.Loader": "4.0.0-rc3-23829"
25+
"NETStandard.Library": "1.0.0-rc3-23907",
26+
"System.Runtime.Loader": "4.0.0-rc3-23907"
2727
}
2828
}
2929
},

src/Microsoft.PowerShell.Linux.Host/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
},
1111

1212
"dependencies": {
13+
"Microsoft.NETCore.Unsupported.Platform.API": "1.0.0-rc3-00001",
1314
"Newtonsoft.Json": "8.0.2",
14-
"System.Xml.XDocument": "4.0.11-rc3-23829",
15+
"System.Xml.XDocument": "4.0.11-rc3-23907",
1516
"Microsoft.PowerShell.Commands.Management": "1.0.0-*",
1617
"Microsoft.PowerShell.Commands.Utility": "1.0.0-*"
1718
},

src/System.Management.Automation/project.json

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -29,34 +29,37 @@
2929
"dependencies": {
3030
"Microsoft.PowerShell.CoreCLR.AssemblyLoadContext": "1.0.0-*",
3131

32-
"Microsoft.CSharp": "4.0.1-rc3-23829",
33-
"Microsoft.Win32.Registry.AccessControl": "4.0.0-rc3-23829",
34-
"System.Collections.Specialized": "4.0.1-rc3-23829",
35-
"System.ComponentModel.EventBasedAsync": "4.0.11-rc3-23829",
36-
"System.ComponentModel.TypeConverter": "4.0.1-rc3-23829",
37-
"System.Data.Common": "4.0.1-rc3-23829",
38-
"System.Diagnostics.Contracts": "4.0.1-rc3-23829",
39-
"System.Diagnostics.FileVersionInfo": "4.0.0-rc3-23829",
40-
"System.Diagnostics.Process": "4.1.0-rc3-23829",
41-
"System.Diagnostics.StackTrace": "4.0.1-rc3-23829",
42-
"System.Diagnostics.TraceSource": "4.0.0-rc3-23829",
43-
"System.Dynamic.Runtime": "4.0.11-rc3-23829",
44-
"System.IO.FileSystem.AccessControl": "4.0.0-rc3-23829",
45-
"System.IO.FileSystem.DriveInfo": "4.0.0-rc3-23829",
46-
"System.IO.FileSystem.Watcher": "4.0.0-rc3-23829",
47-
"System.IO.Pipes": "4.0.0-rc3-23829",
48-
"System.Linq.Expressions": "4.0.11-rc3-23829",
49-
"System.Net.Http": "4.0.1-rc3-23829",
50-
"System.Net.NetworkInformation": "4.1.0-rc3-23829",
51-
"System.Reflection.Emit.Lightweight": "4.0.1-rc3-23829",
52-
"System.Security.AccessControl": "4.0.0-rc3-23829",
53-
"System.Security.Cryptography.Algorithms": "4.0.0-rc3-23829",
54-
"System.Security.Cryptography.X509Certificates": "4.0.0-rc3-23829",
55-
"System.Threading.Thread": "4.0.0-rc3-23829",
56-
"System.Threading.Tasks.Parallel": "4.0.1-rc3-23829",
57-
"System.Xml.XPath.XmlDocument": "4.0.1-rc3-23829",
58-
"System.Xml.XmlDocument": "4.0.1-rc3-23829",
59-
"System.Xml.XmlSerializer": "4.0.11-rc3-23829"
32+
"Microsoft.CSharp": "4.0.1-rc3-23907",
33+
"Microsoft.Win32.Registry.AccessControl": "4.0.0-rc3-23907",
34+
"System.Collections.Specialized": "4.0.1-rc3-23907",
35+
"System.Collections.NonGeneric": "4.0.1-rc3-23907",
36+
"System.ComponentModel.EventBasedAsync": "4.0.11-rc3-23907",
37+
"System.ComponentModel.TypeConverter": "4.0.1-rc3-23907",
38+
"System.Data.Common": "4.0.1-rc3-23907",
39+
"System.Diagnostics.Contracts": "4.0.1-rc3-23907",
40+
"System.Diagnostics.FileVersionInfo": "4.0.0-rc3-23907",
41+
"System.Diagnostics.Process": "4.1.0-rc3-23907",
42+
"System.Diagnostics.StackTrace": "4.0.1-rc3-23907",
43+
"System.Diagnostics.TraceSource": "4.0.0-rc3-23907",
44+
"System.Dynamic.Runtime": "4.0.11-rc3-23907",
45+
"System.IO.FileSystem.AccessControl": "4.0.0-rc3-23907",
46+
"System.IO.FileSystem.DriveInfo": "4.0.0-rc3-23907",
47+
"System.IO.FileSystem.Watcher": "4.0.0-rc3-23907",
48+
"System.IO.Pipes": "4.0.0-rc3-23907",
49+
"System.Linq.Expressions": "4.0.11-rc3-23907",
50+
"System.Net.Http": "4.0.1-rc3-23907",
51+
"System.Net.NetworkInformation": "4.1.0-rc3-23907",
52+
"System.Reflection.Emit": "4.0.1-rc3-23907",
53+
"System.Reflection.Emit.Lightweight": "4.0.1-rc3-23907",
54+
"System.Reflection.TypeExtensions": "4.1.0-rc3-23907",
55+
"System.Security.AccessControl": "4.0.0-rc3-23907",
56+
"System.Security.Cryptography.Algorithms": "4.1.0-rc3-23907",
57+
"System.Security.Cryptography.X509Certificates": "4.1.0-rc3-23907",
58+
"System.Threading.Thread": "4.0.0-rc3-23907",
59+
"System.Threading.Tasks.Parallel": "4.0.1-rc3-23907",
60+
"System.Xml.XPath.XmlDocument": "4.0.1-rc3-23907",
61+
"System.Xml.XmlDocument": "4.0.1-rc3-23907",
62+
"System.Xml.XmlSerializer": "4.0.11-rc3-23907"
6063
}
6164
},
6265
"dnx451": {

src/System.Security.SecureString/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"frameworks": {
1313
"netstandard1.5": {
1414
"dependencies": {
15-
"NETStandard.Library": "1.0.0-rc3-23829"
15+
"NETStandard.Library": "1.0.0-rc3-23907"
1616
},
1717
"imports": [ "dnxcore50" ]
1818
}

0 commit comments

Comments
 (0)
0