en-US/cliHelper.trends.strings.psd1


@{
  ModuleName    = 'cliHelper.trends'
  ModuleVersion = '0.1.0'
  ReleaseNotes  = '# Release Notes

+ Version_<ModuleVersion>
+ GitHubTrends Class:
    Valid retrieval of repositories by stars/forks.
    Error handling for missing access tokens.
    Proper parsing of GraphQL responses into GitRepository objects.
    Handling of invalid/empty responses.
    Throwing exceptions for failed data retrieval.
+ CsvExportException: Validation of CSV export path and error propagatio
+ Added Integration Tests and End-to-End Workflow
'

}