Skip to content

Releases: Tim-Unger/AiracGen

V1.3.4

22 Jun 23:20
286943b
Compare
Choose a tag to compare
  • Hotfix to fix bug when single airac is current airac

V1.3.3

12 Mar 23:02
85a1ec4
Compare
Choose a tag to compare
  • Fix bug with GeneratePrevious()

V1.3.2

22 Feb 00:40
d78ce54
Compare
Choose a tag to compare
  • Fix bug with GenerateNext

V1.3.1

17 Jan 01:28
4a9e225
Compare
Choose a tag to compare
  • Fixed Bug with GenerateNext()

V1.3

10 Nov 20:42
63f5fdb
Compare
Choose a tag to compare
  • 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

26 Oct 21:18
ff351ee
Compare
Choose a tag to compare
  • 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

25 Oct 19:13
183e20f
Compare
Choose a tag to compare
  • Bug fixes to Airac-Ident generation
  • Correct file-extension for the generated JSON
  • Create README

V1.0

23 Oct 14:41
Compare
Choose a tag to compare

V1.0

  • Set the amount of future and past Airacs you want to generate
  • Airacs will be written as a JSON to \Airacs.txt