Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0-preview.4"
".": "1.0.0-preview.5"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.0.0-preview.5](https://github.com/BinkyLabs/openai-analyzers/compare/v1.0.0-preview.4...v1.0.0-preview.5) (2026-06-19)


### Features

* **tests:** migrate to Microsoft Testing Platform ([2b2b5ab](https://github.com/BinkyLabs/openai-analyzers/commit/2b2b5abad42cc1c370c50c05ab570a1f62e755e5))
* **tests:** migrate to Microsoft Testing Platform ([5136b5a](https://github.com/BinkyLabs/openai-analyzers/commit/5136b5a79989ebe608930f1e8765512c8e9cc1d1))
* **tests:** migrate xunit and runner to v3 ([ddef8a6](https://github.com/BinkyLabs/openai-analyzers/commit/ddef8a635dc32fdaf51be42aa78afe69b98d88ec))
* **tests:** migrate xunit to v3 and forward CancellationToken in async tests ([d6598f5](https://github.com/BinkyLabs/openai-analyzers/commit/d6598f5388d04683cb11210e23485fc371708408))

## [1.0.0-preview.4](https://github.com/BinkyLabs/openai-analyzers/compare/v1.0.0-preview.3...v1.0.0-preview.4) (2025-11-19)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dotnet add package BinkyLabs.OpenAI.Analyzers --prerelease

```xml
<!-- x-release-please-start-version -->
<PackageReference Include="BinkyLabs.OpenAI.Analyzers" Version="1.0.0-preview.4" PrivateAssets="all" />
<PackageReference Include="BinkyLabs.OpenAI.Analyzers" Version="1.0.0-preview.5" PrivateAssets="all" />
<!-- x-release-please-end -->
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.0-preview.4</Version>
<Version>1.0.0-preview.5</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<Authors>BinkyLabs</Authors>
Expand Down