From d06ae5c82dc7171d66b65baac8527b2a00603bb6 Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Wed, 25 Jan 2023 19:44:58 +0300 Subject: [PATCH] Updates version and release notes --- .github/workflows/validatePullRequest.yml | 12 ++++++------ CHANGELOG.md | 3 +++ src/Microsoft.Graph/Microsoft.Graph.Beta.csproj | 14 +++++++++++--- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/.github/workflows/validatePullRequest.yml b/.github/workflows/validatePullRequest.yml index 02f20ae1e9e..c4ab4d664ea 100644 --- a/.github/workflows/validatePullRequest.yml +++ b/.github/workflows/validatePullRequest.yml @@ -13,9 +13,9 @@ jobs: env: solutionName: Microsoft.Graph.Beta.sln steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.3.0 - name: Setup .NET - uses: actions/setup-dotnet@v1.9.0 + uses: actions/setup-dotnet@v3.0.3 with: dotnet-version: 6.0.x - name: Restore dependencies @@ -34,12 +34,12 @@ jobs: language: [ 'csharp' ] steps: - name: Checkout repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.3.0 - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v2 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 \ No newline at end of file + uses: github/codeql-action/analyze@v2 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cd2d9114a84..85c10ccaf2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project does NOT adhere to [Semantic Versioning](https://semver.org/spe ## [Unreleased] +## [5.18.0-preview] - 2023-01-16 + +- Adds support for nullable reference types. - Latest metadata updates from 24th January 2023 snapshot. ## [5.17.0-preview] - 2023-01-16 diff --git a/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj b/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj index f048c752433..4ef80d4fdf8 100644 --- a/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj +++ b/src/Microsoft.Graph/Microsoft.Graph.Beta.csproj @@ -22,11 +22,11 @@ 35MSSharedLib1024.snk true -- Fixed a regression where passing custom base url would not be reflected in the requests. -- Latest metadata updates from 12th January 2023 snapshot +- Adds support for nullable reference types. +- Latest metadata updates from 24th January 2023 snapshot. - 5.17.0 + 5.18.0 @@ -45,6 +45,14 @@ bin\Release\Microsoft.Graph.Beta.xml 1701;1702;1705;1591 + + bin\Debug\Microsoft.Graph.Beta.xml + 1701;1702;1705;1591 + + + bin\Release\Microsoft.Graph.Beta.xml + 1701;1702;1705;1591 + true