diff --git a/Installer/License.rtf b/Installer/License.rtf index e288eba..975d167 100644 Binary files a/Installer/License.rtf and b/Installer/License.rtf differ diff --git a/LICENSE.md b/LICENSE.md index 88eb0f2..7fc6915 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ The MIT License (MIT) Copyright (c) 2015 - 2020 Christian Hermann & Contributors -Copyright (c) 2021 instant.sc & Contributors +Copyright (c) 2021 - 2022 instant.sc & Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index be23285..70d641d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![license](https://img.shields.io/github/license/instantsc/SimpleDnsCrypt.svg?style=flat-square)](https://github.com/instantsc/SimpleDnsCrypt/blob/master/LICENSE.md) [![Github All Releases](https://img.shields.io/github/release/instantsc/SimpleDnsCrypt.svg?style=flat-square&include_prereleases)](https://github.com/instantsc/SimpleDnsCrypt/releases/latest) -[![dnscrypt--proxy](https://img.shields.io/badge/dnscrypt--proxy-2.1.1-orange.svg?style=flat-square)](https://github.com/jedisct1/dnscrypt-proxy) +[![dnscrypt--proxy](https://img.shields.io/badge/dnscrypt--proxy-2.1.2-orange.svg?style=flat-square)](https://github.com/jedisct1/dnscrypt-proxy) [![Github All Releases](https://img.shields.io/github/downloads/instantsc/SimpleDnsCrypt/total.svg?style=flat-square)](https://github.com/instantsc/SimpleDnsCrypt/releases/latest) @@ -18,7 +18,7 @@ Simple DNSCrypt is a simple management tool to configure [dnscrypt-proxy](https: ## Status -Uses dnscrypt-proxy: **2.1.1** +Uses dnscrypt-proxy: **2.1.2** ## Getting Started @@ -63,8 +63,8 @@ For now, the only update option is to download and install the newest version ma ## Built With -* [Visual Studio 2019](https://www.visualstudio.com/downloads/) -* [.NET 5](https://dotnet.microsoft.com/download/dotnet) +* [Visual Studio 2022](https://www.visualstudio.com/downloads/) +* [.NET 6](https://dotnet.microsoft.com/download/dotnet) * [WiX](https://wixtoolset.org/) ## Authors diff --git a/SimpleDnsCrypt/SimpleDnsCrypt.csproj b/SimpleDnsCrypt/SimpleDnsCrypt.csproj index 6c5a0c4..64c9dd8 100644 --- a/SimpleDnsCrypt/SimpleDnsCrypt.csproj +++ b/SimpleDnsCrypt/SimpleDnsCrypt.csproj @@ -5,7 +5,7 @@ Simple DnsCrypt Simple DnsCrypt Simple management tool for dnscrypt-proxy - Copyright © 2015 - 2020 Christian Hermann, 2021 instant.sc + Copyright © 2015 - 2020 Christian Hermann, 2021 - 2022 instant.sc 0.8.0 0.8.0 bin\$(Platform)\$(Configuration)\ diff --git a/Uninstall/Uninstall.csproj b/Uninstall/Uninstall.csproj index 84e52da..15f58f8 100644 --- a/Uninstall/Uninstall.csproj +++ b/Uninstall/Uninstall.csproj @@ -5,7 +5,7 @@ Uninstall helper for Simple DNSCrypt Uninstall helper for Simple DNSCrypt Uninstall helper for Simple DNSCrypt - Copyright © 2015 - 2020 Christian Hermann, 2021 instant.sc + Copyright © 2015 - 2020 Christian Hermann, 2021 - 2022 instant.sc 0.8.0 0.8.0 simplednscrypt.ico diff --git a/minisign.pub b/minisign.pub deleted file mode 100644 index cd6e445..0000000 --- a/minisign.pub +++ /dev/null @@ -1,2 +0,0 @@ -untrusted comment: minisign public key used to sign the installer package -RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV diff --git a/update.yml b/update.yml deleted file mode 100644 index ad0ddf9..0000000 --- a/update.yml +++ /dev/null @@ -1,11 +0,0 @@ -update: - version: 0.7.1 - type: 2 - release: 2020-04-11 - publickey: RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV - installer: - uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.1/SimpleDNSCrypt.msi - name: SimpleDNSCrypt.msi - signature: - uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.1/SimpleDNSCrypt.msi.minisig - \ No newline at end of file diff --git a/update64.yml b/update64.yml deleted file mode 100644 index c5584b3..0000000 --- a/update64.yml +++ /dev/null @@ -1,11 +0,0 @@ -update: - version: 0.7.1 - type: 2 - release: 2020-04-11 - publickey: RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV - installer: - uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.1/SimpleDNSCrypt64.msi - name: SimpleDNSCrypt64.msi - signature: - uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.1/SimpleDNSCrypt64.msi.minisig - \ No newline at end of file