Changelog¶
1.2.0¶
Features¶
- Package/versioning updates to sample TAP application - now requires Visual Studio 2019
- “VSAZ” updates to showcase how runtime variables are sent to populate alert templates
- Sample application updated with additional debug logging
- Sample TAP application updated to process Authentication token as long string instead of integer
Upgrading¶
- You now need Visual Studio 2019 Community Edition. Instructions for installing it have been updated here.
- Follow instructions at TAP Web Application Setup with some notable exceptions:
- Extract the new TAP Visual Studio file to a different folder – ‘C:\sampleTapApp2’
- Change IIS binding for BasicTap site to this new folder.
- Execute contents of “SQLFiles\TapTablesCreate.sql” instead of “TapTablesCreate.sql” against your SQL database (no need to create a new database / tables).
- See changelog listing changes in TAP app over time here:
TAP Changelog - June 2020
- Use an application like Winmerge if you wish to see more detailed changes between the old TAP application source code and the new application.