Skip to content

Commit

Permalink
Bump version to 1.7.9
Browse files Browse the repository at this point in the history
Bumps version to 1.7.9 and adds a changelog entry
  • Loading branch information
hwoodiwiss committed Feb 3, 2024
1 parent 9e40da1 commit a50f65c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.9] - 2024-02-05

### Changed

- Added `DynamicallyAccessedMembers` annotation to `RequestInformation.Configure`.

## [1.7.8] - 2024-02-02

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Kiota.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageProjectUrl>https://aka.ms/kiota/docs</PackageProjectUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Deterministic>true</Deterministic>
<VersionPrefix>1.7.8</VersionPrefix>
<VersionPrefix>1.7.9</VersionPrefix>
<VersionSuffix></VersionSuffix>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SignAssembly>false</SignAssembly>
Expand Down

0 comments on commit a50f65c

Please sign in to comment.