Skip to content

Releases: appveyor/secure-file

Secure File 1.0.2

18 Nov 17:30

Choose a tag to compare

Update to .NET 6.0, improve RNG usage, and bump version

Upgraded target framework from netcoreapp3.1 to net6.0 in the project file. Replaced deprecated RNGCryptoServiceProvider with RandomNumberGenerator.Create() in EncryptCommand. Simplified AES algorithm creation in SymmetricAlgorithmCommand and improved error handling. Updated AppVeyor config to version 1.0.2 and refreshed deployment token. Changed secure-file script permissions to executable.

Secure File 1.0.1

28 Apr 22:02

Choose a tag to compare

Correct path to build folder

Secure File 1.0.0

03 Apr 23:03

Choose a tag to compare

Package and upload artifact