Skip to content

Commit e205a10

Browse files
chore(main): release 1.0.0-preview.5
1 parent 9062fd0 commit e205a10

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0-preview.4"
2+
".": "1.0.0-preview.5"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.0.0-preview.5](https://github.com/BinkyLabs/openai-analyzers/compare/v1.0.0-preview.4...v1.0.0-preview.5) (2026-07-03)
4+
5+
6+
### Features
7+
8+
* **tests:** migrate to Microsoft Testing Platform ([2b2b5ab](https://github.com/BinkyLabs/openai-analyzers/commit/2b2b5abad42cc1c370c50c05ab570a1f62e755e5))
9+
* **tests:** migrate to Microsoft Testing Platform ([5136b5a](https://github.com/BinkyLabs/openai-analyzers/commit/5136b5a79989ebe608930f1e8765512c8e9cc1d1))
10+
* **tests:** migrate xunit and runner to v3 ([ddef8a6](https://github.com/BinkyLabs/openai-analyzers/commit/ddef8a635dc32fdaf51be42aa78afe69b98d88ec))
11+
* **tests:** migrate xunit to v3 and forward CancellationToken in async tests ([d6598f5](https://github.com/BinkyLabs/openai-analyzers/commit/d6598f5388d04683cb11210e23485fc371708408))
12+
313
## [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)
414

515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dotnet add package BinkyLabs.OpenAI.Analyzers --prerelease
2424

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

src/BinkyLabs.OpenAI.Analyzers/BinkyLabs.OpenAI.Analyzers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.0.0-preview.4</Version>
4+
<Version>1.0.0-preview.5</Version>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
77
<Authors>BinkyLabs</Authors>

0 commit comments

Comments
 (0)