Gna.Iata 1.0.0.157

dotnet add package Gna.Iata --version 1.0.0.157                
NuGet\Install-Package Gna.Iata -Version 1.0.0.157                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Gna.Iata" Version="1.0.0.157" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gna.Iata --version 1.0.0.157                
#r "nuget: Gna.Iata, 1.0.0.157"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Gna.Iata as a Cake Addin
#addin nuget:?package=Gna.Iata&version=1.0.0.157

// Install Gna.Iata as a Cake Tool
#tool nuget:?package=Gna.Iata&version=1.0.0.157                

Gna.Iata by Avionworx

A C# reader and writer for International Air Transport Association (IATA) Standard Schedule Data Set SSIM file (Chapter 7)

Visit https://github.com/Avionworx/Gna.Iata for more information and code examples.

1.0.0.157 2024-09-23

  • Ssim parser: Line length check (200 characters per line)
  • Ssim parser: Fix for producing empty OnwardSuffix character (' ')
  • Ssim writer: Now always writing number of seasons in the header
  • Ssim writer: Added option to skip writing TimeZoneDiff
  • Flight Leg Consolidator: Added option to ignore segment data during consolidation

1.0.0.133 2024-07-25

  • Ssim writer: another fix for period of schedule validity
  • Ssim parser: fix for Carrier Record with empty FlightLegs record(s)
  • Flight Leg Consolidator: Possibility to ignore duplicates during consolidation

1.0.0.105 2024-06-24

  • Extending functionality of DaysOfOperations class
  • Ssim writer NewLine and Encoding options
  • Ssim writer fix for period schedule validity
  • Ssim parser fix for interpreting empty UTC Local Time Variation for Dep and Arr
  • Support for Net 8

1.0.0.90 2024-01-29

  • Support for Net Framework (4.6.2 and above)

1.0.0.72 2024-01-23

  • First public version
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.157 101 9/23/2024
1.0.0.133 97 7/25/2024
1.0.0.105 108 6/25/2024
1.0.0.90 141 1/29/2024
1.0.0.72 106 1/23/2024

1.0.0.157 2024-09-23
- Ssim parser: Line length check (200 characters per line)
- Ssim parser: Fix for producing empty OnwardSuffix character (' ')
- Ssim writer: Now always writing number of seasons in the header
- Ssim writer: Added option to skip writing TimeZoneDiff
- Flight Leg Consolidator: Added option to ignore segment data during consolidation

1.0.0.133 2024-07-25
- Ssim writer: another fix for period of schedule validity
- Ssim parser: fix for Carrier Record with empty FlightLegs record(s)
- Flight Leg Consolidator: Possibility to ignore duplicates during consolidation

1.0.0.105 2024-06-24
- Extending functionality of DaysOfOperations class
- Ssim writer: NewLine and Encoding options
- Ssim writer: fix for period schedule validity
- Ssim parser: fix for interpreting empty UTC Local Time Variation for Dep and Arr
- Support for Net 8

1.0.0.90 2024-01-29
- Support for Net Framework (4.6.2 and above)

1.0.0.72 2024-01-23
- First public version