cfsimplicity / spreadsheet-cfml

Standalone library for working with spreadsheets and CSV in CFML
MIT License
127 stars 36 forks source link

Allow flushOsgiBundle() to flush a specified version #274

Closed cfsimplicity closed 2 years ago

cfsimplicity commented 2 years ago

Currently flushOsgiBundle() will simply reload the current version, but sometimes it's necessary to flush a previous version when upgrading. Allow the version to be specified as an argument. e.g.

spreadsheet.flushOsgiBundle( "5.1.0.0" );