Skip to content

Commit d286e42

Browse files
Merge remote-tracking branch 'origin/release/2.0.1'
2 parents d279ceb + f92a134 commit d286e42

File tree

214 files changed

+1407
-4092
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+1407
-4092
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ build-release:
3838
- git clone -b windows-vpn --single-branch "https://gitlab-ci-token:${CI_JOB_TOKEN}@${I18N_CACHE_REPO}" --depth 1
3939
- python ci\main.py add-languages
4040
- python ci\main.py add-commit-hash $env:CI_COMMIT_SHORT_SHA
41+
- python ci\main.py defaultConfig
4142
- echo "Building release..."
4243
- MSBuild.exe /consoleloggerparameters:ErrorsOnly /maxcpucount /nologo /property:Configuration=Release /verbosity:quiet "ProtonVpn.sln"
4344
artifacts:
@@ -62,6 +63,7 @@ build-debug:
6263
- git clone -b windows-vpn --single-branch "https://gitlab-ci-token:${CI_JOB_TOKEN}@${I18N_CACHE_REPO}" --depth 1
6364
- python ci\main.py add-languages
6465
- python ci\main.py add-commit-hash $env:CI_COMMIT_SHORT_SHA
66+
- python ci\main.py defaultConfig
6567
- echo "Building debug..."
6668
- MSBuild.exe /consoleloggerparameters:ErrorsOnly /maxcpucount /nologo /property:Configuration=Debug /verbosity:quiet "ProtonVpn.sln"
6769
artifacts:
@@ -110,7 +112,6 @@ prepare-internal-beta-release:
110112
- python -m pip install -r ci\python-libs.txt
111113
- python ci\prepare-internal-beta.py
112114
only:
113-
- master
114115
- /^release.*$/
115116

116117
build-installer-for-debug:

