v1.0.0
This is the initial release of the SQL Server Version Script app. It includes two versions:
- SqlServerVersionScript-NetCoreSC-win64.zip
- a self-contained .NET Core app (.exe) that runs on 64-bit Windows
- run this by extracting the zip and running GetSqlServerVersionInfo.exe
- SqlServerVersionScript-NetCoreFDD-win64.zip
- a (much smaller) Framework-dependent deployment of the .NET Core app (.dll) that run on 64-bit Windows
- requires .NET Core to be present on the machine
- this can be run from the command line by extracting the zip and running
dotnet GetSqlServerVersionInfo.dll