Skip to content

Commit de1e68a

Browse files
committed
reorg
1 parent f69a168 commit de1e68a

15 files changed

+283
-216
lines changed

check-sig.sh

+63-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,67 @@
1-
for f in *.pkg
2-
do
3-
echo "Checking "$f "..."
4-
pkgutil --check-signature $f
1+
while test $# -gt 0; do
2+
case "$1" in
3+
-h|help)
4+
echo ""
5+
echo "Checks for the existence of a signature for all files in the current directory."
6+
echo "-------------------------------------------------------------------------------"
7+
echo "Usage:"
8+
echo " ./check-sig [mac | rpm | deb]"
9+
exit 0
10+
;;
11+
-a|--all)
12+
C_ALL='true'
13+
shift
14+
;;
15+
-r|--runtime)
16+
C_RUNTIME='true'
17+
C_ALL='false'
18+
shift
19+
;;
20+
-s|--sdk)
21+
C_SDK='true'
22+
C_ALL='false'
23+
shift
24+
;;
25+
-t|--test)
26+
TESTMODE='true'
27+
shift
28+
;;
29+
-v|--version)
30+
shift
31+
C_VERSION=$1
32+
shift
33+
;;
34+
*)
35+
echo "Undefined parameter."
36+
break
37+
;;
38+
esac
539
done
640

7-
for f in *.deb
8-
do
9-
echo "Checking "$f "..."
10-
dpkg-sig -c $f
11-
done
1241

13-
for f in *.rpm
14-
do
15-
echo "Checking "$f "..."
16-
# find rpm equivalent
17-
done
42+
case "$1" in
43+
mac)
44+
for f in *.pkg
45+
do
46+
echo "Checking "$f "..."
47+
pkgutil --check-signature $f
48+
done
49+
;;
50+
rpm)
51+
for f in *.rpm
52+
do
53+
echo "Checking "$f "..."
54+
rpm -K $f
55+
done
56+
;;
57+
deb)
58+
for f in *.deb
59+
do
60+
echo "Checking "$f "..."
61+
dpkg-sig -c $f
62+
done
63+
;;
64+
esac
65+
66+
1867