COPYING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ Proton VPN Windows app includes the following 3rd party software:
5050
| [Apache License 2.0](https://github.com/MichaCo/DnsClient.NET/blob/master/LICENSE).
5151
* [DynamicExpresso.Core](https://github.com/davideicardi/DynamicExpresso) by Davide Icardi
5252
| [The MIT License](https://github.com/davideicardi/DynamicExpresso/blob/master/LICENSE).
53-
* [FontAwesome.WPF](https://github.com/charri/Font-Awesome-WPF/) by charri
54-
| [The MIT License](https://github.com/charri/Font-Awesome-WPF/blob/master/LICENSE).
5553
* [MvvmLightLibsStd10](http://www.mvvmlight.net/) by Laurent Bugnion (GalaSoft)
5654
| [The MIT License](https://github.com/lbugnion/mvvmlight/blob/master/LICENSE).
5755
* [Newtonsoft.Json](https://www.newtonsoft.com/json) by James Newton-King

ProtonVpn.sln

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProtonVPN.CalloutDriver", "
7676
EndProject
7777
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtonVPN.NetworkFilter", "src\ProtonVPN.NetworkFilter\ProtonVPN.NetworkFilter.csproj", "{1CF1B8BF-57EB-4E49-B644-0A8F2DFEEB58}"
7878
EndProject
79-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtonVPN.UpdateService", "src\ProtonVPN.UpdateService\ProtonVPN.UpdateService.csproj", "{3AED8207-E3C7-46D6-840D-CAE920ADD775}"
80-
EndProject
81-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtonVPN.UpdateServiceContract", "src\ProtonVPN.UpdateServiceContract\ProtonVPN.UpdateServiceContract.csproj", "{BB748EA2-EA18-4E6C-AB22-CCC1D91E8844}"
82-
EndProject
8379
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtonVPN.MarkupValidator", "src\ProtonVPN.MarkupValidator\ProtonVPN.MarkupValidator.csproj", "{BA03F069-6A26-45D1-8B05-6E61E3D9D1E1}"
8480
EndProject
8581
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtonVPN.TlsVerify", "src\ProtonVPN.TlsVerify\ProtonVPN.TlsVerify.csproj", "{643CA26B-B80E-4E6A-AAE4-BCEC021D2AA0}"
@@ -377,30 +373,6 @@ Global
377373
{1CF1B8BF-57EB-4E49-B644-0A8F2DFEEB58}.Release|x64.Build.0 = Release|Any CPU
378374
{1CF1B8BF-57EB-4E49-B644-0A8F2DFEEB58}.Release|x86.ActiveCfg = Release|Any CPU
379375
{1CF1B8BF-57EB-4E49-B644-0A8F2DFEEB58}.Release|x86.Build.0 = Release|Any CPU
380-
{3AED8207-E3C7-46D6-840D-CAE920ADD775}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
381-
{3AED8207-E3C7-46D6-840D-CAE920ADD775}.Debug|Any CPU.Build.0 = Debug|Any CPU
382-
{3AED8207-E3C7-46D6-840D-CAE920ADD775}.Debug|x64.ActiveCfg = Debug|Any CPU
383-
{3AED8207-E3C7-46D6-840D-CAE920ADD775}.Debug|x64.Build.0 = Debug|Any CPU
384-
{3AED8207-E3C7-46D6-840D-CAE920ADD775}.Debug|x86.ActiveCfg = Debug|Any CPU
385-
{3AED8207-E3C7-46D6-840D-CAE920ADD775}.Debug|x86.Build.0 = Debug|Any CPU
386-
{3AED8207-E3C7-46D6-840D-CAE920ADD775}.Release|Any CPU.ActiveCfg = Release|Any CPU
387-
{3AED8207-E3C7-46D6-840D-CAE920ADD775}.Release|Any CPU.Build.0 = Release|Any CPU
388-
{3AED8207-E3C7-46D6-840D-CAE920ADD775}.Release|x64.ActiveCfg = Release|Any CPU
389-
{3AED8207-E3C7-46D6-840D-CAE920ADD775}.Release|x64.Build.0 = Release|Any CPU
390-
{3AED8207-E3C7-46D6-840D-CAE920ADD775}.Release|x86.ActiveCfg = Release|Any CPU
391-
{3AED8207-E3C7-46D6-840D-CAE920ADD775}.Release|x86.Build.0 = Release|Any CPU
392-
{BB748EA2-EA18-4E6C-AB22-CCC1D91E8844}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
393-
{BB748EA2-EA18-4E6C-AB22-CCC1D91E8844}.Debug|Any CPU.Build.0 = Debug|Any CPU
394-
{BB748EA2-EA18-4E6C-AB22-CCC1D91E8844}.Debug|x64.ActiveCfg = Debug|Any CPU
395-
{BB748EA2-EA18-4E6C-AB22-CCC1D91E8844}.Debug|x64.Build.0 = Debug|Any CPU
396-
{BB748EA2-EA18-4E6C-AB22-CCC1D91E8844}.Debug|x86.ActiveCfg = Debug|Any CPU
397-
{BB748EA2-EA18-4E6C-AB22-CCC1D91E8844}.Debug|x86.Build.0 = Debug|Any CPU
398-
{BB748EA2-EA18-4E6C-AB22-CCC1D91E8844}.Release|Any CPU.ActiveCfg = Release|Any CPU
399-
{BB748EA2-EA18-4E6C-AB22-CCC1D91E8844}.Release|Any CPU.Build.0 = Release|Any CPU
400-
{BB748EA2-EA18-4E6C-AB22-CCC1D91E8844}.Release|x64.ActiveCfg = Release|Any CPU
401-
{BB748EA2-EA18-4E6C-AB22-CCC1D91E8844}.Release|x64.Build.0 = Release|Any CPU
402-
{BB748EA2-EA18-4E6C-AB22-CCC1D91E8844}.Release|x86.ActiveCfg = Release|Any CPU
403-
{BB748EA2-EA18-4E6C-AB22-CCC1D91E8844}.Release|x86.Build.0 = Release|Any CPU
404376
{BA03F069-6A26-45D1-8B05-6E61E3D9D1E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
405377
{BA03F069-6A26-45D1-8B05-6E61E3D9D1E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
406378
{BA03F069-6A26-45D1-8B05-6E61E3D9D1E1}.Debug|x64.ActiveCfg = Debug|Any CPU

0 commit comments

Comments
 (0)