File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
environment :
2
- secure_file_version : 1.0.0
2
+ secure_file_version : 1.0.1
3
3
4
4
# Do not build feature branch with open Pull Requests
5
5
skip_branch_with_pr : true
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFrameworks >netcoreapp2.0 ;net462</TargetFrameworks >
5
+ <TargetFrameworks >netcoreapp3.1 ;net462</TargetFrameworks >
6
6
<FileVersion >1.0.0.1</FileVersion >
7
7
<AssemblyVersion >1.0.0.1</AssemblyVersion >
8
8
<Authors >Appveyor Systems Inc.</Authors >
9
9
<Company >Appveyor Systems Inc.</Company >
10
10
<Product >AppVeyor</Product >
11
11
<Description >Command-line utility for encrypting/decrypting files with Rijndael algorithm.</Description >
12
- <Copyright >Copyright © 2018 by Appveyor Systems Inc.</Copyright >
12
+ <Copyright >Copyright © 2020 by Appveyor Systems Inc.</Copyright >
13
13
<PackageProjectUrl >https://github.com/appveyor/secure-file</PackageProjectUrl >
14
14
<Version >1.0.0.1</Version >
15
15
<RepositoryUrl >https://github.com/appveyor/secure-file</RepositoryUrl >
You can’t perform that action at this time.
0 commit comments