Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 014b7e2

Browse files
authoredFeb 26, 2025··
chore(kusto-hosting): release version 1.3.0
1 parent 3fdf24d commit 014b7e2

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
{
22
"src/Atc.Aspire.Azure.Kusto": "1.3.0",
3-
"src/Atc.Aspire.Hosting.Azure.Kusto": "1.2.0"
3+
"src/Atc.Aspire.Hosting.Azure.Kusto": "1.3.0"
44
}

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

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

3+
## [1.3.0](https://github.com/atc-net/atc-aspire/compare/Atc.Aspire.Hosting.Azure.Kusto@v1.2.0...Atc.Aspire.Hosting.Azure.Kusto@v1.3.0) (2025-02-26)
4+
5+
6+
### New features
7+
8+
* upgrade aspire to v 9.1.0 and nuget packages ([d68bd5d](https://github.com/atc-net/atc-aspire/commit/d68bd5d37ef306846c505d3f0a86eec305a77d11))
9+
310
## [1.2.0](https://github.com/atc-net/atc-aspire/compare/Atc.Aspire.Hosting.Azure.Kusto@v1.1.0...Atc.Aspire.Hosting.Azure.Kusto@v1.2.0) (2025-02-06)
411

512

‎src/Atc.Aspire.Hosting.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.2.0</Version>
12+
<Version>1.3.0</Version>
1313
<!-- x-release-please-end -->
1414
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>
1515
</PropertyGroup>

0 commit comments

Comments
 (0)
Please sign in to comment.