From 5435146e8c1b04a055754b9e6b382395e15d6889 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 8 Apr 2019 18:58:47 -0400 Subject: [PATCH] Switch to markdown --- README | 10 ---------- README.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 10 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index e26df07..0000000 --- a/README +++ /dev/null @@ -1,10 +0,0 @@ -As of Nov 1st 2016, active development on "Windows for OpenSSH" is being done in https://github.com/PowerShell/openssh-portable. - -This repo (https://github.com/PowerShell/Win32-OpenSSH) is being maintained to keep track of releases and issues. The -[Documentation](https://github.com/PowerShell/Win32-OpenSSH/wiki) for the project is also maintained here in the wiki. - -Release History: -7/26/2018 -- Release 7.7.2.0 with source https://github.com/PowerShell/openssh-portable/releases/tag/v7.7.2.0 -1/11/2019 -- Release 7.9.0.0 with source https://github.com/PowerShell/openssh-portable/releases/tag/v7.9.0.0 -6/23/2019 -- Release 8.0.0.0 with source https://github.com/PowerShell/openssh-portable/releases/tag/v8.0.0.0 -12/17/2019 -- Release 8.1.0.0 with source https://github.com/PowerShell/openssh-portable/releases/tag/v8.1.0.0 diff --git a/README.md b/README.md new file mode 100644 index 0000000..ec76faa --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +As of Nov 1st 2016, active development on "Windows for OpenSSH" is being done in https://github.com/PowerShell/openssh-portable. + +This repo (https://github.com/PowerShell/Win32-OpenSSH) is being maintained to keep track of releases and issues. The +[Documentation](https://github.com/PowerShell/Win32-OpenSSH/wiki) for the project is also maintained here in the wiki. + +### Release History + +| Date | Version | Release with source | +|---|---|---| +| 7/26/2018 | 7.7.2.0 | https://github.com/PowerShell/openssh-portable/releases/tag/v7.7.2.0 | +| 1/11/2019 | 7.9.0.0 | https://github.com/PowerShell/openssh-portable/releases/tag/v7.9.0.0 | +| 6/23/2019 | 8.0.0.0 | https://github.com/PowerShell/openssh-portable/releases/tag/v8.0.0.0 | +| 12/17/2019 | 8.1.0.0 | https://github.com/PowerShell/openssh-portable/releases/tag/v8.1.0.0 |