> For the complete documentation index, see [llms.txt](https://changelog.bugsplat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.bugsplat.com/framework-integrations/.net-standard-sdk.md).

# .NET Standard SDK

### August 27th, 2025 (v4.2.3) &#x20;

• Fix: Support for large attachments

### August 27th, 2025 (v4.2.2) &#x20;

• Fix: Handle post exceptions

### March 13th, 2025 (v4.2.0)

* Fix: reduce memory consumption

### September 30th, 2024 (v4.2.0)

* Fixed: Allow AdditionalFormDataFiles for minidump/xml posts
* Added: Attributes support

### September 19th, 2024 (v4.1.0)

* Fixed: don't lock attachment while reading
* Added: CrashDetailsApiClient

### September 16th, 2024 (v4.0.3)

* Fixed: handle locked attachments

### February 28th, 2024 (v4.0.1)

* Added: expose json parser

### August 23rd, 2023 (v3.3.0)

* Fixed: s3 http client timeout
* Added: android symbols support

### March 2nd, 2023 (v3.2.0)

* Added: upload exceptions to s3

### February 28th, 2024 (v1.1.1)

* Added: LICENSE file
* Fixed: remove newtonsoft

### February 14th, 2024 (v1.1.0)

* Added: support xml reports

{% hint style="warning" %}
Not seeing what you're looking for? You can browse archived changelogs from 2022-2015 [here](/changelog.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://changelog.bugsplat.com/framework-integrations/.net-standard-sdk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
