VSoft Technologies Blogs

rss

VSoft Technologies Blogs - posts about our products and software development.

We have been working on moving Continua CI to .net 4.6.1 for a future release, and during this conversion (so far, mostly just updating nuget packages), we discovered an issue that turned out to be caused by a change to .net certificate validation.

New Continua CI Version 1.8 features

Today we release Automise 5.

New Continua CI Version 1.8 beta features

Automise 5 Beta

Automise 5 had been updated to use the FinalBuilder 8 engine. It now runs faster and leaner.

The use of SHA1 is digital certificates (codesigning, SSL etc) is being phased out in 2016, it's time to update your code signing certificate.

A while back I published the VSoft.CommandLineParser library on github, which makes it simple to handle command line options in delphi applications. I have updated it to support commands, where each command has it's own set of options.

Pretty much every native windows application these days includes an xml manifest file. This post shows how to modifiy those files in FinalBuilder

Generate code coverage reports for your Delphi projects using Continua CI.

Delphi-Mocks now has a way to better control when an exception or a return value is produced for a mocked object/interface method.