File tree Expand file tree Collapse file tree 5 files changed +20
-10
lines changed
tests/Microsoft.Graph.DotnetCore.Core.Test Expand file tree Collapse file tree 5 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 3.2.0 "
2
+ "." : " 3.2.1 "
3
3
}
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project does adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 3.2.1] ( https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/compare/3.2.0...3.2.1 ) (2024-11-18)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * removes upper bound on System.Net.Http.WinHttpHandler ([ 72aa793] ( https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/72aa793b90964335c051d7ba1c06d2f9f6aa5524 ) )
14
+ * removes upper bound on System.Net.Http.WinHttpHandler ([ 4f50933] ( https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/4f509338ed4440ae3f3e4cc6fe7069ce7bd3ee37 ) )
15
+
8
16
## [ 3.2.0] ( https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/compare/3.1.22...3.2.0 ) (2024-11-08)
9
17
10
18
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ extends:
78
78
pwsh : true
79
79
enabled : true
80
80
- powershell : |
81
- dotnet workload install android macos ios maccatalyst
81
+ dotnet workload install android macos ios maccatalyst
82
82
displayName: 'Install needed dotnet workloads'
83
83
- task : DotNetCoreCLI@2
84
84
displayName : ' dotnet restore'
@@ -243,6 +243,13 @@ extends:
243
243
dependsOn : build
244
244
jobs :
245
245
- deployment : deploy_nuget
246
+ templateContext :
247
+ type : releaseJob
248
+ isProduction : true
249
+ inputs :
250
+ - input : pipelineArtifact
251
+ artifactName : ProductionReleaseArtifact
252
+ targetPath : $(Pipeline.Workspace)
246
253
pool :
247
254
name : Azure-Pipelines-1ESPT-ExDShared
248
255
os : windows
@@ -258,11 +265,6 @@ extends:
258
265
inputs :
259
266
versionSpec : ' >=5.2.0'
260
267
checkLatest : true
261
- - task : DownloadPipelineArtifact@2
262
- displayName : Download nupkg from artifacts
263
- inputs :
264
- artifact : ProductionReleaseArtifact
265
- source : current
266
268
- task : PowerShell@2
267
269
displayName : ' Get Latest Commit SHA from repo'
268
270
inputs :
@@ -297,4 +299,4 @@ extends:
297
299
assetUploadMode : replace
298
300
assets : |
299
301
!**/**
300
- $(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg
302
+ $(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg
Original file line number Diff line number Diff line change 21
21
<AssemblyOriginatorKeyFile >35MSSharedLib1024.snk</AssemblyOriginatorKeyFile >
22
22
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
23
23
<!-- x-release-please-start-version -->
24
- <VersionPrefix >3.2.0 </VersionPrefix >
24
+ <VersionPrefix >3.2.1 </VersionPrefix >
25
25
<!-- x-release-please-end -->
26
26
<!-- VersionPrefix minor version should not be set when the change comes from the generator. It will be updated automatically. -->
27
27
<!-- VersionPrefix minor version must be manually set when making manual changes to code. -->
Original file line number Diff line number Diff line change 22
22
<PrivateAssets >all</PrivateAssets >
23
23
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
24
24
</PackageReference >
25
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
25
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
26
26
<PackageReference Include =" Moq" Version =" 4.20.72" />
27
27
<PackageReference Include =" xunit" Version =" 2.9.2" />
28
28
<PackageReference Include =" coverlet.collector" Version =" 6.0.2" >
You can’t perform that action at this time.
0 commit comments