Skip to content

Commit c6c41ad

Browse files
committed
chore: release version bump
Signed-off-by: Vincent Biret <[email protected]>
1 parent 71344c2 commit c6c41ad

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14+
### Changed
15+
16+
## [1.17.0] - 2024-08-09
17+
18+
### Added
19+
1420
- Adds generation of default `color.png` and `outline.png` files when generating plugins. [#4993](https://github.com/microsoft/kiota/issues/4993)
1521

1622
### Changed
@@ -1406,3 +1412,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14061412
### Added
14071413

14081414
- Initial GitHub release
1415+

src/Kiota.Builder/Kiota.Builder.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<None Include="../../README.md" Pack="true" PackagePath="" />
6262
</ItemGroup>
6363
<ItemGroup>
64-
<EmbeddedResource Include="../../resources/color.png"/>
65-
<EmbeddedResource Include="../../resources/outline.png"/>
64+
<EmbeddedResource Include="../../resources/color.png" />
65+
<EmbeddedResource Include="../../resources/outline.png" />
6666
</ItemGroup>
6767
</Project>

0 commit comments

Comments
 (0)