0.5.3 (2023-12-15)
- Added missing try block to before finally block (f862a7d)
0.5.2 (2023-12-15)
- Using finally block to clean up DTE instance (ba04348)
0.5.1 (2023-12-13)
- Changed to using
Path.GetExtension
to support older PowerShell version (a6c64eb) - rearranged message filter position in
New-DteInstance
(ed8513b)
- fixed type in error message of
New-DteInstance
(ac723c4)
0.5.0 (2023-11-12)
- the name of the input parameter of
Close-DteInstance
,Export-TcProject
,Install-TcLibrary
, andUninstall-TcLibrary
is changed
- fixed more typos in DTE input parameter of several functions (f2ab95c)
0.4.1 (2023-11-11)
- synthetically bump the version due to earlier PSGallery hickups (7220330)
0.4.0 (2023-11-11)
Close-DteInstace
(typo) renamed toClose-DteInstance
- extracted function
Remove-SideEffects
(f1d2830) - improved resiliency of
TcLibrary
functions (90167de) - made
Path
parameter mandatory forNew-DummyTwincatSolution
(2395b49) - removed unnecessary message filtering in several locations (851af4f)
- using Pester's
$TestDrive
instead of system temp (636614b)
Export-TcProject
can self service its own DTE instance (9be9fd7)Install-TcLibrary
can self service its own DTE instance (5a0f9fd)Uninstall-TcLibrary
can self service its own DTE instance (208ed2e)- implemented dynamic parameter to
Export-TcProject
(bb99adc)
- added variable initialization to
TcLibrary
functions (3009415) - fixed clean up steps in
TcLibrary
functions (4341ac7) - fixed typo in file name
Close-DteInstace.ps1
(781eb42) - fixed typo in the name of function
Close-DteInstace
(048b73e)
0.3.5 (2023-11-07)
- refactored
Step-PlcProjectVersion.ps1
0.3.4 (2023-11-06)
- updated workflow (ddc23f6)
- fixed
Update-FunctionsToExport
(b937aa5)
0.3.3 (2023-11-06)
- Improved path handling (71b2c5a)
- added scripts for updating module info (e30268d)
- updated module manifest (e85bfb5)