Skip to content

Commit 5201c68

Browse files
committed
netcoreapp3.1
1 parent 5163b6e commit 5201c68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
environment:
2-
secure_file_version: 1.0.0
2+
secure_file_version: 1.0.1
33

44
# Do not build feature branch with open Pull Requests
55
skip_branch_with_pr: true

secure-file/secure-file.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>netcoreapp2.0;net462</TargetFrameworks>
5+
<TargetFrameworks>netcoreapp3.1;net462</TargetFrameworks>
66
<FileVersion>1.0.0.1</FileVersion>
77
<AssemblyVersion>1.0.0.1</AssemblyVersion>
88
<Authors>Appveyor Systems Inc.</Authors>
99
<Company>Appveyor Systems Inc.</Company>
1010
<Product>AppVeyor</Product>
1111
<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>
1313
<PackageProjectUrl>https://github.com/appveyor/secure-file</PackageProjectUrl>
1414
<Version>1.0.0.1</Version>
1515
<RepositoryUrl>https://github.com/appveyor/secure-file</RepositoryUrl>

0 commit comments

Comments
 (0)