Jacob Schmidt 5e4cfcb945 feat: Improved ListRange functionality and updated build artifacts
This commit enhances the `ListRangeAsync` function within the ArmaRAMDb extension and updates the build artifacts.

Specifically, the following changes were made:

*   **ListStore.cs:**
    *   Modified `ListRangeAsync` to handle an `endIndex` of -1, treating it as the last element of the list.
    *   Added checks to ensure valid ranges and return an empty array if the range is invalid or the result is empty.
    *   Added a check to return an empty array if the list is not found.
*   **Build Artifacts:**
    *   Updated the `ArmaRAMDb_x64.dll` and `ArmaRAMDb_x64.so` files in the root directory and the extension/bin/Release/net8.0/win-x64/publish and extension/bin/Release/net8.0/linux-x64/publish directories.
2025-03-22 14:41:15 -05:00

6.7 MiB