Skip to content

Commit 8b175bb

Browse files
committed
chore(kusto): release version 1.3.1
1 parent 4507fe7 commit 8b175bb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"src/Atc.Aspire.Azure.Kusto": "1.3.0",
2+
"src/Atc.Aspire.Azure.Kusto": "1.3.1",
33
"src/Atc.Aspire.Hosting.Azure.Kusto": "1.3.0"
44
}

src/Atc.Aspire.Azure.Kusto/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.1](https://github.com/atc-net/atc-aspire/compare/[email protected]@v1.3.1) (2025-03-25)
4+
5+
6+
### Bug fixes
7+
8+
* ensure Uri is used in AspireKustoExtensions from options to configure AzureDataExplorer ([debc1c1](https://github.com/atc-net/atc-aspire/commit/debc1c1eda894ecb2568035ef9b4d76cd544f6ef))
9+
310
## [1.3.0](https://github.com/atc-net/atc-aspire/compare/[email protected]@v1.3.0) (2025-02-26)
411

512

src/Atc.Aspire.Azure.Kusto/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PropertyGroup Label="Versioning">
1010
<!-- The 'x-release-please-' comments are used to inform the release-please action that it should update the semver version here -->
1111
<!-- x-release-please-start-version -->
12-
<Version>1.3.0</Version>
12+
<Version>1.3.1</Version>
1313
<!-- x-release-please-end -->
1414
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>
1515
</PropertyGroup>

0 commit comments

Comments
 (0)