Releases: Tim-Unger/AiracGen
Releases · Tim-Unger/AiracGen
V1.3.4
- Hotfix to fix bug when single airac is current airac
V1.3.3
- Fix bug with GeneratePrevious()
V1.3.2
- Fix bug with GenerateNext
V1.3.1
- Fixed Bug with GenerateNext()
V1.3
- Fixed bug with GenerateForYear()
- Added GenerateBetweenYearsSorted() and GenerateBetweenYearsUnsorted()
- Will generate Airacs between the given years (inclusive of the provided years)
- Added GenerateForYearsSorted() and GenerateForYearsUnsorted()
- Will generate Airacs for the given years (as many as you provide)
- Sorted() will sort them into sublists List<List>() of each year
- Unsorted() will put them all into one List
- Small fixes to Exception Messages
V1.2
- Added XML-Comments
- Updated README
- Added Extension Methods:
- SaveJson() to save a .json File
- NextAirac() to get the next Airac
- PreviousAirac() to get the previous Airac
- Added GenerateByYear() to get all Airacs in a year
V1.1
- Bug fixes to Airac-Ident generation
- Correct file-extension for the generated JSON
- Create README
V1.0
V1.0
- Set the amount of future and past Airacs you want to generate
- Airacs will be written as a JSON to \Airacs.txt