Skip to content

Commit 80b8084

Browse files
author
Andrew Omondi
committed
Merge remote-tracking branch 'origin/master' into andrueastman/branchCleanup
2 parents a164f69 + 1ca64fb commit 80b8084

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.15"
2+
".": "3.1.16"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project does adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.1.16](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/compare/v3.1.15...3.1.16) (2024-08-15)
9+
10+
11+
### Bug Fixes
12+
13+
* misalignment with RP config version ([e1d8932](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/e1d89327dea6786a3699febf948968776d226d14))
14+
* package name ([64d04b5](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/64d04b5d7a98347e237c713764642738491c7eb7))
15+
* remove v in tag from configuration ([a6a422f](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/a6a422f0d9362111573a4628e3abe6a18610185b))
16+
* start sha for release please ([a6a422f](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/a6a422f0d9362111573a4628e3abe6a18610185b))
17+
* updates dependencies dependabot forgot ([cfc2686](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/cfc2686dc21c8256e79d764d986d269570152639))
18+
819
## [Unreleased]
920

1021
## [3.1.15] - 2024-08-09

src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
2222
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
2323
<!-- x-release-please-start-version -->
24-
<VersionPrefix>3.1.15</VersionPrefix>
24+
<VersionPrefix>3.1.16</VersionPrefix>
2525
<!-- x-release-please-end -->
2626
<!-- VersionPrefix minor version should not be set when the change comes from the generator. It will be updated automatically. -->
2727
<!-- VersionPrefix minor version must be manually set when making manual changes to code. -->

0 commit comments

Comments
 (0)