Skip to content

Commit 55100c2

Browse files
committed
push 0.5.0
1 parent 7fa4b54 commit 55100c2

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![license](https://img.shields.io/github/license/bitbeans/SimpleDnsCrypt.svg?style=flat-square)](https://github.com/bitbeans/SimpleDnsCrypt/blob/master/LICENSE.md) [![Build status](https://img.shields.io/appveyor/ci/bitbeans/simplednscrypt/master.svg?style=flat-square)](https://ci.appveyor.com/project/bitbeans/simplednscrypt/branch/master) [![Github All Releases](https://img.shields.io/github/release/bitbeans/SimpleDnsCrypt.svg?style=flat-square)](https://github.com/bitbeans/SimpleDnsCrypt/releases/latest) [![dnscrypt--proxy](https://img.shields.io/badge/dnscrypt--proxy-2.0.0-orange.svg?style=flat-square)](https://github.com/jedisct1/dnscrypt-proxy) [![Github All Releases](https://img.shields.io/github/downloads/bitbeans/SimpleDnsCrypt/total.svg?style=flat-square)](https://github.com/bitbeans/SimpleDnsCrypt/releases/latest) [![donate PayPal](https://img.shields.io/badge/donate-PayPal-green.svg?style=flat-square)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=c.hermann@bitbeans.de&item_name=Donation+to+the+Simple+DNSCrypt+project) [![donate pledgie](https://img.shields.io/badge/donate-pledgie-green.svg?style=flat-square)](https://pledgie.com/campaigns/32588)
1+
[![license](https://img.shields.io/github/license/bitbeans/SimpleDnsCrypt.svg?style=flat-square)](https://github.com/bitbeans/SimpleDnsCrypt/blob/master/LICENSE.md) [![Build status](https://img.shields.io/appveyor/ci/bitbeans/simplednscrypt/master.svg?style=flat-square)](https://ci.appveyor.com/project/bitbeans/simplednscrypt/branch/master) [![Github All Releases](https://img.shields.io/github/release/bitbeans/SimpleDnsCrypt.svg?style=flat-square)](https://github.com/bitbeans/SimpleDnsCrypt/releases/latest) [![dnscrypt--proxy](https://img.shields.io/badge/dnscrypt--proxy-2.0.1-orange.svg?style=flat-square)](https://github.com/jedisct1/dnscrypt-proxy) [![Github All Releases](https://img.shields.io/github/downloads/bitbeans/SimpleDnsCrypt/total.svg?style=flat-square)](https://github.com/bitbeans/SimpleDnsCrypt/releases/latest) [![donate PayPal](https://img.shields.io/badge/donate-PayPal-green.svg?style=flat-square)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=c.hermann@bitbeans.de&item_name=Donation+to+the+Simple+DNSCrypt+project) [![donate pledgie](https://img.shields.io/badge/donate-pledgie-green.svg?style=flat-square)](https://pledgie.com/campaigns/32588)
22

33
# ![Simple DNSCrypt](https://raw.githubusercontent.com/bitbeans/SimpleDnsCrypt/master/img/icons/256x256.png)
44

@@ -7,7 +7,7 @@ Simple DNSCrypt is a simple management tool to configure [dnscrypt-proxy](https:
77

88
## Status
99

10-
New version based on dnscrypt-proxy 2.0.
10+
New version based on dnscrypt-proxy 2.0.1
1111

1212
### Preview Download (CI)
1313

@@ -28,15 +28,15 @@ You also will need: Microsoft Visual C++ Redistributable for Visual Studio 2017
2828

2929
### Installing
3030

31-
To install Simple DNSCrypt use the latest (stable) MSI packages: [x86](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.4.9/SimpleDNSCrypt.msi) or [x64](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.4.9/SimpleDNSCrypt64.msi).
31+
To install Simple DNSCrypt use the latest (stable) MSI packages: [x86](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.5.0/SimpleDNSCrypt.msi) or [x64](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.5.0/SimpleDNSCrypt64.msi).
3232

3333
### File Signing
3434

3535
The MSI package and the SimpleDnsCrypt.exe are signed via a *COMODO RSA Code Signing CA*.
3636
The files are signed under the name: *EAM Experience Area Münsingen GmbH*
3737

3838
You also can verify the MSI packages with [minisign](https://jedisct1.github.io/minisign/).
39-
The minisign signatures [x86](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.4.9/SimpleDNSCrypt.msi.minisig) and [x64](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.4.9/SimpleDNSCrypt64.msi.minisig) can be verified with the following command:
39+
The minisign signatures [x86](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.5.0/SimpleDNSCrypt.msi.minisig) and [x64](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.5.0/SimpleDNSCrypt64.msi.minisig) can be verified with the following command:
4040

4141
minisign -Vm SimpleDNSCrypt.msi -P RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV
4242
minisign -Vm SimpleDNSCrypt64.msi -P RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV

update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
update:
2-
version: 0.4.9
2+
version: 0.5.0
33
type: 2
4-
release: 2018-02-18
4+
release: 2018-02-20
55
publickey: RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV
66
installer:
7-
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.4.9/SimpleDNSCrypt.msi
7+
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.5.0/SimpleDNSCrypt.msi
88
name: SimpleDNSCrypt.msi
99
signature:
10-
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.4.9/SimpleDNSCrypt.msi.minisig
10+
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.5.0/SimpleDNSCrypt.msi.minisig
1111

update64.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
update:
2-
version: 0.4.9
2+
version: 0.5.0
33
type: 2
4-
release: 2018-02-18
4+
release: 2018-02-20
55
publickey: RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV
66
installer:
7-
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.4.9/SimpleDNSCrypt64.msi
7+
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.5.0/SimpleDNSCrypt64.msi
88
name: SimpleDNSCrypt64.msi
99
signature:
10-
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.4.9/SimpleDNSCrypt64.msi.minisig
10+
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.5.0/SimpleDNSCrypt64.msi.minisig
1111

0 commit comments

Comments
 (0)