dl-page-gen/1.0.7-download.md

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# .NET Core 1.0.7
2+
3+
.NET Core 1.0.7 is comprised of:
4+
5+
* .NET Core Runtime 1.0.7
6+
* .NET Core SDK 1.1.4
7+
8+
| | SDK Installer | SDK Binaries | Runtime Installer | Runtime Binaries |
9+
| ------- | :---------------------------------------------------: | :-------------------------------------------------------------------:| :----------------------------------------------------------------: | :----------------------------------------------------------------: |
10+
| Windows | [32-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-win-x86.1.1.4.exe) / [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-win-x64.1.1.4.exe) | [32-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-win-x86.1.1.4.zip) / [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-win-x64.1.1.4.zip) | [32-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-win-x86.1.0.7.exe) / [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-win-x64.1.0.7.exe) | [32-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-win-x86.1.0.7.zip) / [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-win-x64.1.0.7.zip) |
11+
| macOS | [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-osx-x64.1.1.4.pkg) | [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-osx-x64.1.1.4.tar.gz) | [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-osx-x64.1.0.7.pkg) | [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-osx-x64.1.0.7.tar.gz) |
12+
| CentOS 7.1 | - | [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-centos-x64.1.1.4.tar.gz) | - | [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-centos-x64.1.0.7.tar.gz) |
13+
| Debian 8 | - | [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-debian-x64.1.1.4.tar.gz) | - | [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-debian-x64.1.0.7.tar.gz) |
14+
| Ubuntu 14.04 |[64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-sdk-ubuntu-x64.1.1.4.deb) | [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-ubuntu-x64.1.1.4.tar.gz) |[64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-sharedframework-ubuntu-x64.1.0.7.deb) | [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-ubuntu-x64.1.0.7.tar.gz) |
15+
| Ubuntu 16.04 |[64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-sdk-ubuntu.16.04-x64.1.1.4.deb) | [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-ubuntu.16.04-x64.1.1.4.tar.gz) |[64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-sharedframework-ubuntu.16.04-x64.1.0.7.deb) | [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-ubuntu.16.04-x64.1.0.7.tar.gz) |
16+
| RHEL 7 | - | [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-rhel-x64.1.1.4.tar.gz) | - | [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-rhel-x64.1.0.7.tar.gz) |
17+
18+
**Checksum** files to verify downloads are available as follows:
19+
* [Checksums_Runtime](https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.0.7-runtime-sha.txt)
20+
* [Checksums_SDK](https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.4-sdk-sha.txt)
21+
22+
**Debug Symbols**
23+
* [Shared Framework](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/corefx-1.0.7-symbols.zip)
24+
* [Runtime](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/coreclr-1.0.7-symbols.zip)
25+
26+
## Docker
27+
28+
Images for .NET Core 1.0.7 are available on [Docker](https://hub.docker.com/r/microsoft/dotnet/).
29+
30+
## Installing .NET Core on Linux
31+
32+
### Ubuntu and Debian based systems
33+
34+
Register the Microsoft key, the product repository for your distro and install required system dependencies with the following scripts.
35+
36+
#### Ubuntu 16.04 and Linux Mint 18
37+
38+
```bash
39+
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
40+
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
41+
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-xenial-prod xenial main" > /etc/apt/sources.list.d/dotnetdev.list'
42+
```
43+
44+
#### Ubuntu 14.04 and Linux Mint 17
45+
46+
```bash
47+
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
48+
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
49+
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
50+
```
51+
52+
#### Update package cache and install .NET Core
53+
54+
```bash
55+
sudo apt-get update
56+
sudo apt-get install dotnet-sdk-1.1.4
57+
```
58+
59+
## Installation from a binary archive
60+
61+
Installing from the packages detailed above is recommended and you can also install from binary archive. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet` and a symbolic link created for `dotnet`. This is a change from previous versions of .NET Core.
62+
63+
```bash
64+
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
65+
export PATH=$PATH:$HOME/dotnet
66+
```
67+
68+
## Windows Server Hosting
69+
70+
If you are looking to host stand-alone apps on Windows Servers, the ASP.NET Core Module for IIS can be installed separately on servers without installing .NET Core runtime. You can download the Windows (Server Hosting) installer and run the following command from an Administrator command prompt:
71+
72+
[DotNetCore.1.0.7_1.1.4-WindowsHosting.exe](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/DotNetCore.1.0.7_1.1.4-WindowsHosting.exe)

dl-page-gen/1.1.4-download.md

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# .NET Core 1.1.4
2+
3+
.NET Core 1.1.4 is comprised of:
4+
5+
* .NET Core Runtime 1.1.4
6+
* .NET Core SDK 1.1.4
7+
8+
| | SDK Installer | SDK Binaries | Runtime Installer | Runtime Binaries |
9+
| ------- | :---------------------------------------------------: | :-------------------------------------------------------------------:| :----------------------------------------------------------------: | :----------------------------------------------------------------: |
10+
| Windows | [32-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-win-x86.1.1.4.exe) / [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-win-x64.1.1.4.exe) | [32-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-win-x86.1.1.4.zip) / [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-win-x64.1.1.4.zip) | [32-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-win-x86.1.1.4.exe) / [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-win-x64.1.1.4.exe) | [32-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-win-x86.1.1.4.zip) / [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-win-x64.1.1.4.zip) |
11+
| macOS | [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-osx-x64.1.1.4.pkg) | [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-osx-x64.1.1.4.tar.gz) | [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-osx-x64.1.1.4.pkg) | [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-osx-x64.1.1.4.tar.gz) |
12+
| CentOS 7.1 | - | [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-centos-x64.1.1.4.tar.gz) | - | [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-centos-x64.1.1.4.tar.gz) |
13+
| Debian 8 | - | [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-debian-x64.1.1.4.tar.gz) | - | [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-debian-x64.1.1.4.tar.gz) |
14+
| Ubuntu 14.04 |[64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-sdk-ubuntu-x64.1.1.4.deb) | [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-ubuntu-x64.1.1.4.tar.gz) |[64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-sharedframework-ubuntu-x64.1.1.4.deb) | [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-ubuntu-x64.1.1.4.tar.gz) |
15+
| Ubuntu 16.04 |[64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-sdk-ubuntu.16.04-x64.1.1.4.deb) | [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-ubuntu.16.04-x64.1.1.4.tar.gz) |[64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-sharedframework-ubuntu.16.04-x64.1.1.4.deb) | [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-ubuntu.16.04-x64.1.1.4.tar.gz) |
16+
| RHEL 7 | - | [64-bit](https://download.microsoft.com/download/F/4/F/F4FCB6EC-5F05-4DF8-822C-FF013DF1B17F/dotnet-dev-rhel-x64.1.1.4.tar.gz) | - | [64-bit](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/dotnet-rhel-x64.1.1.4.tar.gz) |
17+
18+
**Checksum** files to verify downloads are available as follows:
19+
* [Checksums_Runtime](https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.4-runtime-sha.txt)
20+
* [Checksums_SDK](https://dotnetcli.blob.core.windows.net/dotnet/checksums/1.1.4-sdk-sha.txt)
21+
22+
**Debug Symbols**
23+
* [Shared Framework](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/corefx-1.1.4-symbols.zip)
24+
* [Runtime](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/coreclr-1.1.4-symbols.zip)
25+
26+
## Docker
27+
28+
Images for .NET Core 1.1.4 are available on [Docker](https://hub.docker.com/r/microsoft/dotnet/).
29+
30+
## Installing .NET Core on Linux
31+
32+
### Ubuntu and Debian based systems
33+
34+
Register the Microsoft key, the product repository for your distro and install required system dependencies with the following scripts.
35+
36+
#### Ubuntu 16.04 and Linux Mint 18
37+
38+
```bash
39+
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
40+
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
41+
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-xenial-prod xenial main" > /etc/apt/sources.list.d/dotnetdev.list'
42+
```
43+
44+
#### Ubuntu 14.04 and Linux Mint 17
45+
46+
```bash
47+
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
48+
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
49+
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
50+
```
51+
52+
#### Update package cache and install .NET Core
53+
54+
```bash
55+
sudo apt-get update
56+
sudo apt-get install dotnet-sdk-1.1.4
57+
```
58+
59+
## Installation from a binary archive
60+
61+
Installing from the packages detailed above is recommended and you can also install from binary archive. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet` and a symbolic link created for `dotnet`. This is a change from previous versions of .NET Core.
62+
63+
```bash
64+
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
65+
export PATH=$PATH:$HOME/dotnet
66+
```
67+
68+
## Windows Server Hosting
69+
70+
If you are looking to host stand-alone apps on Windows Servers, the ASP.NET Core Module for IIS can be installed separately on servers without installing .NET Core runtime. You can download the Windows (Server Hosting) installer and run the following command from an Administrator command prompt:
71+
72+
[DotNetCore.1.0.7_1.1.4-WindowsHosting.exe](https://download.microsoft.com/download/6/F/B/6FB4F9D2-699B-4A40-A674-B7FF41E0E4D2/DotNetCore.1.0.7_1.1.4-WindowsHosting.exe)

0 commit comments

Comments
 (0)