en-US/PoshRest.strings.psd1


@{
  ModuleName    = 'PoshRest'
  ModuleVersion = '0.1.0'
  ReleaseNotes  = '# Release Notes

- Version_0.1.0
- Full fluent API design with chainable methods
- All parameter types (query, header, url segment, cookie, body)
- XML/JSON serialization with custom options
- Cookie management via HttpClientHandler
- File upload support with MultipartFormData
- Retry policies with configurable backoff
- Caching mechanism for GET requests
- Custom authentication via scriptblocks
- URL segment replacement
- Async execution with proper error handling
'

}