Skip to content

Commit 869ce91

Browse files
Merge branch 'main' into release-please--branches--main--components--Atc.Aspire.Hosting.Azure.Kusto
2 parents 32c0b2d + 3fdf24d commit 869ce91

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.2.0",
2+
"src/Atc.Aspire.Azure.Kusto": "1.3.0",
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.0](https://github.com/atc-net/atc-aspire/compare/[email protected]@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/[email protected]@v1.2.0) (2025-02-06)
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.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)