Skip to content

Commit e2816fe

Browse files
committed
push 0.6.1
1 parent 54979b7 commit e2816fe

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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.6.0/SimpleDNSCrypt.msi) or [x64](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.0/SimpleDNSCrypt64.msi).
31+
To install Simple DNSCrypt use the latest (stable) MSI packages: [x86](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.1/SimpleDNSCrypt.msi) or [x64](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.1/SimpleDNSCrypt64.msi).
3232

3333
#### Alternative
3434

@@ -40,7 +40,7 @@ The MSI package and the SimpleDnsCrypt.exe are signed via a *COMODO RSA Code Sig
4040
The files are signed under the name: *Christian Hermann*
4141

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

4545
minisign -Vm SimpleDNSCrypt.msi -P RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV
4646
minisign -Vm SimpleDNSCrypt64.msi -P RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV
@@ -76,7 +76,7 @@ If you can add or correct a language, feel free to do so:
7676

7777
## Built With
7878

79-
* [Visual Studio 2017 (15.8.x)](https://www.visualstudio.com/downloads/)
79+
* [Visual Studio 2017 (15.x.x)](https://www.visualstudio.com/downloads/)
8080
* [.NET Framework 4.6.x](https://www.microsoft.com/net/download/windows)
8181
* [ReSharper](https://www.jetbrains.com/resharper/)
8282
* [Advanced Installer](https://www.advancedinstaller.com/)

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.6.0
2+
version: 0.6.1
33
type: 2
4-
release: 2018-11-23
4+
release: 2018-12-01
55
publickey: RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV
66
installer:
7-
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.0/SimpleDNSCrypt.msi
7+
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.1/SimpleDNSCrypt.msi
88
name: SimpleDNSCrypt.msi
99
signature:
10-
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.0/SimpleDNSCrypt.msi.minisig
10+
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.1/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.6.0
2+
version: 0.6.1
33
type: 2
4-
release: 2018-11-23
4+
release: 2018-12-01
55
publickey: RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV
66
installer:
7-
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.0/SimpleDNSCrypt64.msi
7+
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.1/SimpleDNSCrypt64.msi
88
name: SimpleDNSCrypt64.msi
99
signature:
10-
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.0/SimpleDNSCrypt64.msi.minisig
10+
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.6.1/SimpleDNSCrypt64.msi.minisig
1111

0 commit comments

Comments
 (0)