diff --git a/shells/powershell/Makefile b/shells/powershell/Makefile index 2072fa28c4dc..95285aee2f4f 100644 --- a/shells/powershell/Makefile +++ b/shells/powershell/Makefile @@ -1,197 +1,200 @@ PORTNAME= powershell DISTVERSIONPREFIX=v -DISTVERSION= 7.5.2 +DISTVERSION= 7.5.4 CATEGORIES= shells MAINTAINER= arrowd@FreeBSD.org COMMENT= Microsoft's shell with support for .NET objects WWW= https://microsoft.com/PowerShell LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= dotnet>=9.0.6:lang/dotnet +BUILD_DEPENDS= dotnet>=${DOTNET_VER}:lang/dotnet LIB_DEPENDS= libbrotlienc.so:archivers/brotli \ libinotify.so:devel/libinotify \ libunwind.so:devel/libunwind RUN_DEPENDS= dotnet:lang/dotnet-host \ terminfo-db>0:misc/terminfo-db \ ${LOCALBASE}/lib/powershell/libpsl-native.so:shells/libpowershell-native \ ${LOCALBASE}/lib/libicuuc.so:devel/icu USES= gssapi:mit ssl:run USE_GITHUB= yes GH_ACCOUNT= PowerShell GH_PROJECT= PowerShell +DOTNET_VER= 9.0.10 DOTNET_ARCH= ${ARCH:S/amd64/x64/:S/aarch64/arm64/} NUGET_GROUPS= NUGET PWSH NUGET_NUPKGS= DotNetAnalyzers.DocumentationAnalyzers:1.0.0-beta.59 \ DotNetAnalyzers.DocumentationAnalyzers.Unstable:1.0.0.59 \ JetBrains.Annotations:2021.2.0 \ Json.More.Net:2.0.2 \ JsonPointer.Net:5.0.2 \ JsonSchema.Net:7.2.3 \ Markdig.Signed:0.38.0 \ Microsoft.ApplicationInsights:2.22.0 \ Microsoft.Bcl.AsyncInterfaces:8.0.0 \ Microsoft.CodeAnalysis.Analyzers:3.11.0 \ Microsoft.CodeAnalysis.Common:4.11.0 \ Microsoft.CodeAnalysis.CSharp:4.11.0 \ - Microsoft.Extensions.ObjectPool:8.0.17 \ + Microsoft.Extensions.ObjectPool:8.0.21 \ Microsoft.Management.Infrastructure:3.0.0 \ Microsoft.Management.Infrastructure.Runtime.Unix:3.0.0 \ Microsoft.Management.Infrastructure.Runtime.Win:3.0.0 \ Microsoft.NETCore.Platforms:7.0.4 \ Microsoft.PowerShell.MarkdownRender:7.2.1 \ Microsoft.PowerShell.Native:7.4.0 \ Microsoft.Security.Extensions:1.4.0 \ Microsoft.Win32.Registry:5.0.0 \ - Microsoft.Win32.Registry.AccessControl:9.0.6 \ - Microsoft.Win32.SystemEvents:9.0.6 \ - Microsoft.Windows.Compatibility:9.0.6 \ + Microsoft.Win32.Registry.AccessControl:${DOTNET_VER} \ + Microsoft.Win32.SystemEvents:${DOTNET_VER} \ + Microsoft.Windows.Compatibility:${DOTNET_VER} \ NETStandard.Library:2.0.3 \ - Newtonsoft.Json:13.0.3 \ - runtime.linux-arm.runtime.native.System.IO.Ports:9.0.6 \ - runtime.linux-arm64.runtime.native.System.IO.Ports:9.0.6 \ - runtime.linux-x64.runtime.native.System.IO.Ports:9.0.6 \ - runtime.android-arm.runtime.native.System.IO.Ports:9.0.6 \ - runtime.android-arm64.runtime.native.System.IO.Ports:9.0.6 \ - runtime.android-x64.runtime.native.System.IO.Ports:9.0.6 \ - runtime.android-x86.runtime.native.System.IO.Ports:9.0.6 \ - runtime.linux-bionic-arm64.runtime.native.System.IO.Ports:9.0.6 \ - runtime.linux-bionic-x64.runtime.native.System.IO.Ports:9.0.6 \ - runtime.linux-musl-arm.runtime.native.System.IO.Ports:9.0.6 \ - runtime.linux-musl-arm64.runtime.native.System.IO.Ports:9.0.6 \ - runtime.linux-musl-x64.runtime.native.System.IO.Ports:9.0.6 \ - runtime.maccatalyst-arm64.runtime.native.System.IO.Ports:9.0.6 \ - runtime.maccatalyst-x64.runtime.native.System.IO.Ports:9.0.6 \ + Newtonsoft.Json:13.0.4 \ + runtime.linux-arm.runtime.native.System.IO.Ports:${DOTNET_VER} \ + runtime.linux-arm64.runtime.native.System.IO.Ports:${DOTNET_VER} \ + runtime.linux-x64.runtime.native.System.IO.Ports:${DOTNET_VER} \ + runtime.android-arm.runtime.native.System.IO.Ports:${DOTNET_VER} \ + runtime.android-arm64.runtime.native.System.IO.Ports:${DOTNET_VER} \ + runtime.android-x64.runtime.native.System.IO.Ports:${DOTNET_VER} \ + runtime.android-x86.runtime.native.System.IO.Ports:${DOTNET_VER} \ + runtime.linux-bionic-arm64.runtime.native.System.IO.Ports:${DOTNET_VER} \ + runtime.linux-bionic-x64.runtime.native.System.IO.Ports:${DOTNET_VER} \ + runtime.linux-musl-arm.runtime.native.System.IO.Ports:${DOTNET_VER} \ + runtime.linux-musl-arm64.runtime.native.System.IO.Ports:${DOTNET_VER} \ + runtime.linux-musl-x64.runtime.native.System.IO.Ports:${DOTNET_VER} \ + runtime.maccatalyst-arm64.runtime.native.System.IO.Ports:${DOTNET_VER} \ + runtime.maccatalyst-x64.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.native.System.Data.SqlClient.sni:4.4.0 \ - runtime.native.System.IO.Ports:9.0.6 \ - runtime.osx-arm64.runtime.native.System.IO.Ports:9.0.6 \ - runtime.osx-x64.runtime.native.System.IO.Ports:9.0.6 \ + runtime.native.System.IO.Ports:${DOTNET_VER} \ + runtime.osx-arm64.runtime.native.System.IO.Ports:${DOTNET_VER} \ + runtime.osx-x64.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.win-arm64.runtime.native.System.Data.SqlClient.sni:4.4.0 \ runtime.win-x64.runtime.native.System.Data.SqlClient.sni:4.4.0 \ runtime.win-x86.runtime.native.System.Data.SqlClient.sni:4.4.0 \ StyleCop.Analyzers:1.2.0-beta.556 \ StyleCop.Analyzers.Unstable:1.2.0.556 \ System.Buffers:4.5.1 \ - System.CodeDom:9.0.6 \ - System.Collections.Immutable:9.0.6 \ + System.CodeDom:${DOTNET_VER} \ + System.Collections.Immutable:${DOTNET_VER} \ System.Collections.Immutable:8.0.0 \ - System.ComponentModel.Composition:9.0.6 \ - System.ComponentModel.Composition.Registration:9.0.6 \ - System.Configuration.ConfigurationManager:9.0.6 \ - System.Data.Odbc:9.0.6 \ - System.Data.OleDb:9.0.6 \ + System.ComponentModel.Composition:${DOTNET_VER} \ + System.ComponentModel.Composition.Registration:${DOTNET_VER} \ + System.Configuration.ConfigurationManager:${DOTNET_VER} \ + System.Data.Odbc:${DOTNET_VER} \ + System.Data.OleDb:${DOTNET_VER} \ System.Data.SqlClient:4.9.0 \ - System.Diagnostics.DiagnosticSource:9.0.6 \ - System.Diagnostics.EventLog:9.0.6 \ - System.Diagnostics.PerformanceCounter:9.0.6 \ - System.DirectoryServices:9.0.6 \ - System.DirectoryServices.AccountManagement:9.0.6 \ - System.DirectoryServices.Protocols:9.0.6 \ - System.Drawing.Common:9.0.6 \ + System.Diagnostics.DiagnosticSource:${DOTNET_VER} \ + System.Diagnostics.EventLog:${DOTNET_VER} \ + System.Diagnostics.PerformanceCounter:${DOTNET_VER} \ + System.DirectoryServices:${DOTNET_VER} \ + System.DirectoryServices.AccountManagement:${DOTNET_VER} \ + System.DirectoryServices.Protocols:${DOTNET_VER} \ + System.Drawing.Common:${DOTNET_VER} \ System.Formats.Asn1:6.0.0 \ - System.IO.Packaging:9.0.6 \ - System.IO.Ports:9.0.6 \ - System.Management:9.0.6 \ + System.IO.Packaging:${DOTNET_VER} \ + System.IO.Ports:${DOTNET_VER} \ + System.Management:${DOTNET_VER} \ System.Memory:4.5.5 \ - System.Net.Http.WinHttpHandler:9.0.6 \ + System.Net.Http.WinHttpHandler:${DOTNET_VER} \ System.Numerics.Vectors:4.4.0 \ System.Numerics.Vectors:4.5.0 \ System.Private.ServiceModel:4.10.3 \ - System.Reflection.Context:9.0.6 \ + System.Reflection.Context:${DOTNET_VER} \ System.Reflection.DispatchProxy:4.7.1 \ System.Reflection.Metadata:8.0.1 \ - System.Runtime.Caching:9.0.6 \ + System.Runtime.Caching:${DOTNET_VER} \ System.Runtime.CompilerServices.Unsafe:6.0.0 \ System.Security.AccessControl:6.0.1 \ - System.Security.Cryptography.Pkcs:9.0.6 \ - System.Security.Cryptography.ProtectedData:9.0.6 \ - System.Security.Cryptography.Xml:9.0.6 \ - System.Security.Permissions:9.0.6 \ + System.Security.Cryptography.Pkcs:${DOTNET_VER} \ + System.Security.Cryptography.ProtectedData:${DOTNET_VER} \ + System.Security.Cryptography.Xml:${DOTNET_VER} \ + System.Security.Permissions:${DOTNET_VER} \ System.Security.Principal.Windows:5.0.0 \ System.ServiceModel.Duplex:4.10.3 \ System.ServiceModel.Http:4.10.3 \ System.ServiceModel.NetTcp:4.10.3 \ System.ServiceModel.Primitives:4.10.3 \ System.ServiceModel.Security:4.10.3 \ - System.ServiceModel.Syndication:9.0.6 \ - System.ServiceProcess.ServiceController:9.0.6 \ - System.Speech:9.0.6 \ + System.ServiceModel.Syndication:${DOTNET_VER} \ + System.ServiceProcess.ServiceController:${DOTNET_VER} \ + System.Speech:${DOTNET_VER} \ System.Text.Encoding.CodePages:7.0.0 \ System.Text.Encoding.CodePages:8.0.0 \ - System.Text.Encoding.CodePages:9.0.6 \ + System.Text.Encoding.CodePages:${DOTNET_VER} \ System.Text.Encodings.Web:6.0.0 \ - System.Text.Encodings.Web:9.0.6 \ + System.Text.Encodings.Web:${DOTNET_VER} \ System.Text.Json:6.0.9 \ - System.Threading.AccessControl:9.0.6 \ + System.Threading.AccessControl:${DOTNET_VER} \ System.Threading.Tasks.Extensions:4.5.4 \ System.Web.Services.Description:8.0.0 \ - System.Windows.Extensions:9.0.6 \ + System.Windows.Extensions:${DOTNET_VER} \ Humanizer.Core:2.14.1 PWSH_NUPKGS= Microsoft.PowerShell.PSResourceGet:1.0.3 \ PSReadLine:2.3.4 \ PowerShellGet:3.0.23-beta23 PWSH_MOD_EXTRACT_ARGS= -x "\[Content_Types\].xml" \ -x "_*/*" \ -x "package/*" \ -x "*.txt" \ -x "*.nuspec" DOTNET_CMD= ${SETENV} HOME=${WRKDIR} ${LOCALBASE}/bin/dotnet post-extract: ${MKDIR} ${WRKSRC}/src/Microsoft.PowerShell.SDK/obj ${CP} ${FILESDIR}/Microsoft.PowerShell.SDK.csproj.TypeCatalog.targets \ ${WRKSRC}/src/Microsoft.PowerShell.SDK/obj post-patch: ${REINPLACE_CMD} -e 's|%%NUGET_DISTDIR%%|${DISTDIR}/${NUGET_DISTSUBDIR}|' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/nuget.config - ${REINPLACE_CMD} -e 's|9.0.301|9.0.107|' ${WRKSRC}/global.json + ${REINPLACE_CMD} -e 's|%%PORTVERSION%%|${PORTVERSION}|' \ + ${WRKSRC}/PowerShell.Common.props + ${REINPLACE_CMD} -e 's|9.0.306|9.0.111|' ${WRKSRC}/global.json do-build: cd ${WRKSRC}/src/ResGen && \ ${DOTNET_CMD} restore --packages ${WRKDIR}/packages && \ ${DOTNET_CMD} build --no-restore && \ ${DOTNET_CMD} run --no-restore cd ${WRKSRC}/src/powershell-unix && \ ${DOTNET_CMD} restore --packages ${WRKDIR}/packages cd ${WRKSRC}/src && \ ${DOTNET_CMD} msbuild \ Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj \ /t:_GetDependencies \ /p:DesignTimeBuild=true \ /p:_DependencyFile=${WRKSRC}/src/TypeCatalogGen/powershell.inc \ /nologo cd ${WRKSRC}/src/TypeCatalogGen && \ ${DOTNET_CMD} restore --packages ${WRKDIR}/packages && \ ${DOTNET_CMD} dotnet build --no-restore && \ ${DOTNET_CMD} run --no-restore \ ../System.Management.Automation/CoreCLR/CorePsTypeCatalog.cs \ powershell.inc cd ${WRKSRC}/src/powershell-unix && \ ${DOTNET_CMD} publish --packages ${WRKDIR}/packages -c Release \ -r freebsd.${_OSVERSION_MAJOR}-${DOTNET_ARCH} -o bin/publish \ --sc -p:PublishReadyToRun=false do-install: ${CP} -r ${WRKSRC}/src/powershell-unix/bin/publish \ ${STAGEDIR}${PREFIX}/lib/powershell ${LN} -s ../lib/powershell/pwsh ${STAGEDIR}${PREFIX}/bin post-install: .for m in ${PWSH_NUPKGS} ${UNZIP_NATIVE_CMD} ${PWSH_MOD_EXTRACT_ARGS} \ -d ${STAGEDIR}${PREFIX}/lib/powershell/Modules/${m:C/:.*//} \ ${DISTDIR}/nuget/${m:C/:.*//:tl}.${m:C/.*://:tl}.nupkg .endfor .include "nuget.mk" .include diff --git a/shells/powershell/distinfo b/shells/powershell/distinfo index 83525a7ecf95..122b340aaa68 100644 --- a/shells/powershell/distinfo +++ b/shells/powershell/distinfo @@ -1,219 +1,219 @@ -TIMESTAMP = 1751267647 +TIMESTAMP = 1762594311 SHA256 (nuget/dotnetanalyzers.documentationanalyzers.unstable.1.0.0.59.nupkg) = ae589831a3338b8b7efc889cbfc65f64724460ca63e4af97a8da03bff2c02191 SIZE (nuget/dotnetanalyzers.documentationanalyzers.unstable.1.0.0.59.nupkg) = 148293 SHA256 (nuget/dotnetanalyzers.documentationanalyzers.1.0.0-beta.59.nupkg) = 923a54cd5b0fdb74cc6cc49a01b9027785ef4fd142b9b0802a588ae242a6740e SIZE (nuget/dotnetanalyzers.documentationanalyzers.1.0.0-beta.59.nupkg) = 14410 SHA256 (nuget/humanizer.core.2.14.1.nupkg) = 117be88dd74fbbef492a0386f4d4908144df5aad51a4e630eda7710cf28327aa SIZE (nuget/humanizer.core.2.14.1.nupkg) = 538179 SHA256 (nuget/jetbrains.annotations.2021.2.0.nupkg) = 36d4e2a30acc420a138904217a2a2c79bfde1862c7faa47f3570c502c5ab3b4f SIZE (nuget/jetbrains.annotations.2021.2.0.nupkg) = 127455 SHA256 (nuget/json.more.net.2.0.2.nupkg) = 6b4e42e2594abb5b0e0638d5f865d0a920f51566a3eedc23931e0bf79aa2c434 SIZE (nuget/json.more.net.2.0.2.nupkg) = 107427 SHA256 (nuget/jsonpointer.net.5.0.2.nupkg) = 4b4e1f9f1302266f3ac9cd456074aa1f39e103ef74356e9023eeebc5823286cd SIZE (nuget/jsonpointer.net.5.0.2.nupkg) = 79068 SHA256 (nuget/jsonschema.net.7.2.3.nupkg) = 12d21ce12ab97efecb2d68f5f96b593d8138bbfd1ee3e99448c7caa76bc1aeea SIZE (nuget/jsonschema.net.7.2.3.nupkg) = 324791 SHA256 (nuget/markdig.signed.0.38.0.nupkg) = ca13bf185a0a744fd9f5264fc8615eec396749df1d700a21a89345a92a8a2e79 SIZE (nuget/markdig.signed.0.38.0.nupkg) = 1126978 SHA256 (nuget/microsoft.applicationinsights.2.22.0.nupkg) = 99443addab694f4d2be3d71ae74b99bb660288b837c9deabdc7cd3af2a9cb840 SIZE (nuget/microsoft.applicationinsights.2.22.0.nupkg) = 1709255 SHA256 (nuget/microsoft.bcl.asyncinterfaces.8.0.0.nupkg) = f5a5a68b03092ab2abf68843d4a4aea25dfbcbe8dd0f13c625cb779b6fc1927c SIZE (nuget/microsoft.bcl.asyncinterfaces.8.0.0.nupkg) = 99740 SHA256 (nuget/microsoft.codeanalysis.analyzers.3.11.0.nupkg) = 850da5e84e8f3b89bb8be66c7c5944c7ef7752c2cfa38218df00e4346d75fd2c SIZE (nuget/microsoft.codeanalysis.analyzers.3.11.0.nupkg) = 1605871 SHA256 (nuget/microsoft.codeanalysis.csharp.4.11.0.nupkg) = 13d8c43a3a7d83f08579cb1ce7f41f44a38f5cc4694b0d137fbf57b1180bf8c9 SIZE (nuget/microsoft.codeanalysis.csharp.4.11.0.nupkg) = 16919271 SHA256 (nuget/microsoft.codeanalysis.common.4.11.0.nupkg) = 717ff180cd15992f81b2eeb7299936a1f8c538ecb59b323e08254463a908f909 SIZE (nuget/microsoft.codeanalysis.common.4.11.0.nupkg) = 7082945 -SHA256 (nuget/microsoft.extensions.objectpool.8.0.17.nupkg) = 719002008c7597349a73241672454a28b89c0c28b7819291b4fc6e41ca103462 -SIZE (nuget/microsoft.extensions.objectpool.8.0.17.nupkg) = 92556 +SHA256 (nuget/microsoft.extensions.objectpool.8.0.21.nupkg) = d76d8c48a590f5ec5f3c8929332beddf5693079f7e4ab8fac86d3f437412545a +SIZE (nuget/microsoft.extensions.objectpool.8.0.21.nupkg) = 92668 SHA256 (nuget/microsoft.management.infrastructure.runtime.unix.3.0.0.nupkg) = b4f959bad08df9a6e680c33200f5cefe7c1b8222a26eb134d338de0b565425ab SIZE (nuget/microsoft.management.infrastructure.runtime.unix.3.0.0.nupkg) = 122301 SHA256 (nuget/microsoft.management.infrastructure.runtime.win.3.0.0.nupkg) = 7206e8f30c824066fb34a97795ba88e4733a6958e9e08fba746e035ef6075f34 SIZE (nuget/microsoft.management.infrastructure.runtime.win.3.0.0.nupkg) = 787562 SHA256 (nuget/microsoft.management.infrastructure.3.0.0.nupkg) = bd5a6b8baf5985de61f01ef03fdb240ec817e55ed3b0a237f722d78d65eab272 SIZE (nuget/microsoft.management.infrastructure.3.0.0.nupkg) = 108606 SHA256 (nuget/microsoft.netcore.platforms.7.0.4.nupkg) = 557fb3ae6cc65016816ed272577654a7bc137f7607518ba3e615823ae68ed529 SIZE (nuget/microsoft.netcore.platforms.7.0.4.nupkg) = 49157 SHA256 (nuget/microsoft.powershell.markdownrender.7.2.1.nupkg) = 4a28a353be54c2dcf225f421832c4e1b8634a4021f8ad3d8219dc442bb5d657a SIZE (nuget/microsoft.powershell.markdownrender.7.2.1.nupkg) = 49815 SHA256 (nuget/microsoft.powershell.native.7.4.0.nupkg) = 5ce903457b6ac0a8565e13916d9bbcffd49d31fc02dd19fbb868f17e5e62e249 SIZE (nuget/microsoft.powershell.native.7.4.0.nupkg) = 590282 SHA256 (nuget/microsoft.security.extensions.1.4.0.nupkg) = 633343fdc9624fcf2d250f7869c4bb590bf4c52b9b7cc14e613cc59562661ab2 SIZE (nuget/microsoft.security.extensions.1.4.0.nupkg) = 131310 -SHA256 (nuget/microsoft.win32.registry.accesscontrol.9.0.6.nupkg) = 2dbd0a2ec3cbc94ee8ea32c9fff06d529754a1d7f54c0400cabc6f8e47d2465b -SIZE (nuget/microsoft.win32.registry.accesscontrol.9.0.6.nupkg) = 124880 +SHA256 (nuget/microsoft.win32.registry.accesscontrol.9.0.10.nupkg) = a127b05db18ec5be42055100ead8cf9a3e9771c5303021bad08beb1bc07c7692 +SIZE (nuget/microsoft.win32.registry.accesscontrol.9.0.10.nupkg) = 125030 SHA256 (nuget/microsoft.win32.registry.5.0.0.nupkg) = f64ca53c67ca65ce7cc85a8d29aefbb2da2672836731e1115e8cd62730dc5080 SIZE (nuget/microsoft.win32.registry.5.0.0.nupkg) = 354731 -SHA256 (nuget/microsoft.win32.systemevents.9.0.6.nupkg) = 8884b5619f17f197da860da3396dce0c26709924aca7de9ea6efa44fec227908 -SIZE (nuget/microsoft.win32.systemevents.9.0.6.nupkg) = 184421 -SHA256 (nuget/microsoft.windows.compatibility.9.0.6.nupkg) = 6e5d967a92d3cc9a8c136dc95b12d80f8fd21fca6db6dfa3358ea0fec7384235 -SIZE (nuget/microsoft.windows.compatibility.9.0.6.nupkg) = 31463 +SHA256 (nuget/microsoft.win32.systemevents.9.0.10.nupkg) = 86ab5a75b531e7c801c0115f564dafc919a05a0751a5b993f38a5cba12935e5d +SIZE (nuget/microsoft.win32.systemevents.9.0.10.nupkg) = 184640 +SHA256 (nuget/microsoft.windows.compatibility.9.0.10.nupkg) = 1777648df70b92c0de746fc49c6e926c8bfbf5875379385c5df4e1ff9d8f0f76 +SIZE (nuget/microsoft.windows.compatibility.9.0.10.nupkg) = 31587 SHA256 (nuget/netstandard.library.2.0.3.nupkg) = 3eb87644f79bcffb3c0331dbdac3c7837265f2cdf58a7bfd93e431776f77c9ba SIZE (nuget/netstandard.library.2.0.3.nupkg) = 3146139 -SHA256 (nuget/newtonsoft.json.13.0.3.nupkg) = 872fc189e638ab1056555b03aaa38f68bcb54286e221aa646eb1129babf63c77 -SIZE (nuget/newtonsoft.json.13.0.3.nupkg) = 2441966 +SHA256 (nuget/newtonsoft.json.13.0.4.nupkg) = f09081d457405baf35a973fa0c50d6bf272ed683f2568c5a620a49da952f6529 +SIZE (nuget/newtonsoft.json.13.0.4.nupkg) = 2484726 SHA256 (nuget/stylecop.analyzers.unstable.1.2.0.556.nupkg) = 695a29edaf6bf97d91b191138278019b7a903c42223c15a01f389c1924c4ca67 SIZE (nuget/stylecop.analyzers.unstable.1.2.0.556.nupkg) = 474559 SHA256 (nuget/stylecop.analyzers.1.2.0-beta.556.nupkg) = f7b61841caf9bd9c53be2dfaeb4f1e524035c1beb1965650ed47176e3ad821f5 SIZE (nuget/stylecop.analyzers.1.2.0-beta.556.nupkg) = 15876 SHA256 (nuget/system.buffers.4.5.1.nupkg) = c30b3dd2c7e2f4cee4b823d692fd42118309b42ab1f5007f923d329a5b0d6b12 SIZE (nuget/system.buffers.4.5.1.nupkg) = 93737 -SHA256 (nuget/system.codedom.9.0.6.nupkg) = bdc2afe6a4dba2b5fc138532ed3fe1a964628b7e48730d6c88358f25e9e4f4af -SIZE (nuget/system.codedom.9.0.6.nupkg) = 405139 +SHA256 (nuget/system.codedom.9.0.10.nupkg) = 00c9980d918c23c1d5b6fa460615e4083a016896b5d453dffedd95625df5364f +SIZE (nuget/system.codedom.9.0.10.nupkg) = 405266 SHA256 (nuget/system.collections.immutable.8.0.0.nupkg) = 17b3958ca370a6a6d487c95389d6ea256622e3bea7b2af67fba934f90551a37c SIZE (nuget/system.collections.immutable.8.0.0.nupkg) = 787241 -SHA256 (nuget/system.collections.immutable.9.0.6.nupkg) = 6aa4316197f36bea5236bc1acdd1a57651024a4b944d02d61a121d124effdb1c -SIZE (nuget/system.collections.immutable.9.0.6.nupkg) = 651034 -SHA256 (nuget/system.componentmodel.composition.registration.9.0.6.nupkg) = c7d26af395fbd27919bc76958a25b47004afc91ed1d7d167ad2ea6fcb1f878ee -SIZE (nuget/system.componentmodel.composition.registration.9.0.6.nupkg) = 124509 -SHA256 (nuget/system.componentmodel.composition.9.0.6.nupkg) = e602eb7bdd9ce3fb89a853797878e433e00f0287108c8bb72f79864695b33449 -SIZE (nuget/system.componentmodel.composition.9.0.6.nupkg) = 388007 -SHA256 (nuget/system.configuration.configurationmanager.9.0.6.nupkg) = 5d4a782efb87c8480be3316235cd350ad5ec25749c0a1498a67bd1937d091cd9 -SIZE (nuget/system.configuration.configurationmanager.9.0.6.nupkg) = 766372 -SHA256 (nuget/system.data.odbc.9.0.6.nupkg) = 585ff9a7fc4c8053a72fd432e04f2c5dc923fbd1607c6174de85104c9b54201c -SIZE (nuget/system.data.odbc.9.0.6.nupkg) = 716057 -SHA256 (nuget/system.data.oledb.9.0.6.nupkg) = c4603b2fa37d2c327492a2e44a34ef16d36efad450ad8e8eea9d77b18872374e -SIZE (nuget/system.data.oledb.9.0.6.nupkg) = 580829 +SHA256 (nuget/system.collections.immutable.9.0.10.nupkg) = 04d28af27a09ce5cff378251f35e7ce4de2dcb06cafb78a9510efcdc38082065 +SIZE (nuget/system.collections.immutable.9.0.10.nupkg) = 651205 +SHA256 (nuget/system.componentmodel.composition.registration.9.0.10.nupkg) = 3d6f4ac220a2b9b61d65c8b796bc409c3b5e266e5892bedd69999bd53fee1887 +SIZE (nuget/system.componentmodel.composition.registration.9.0.10.nupkg) = 124656 +SHA256 (nuget/system.componentmodel.composition.9.0.10.nupkg) = 3bbc92a23042f67e642b50f0682907a6b394aae3574a2ad8913b73d4d1f52d48 +SIZE (nuget/system.componentmodel.composition.9.0.10.nupkg) = 388187 +SHA256 (nuget/system.configuration.configurationmanager.9.0.10.nupkg) = e3bdd00c793d70cc56dfa3581f9b0d898a81b7198ba4d52feba02d7ddcb9b6b8 +SIZE (nuget/system.configuration.configurationmanager.9.0.10.nupkg) = 766531 +SHA256 (nuget/system.data.odbc.9.0.10.nupkg) = 0974e49fb4b9410484a299c1366d092c41fb0a21d9221c7f10b1e4c8ec4d4375 +SIZE (nuget/system.data.odbc.9.0.10.nupkg) = 716262 +SHA256 (nuget/system.data.oledb.9.0.10.nupkg) = 57adac4505f3a7a6ef596eef90c6f452f7a76ce196e9df146220dc469e5395ac +SIZE (nuget/system.data.oledb.9.0.10.nupkg) = 580969 SHA256 (nuget/system.data.sqlclient.4.9.0.nupkg) = 84430c2471f5f268c4a5b7fbfda155d5f0fec475d12c7e0999869075744a9f30 SIZE (nuget/system.data.sqlclient.4.9.0.nupkg) = 1970901 -SHA256 (nuget/system.diagnostics.diagnosticsource.9.0.6.nupkg) = a70673c5dec97f33f7c9c8771a3bc4f0a8d7245ffc21f436e38f885e3044d530 -SIZE (nuget/system.diagnostics.diagnosticsource.9.0.6.nupkg) = 453251 -SHA256 (nuget/system.diagnostics.eventlog.9.0.6.nupkg) = 0658febaac931caa7fa8f91ffe333dc180bac4f71a69566a13f8d40404179866 -SIZE (nuget/system.diagnostics.eventlog.9.0.6.nupkg) = 400681 -SHA256 (nuget/system.diagnostics.performancecounter.9.0.6.nupkg) = 9c3cc3cd95b77c0e5dfd30aa4e08f10681b610b85a0e0a20aa311dedd1e5a42f -SIZE (nuget/system.diagnostics.performancecounter.9.0.6.nupkg) = 329758 -SHA256 (nuget/system.directoryservices.accountmanagement.9.0.6.nupkg) = 248344b72a58dddabd8b1f2972d696827909f58d5aa37ea750f2076d876962e5 -SIZE (nuget/system.directoryservices.accountmanagement.9.0.6.nupkg) = 427305 -SHA256 (nuget/system.directoryservices.protocols.9.0.6.nupkg) = c3b306603bb7ad3ceb191785df40afdc449a446dba6279b84c425fdddd0af0b5 -SIZE (nuget/system.directoryservices.protocols.9.0.6.nupkg) = 686274 -SHA256 (nuget/system.directoryservices.9.0.6.nupkg) = dc055f9d268f5a50afc942dd7f4d9fba8740d0f2ec2f9ee6046e4957d361c535 -SIZE (nuget/system.directoryservices.9.0.6.nupkg) = 723192 -SHA256 (nuget/system.drawing.common.9.0.6.nupkg) = b900dd0d53aedc6dfd3cf6b549b13b6c77d3cd00401b32fbd3952495697fcb62 -SIZE (nuget/system.drawing.common.9.0.6.nupkg) = 2049773 +SHA256 (nuget/system.diagnostics.diagnosticsource.9.0.10.nupkg) = ca6098478b5609a2d6d60188b8b3caab354c09a6ef1d1df5588d606f46414696 +SIZE (nuget/system.diagnostics.diagnosticsource.9.0.10.nupkg) = 453473 +SHA256 (nuget/system.diagnostics.eventlog.9.0.10.nupkg) = 365e43a88030733135d1e58d955cf55290153baebc78d761c96abe45fc3e408d +SIZE (nuget/system.diagnostics.eventlog.9.0.10.nupkg) = 400864 +SHA256 (nuget/system.diagnostics.performancecounter.9.0.10.nupkg) = 8adc4df3ffeb8a7f31e56d9e04b2b0250e63103fcc4fcc7ec3d2f553e9d71a88 +SIZE (nuget/system.diagnostics.performancecounter.9.0.10.nupkg) = 329876 +SHA256 (nuget/system.directoryservices.accountmanagement.9.0.10.nupkg) = 22afe62f0851c86b04b75572478cc8d5b648dc0e8b2b5dbbdc3b123028fc42c2 +SIZE (nuget/system.directoryservices.accountmanagement.9.0.10.nupkg) = 427475 +SHA256 (nuget/system.directoryservices.protocols.9.0.10.nupkg) = c601a8dcfa1e22d8968cf1a26f5b2f99b92fd2314e940126c8e68a26f3524b6d +SIZE (nuget/system.directoryservices.protocols.9.0.10.nupkg) = 686585 +SHA256 (nuget/system.directoryservices.9.0.10.nupkg) = 5118bf82a359eb44ad1ddbc7258bcf07f6f76f1516d60e33784818d3cfb8b9c4 +SIZE (nuget/system.directoryservices.9.0.10.nupkg) = 723409 +SHA256 (nuget/system.drawing.common.9.0.10.nupkg) = 0f813df47dc754d6ad1fe3032ae086c5a24e3fba574f189b04b4e1359057c0b7 +SIZE (nuget/system.drawing.common.9.0.10.nupkg) = 2049989 SHA256 (nuget/system.formats.asn1.6.0.0.nupkg) = 29a30780844117b35fdd5c0ea3e8094b50dc0fee357090cf58587e4c343c79ef SIZE (nuget/system.formats.asn1.6.0.0.nupkg) = 182980 -SHA256 (nuget/system.io.packaging.9.0.6.nupkg) = eade61cac95e70809c78bd3d8c37ee2e22db7f7032ff1ad4d8095b00fb25b6a1 -SIZE (nuget/system.io.packaging.9.0.6.nupkg) = 298763 -SHA256 (nuget/system.io.ports.9.0.6.nupkg) = 7e32daf6ea26bd7547af69b8886a1dc16246eb401de8736792f469ec0b9f44c7 -SIZE (nuget/system.io.ports.9.0.6.nupkg) = 311190 -SHA256 (nuget/system.management.9.0.6.nupkg) = 759e3a4d37a424231f81f46ccfaaa32696b42333f1966f175f26263fa9ac3596 -SIZE (nuget/system.management.9.0.6.nupkg) = 565591 +SHA256 (nuget/system.io.packaging.9.0.10.nupkg) = 7263996dcb44672b00a01bdf1ce6fb22b74242292e0b8d5d9d2e34b6c7111068 +SIZE (nuget/system.io.packaging.9.0.10.nupkg) = 298953 +SHA256 (nuget/system.io.ports.9.0.10.nupkg) = 2d2f4e588d8dc30305f74d3e8105c69441d49ddc31d56b275721d9c8919495e4 +SIZE (nuget/system.io.ports.9.0.10.nupkg) = 311368 +SHA256 (nuget/system.management.9.0.10.nupkg) = 0ba9b3b7e26135a80ae86d66405fa25703d9b6b469cb3740b296c800a9dda6aa +SIZE (nuget/system.management.9.0.10.nupkg) = 565732 SHA256 (nuget/system.memory.4.5.5.nupkg) = 10f43da352a29fb2b3188e4edd4dcf5100194c8b526e4f61fe2e2b5623775a22 SIZE (nuget/system.memory.4.5.5.nupkg) = 208978 -SHA256 (nuget/system.net.http.winhttphandler.9.0.6.nupkg) = 5c6ab5304b212da417c00633d304836f09646d4ed02feb8f1c047177dd92b8ef -SIZE (nuget/system.net.http.winhttphandler.9.0.6.nupkg) = 329047 +SHA256 (nuget/system.net.http.winhttphandler.9.0.10.nupkg) = 190eb17129bbe22849e3dc8e4dacd4813f60ad47e239341c7811a2ee1c942aad +SIZE (nuget/system.net.http.winhttphandler.9.0.10.nupkg) = 329208 SHA256 (nuget/system.numerics.vectors.4.4.0.nupkg) = 6ae5d02b67e52ff2699c1feb11c01c526e2f60c09830432258e0809486aabb65 SIZE (nuget/system.numerics.vectors.4.4.0.nupkg) = 337043 SHA256 (nuget/system.numerics.vectors.4.5.0.nupkg) = a9d49320581fda1b4f4be6212c68c01a22cdf228026099c20a8eabefcf90f9cf SIZE (nuget/system.numerics.vectors.4.5.0.nupkg) = 382792 SHA256 (nuget/system.private.servicemodel.4.10.3.nupkg) = 1786507c1ee2ecae6361e5766465b38b71ad9d3406fbbb9c213a1fd3a4c8437c SIZE (nuget/system.private.servicemodel.4.10.3.nupkg) = 2204805 -SHA256 (nuget/system.reflection.context.9.0.6.nupkg) = b72f1788b51870031df2ed151ddc2289f568ae28c346779b6cb65c4da357a63e -SIZE (nuget/system.reflection.context.9.0.6.nupkg) = 179909 +SHA256 (nuget/system.reflection.context.9.0.10.nupkg) = add5591fd91f6ab8de606666fd98c31fa1c6592b79a18ed4705edc5ef761d09e +SIZE (nuget/system.reflection.context.9.0.10.nupkg) = 180031 SHA256 (nuget/system.reflection.dispatchproxy.4.7.1.nupkg) = 3a2fa5df6a7bdd9c70701e86ad24b69b6e4171c7e9bb06d8e1ec8513051ed083 SIZE (nuget/system.reflection.dispatchproxy.4.7.1.nupkg) = 197900 SHA256 (nuget/system.reflection.metadata.8.0.1.nupkg) = 4b08a9d57b93b3faf69b844ab86e415d7c5c68d19187e8db3278c544d74bf3b5 SIZE (nuget/system.reflection.metadata.8.0.1.nupkg) = 1308880 -SHA256 (nuget/system.runtime.caching.9.0.6.nupkg) = fa1d3c876c3fd3450e2142601d697a6e2b3eb509cf288ff0996619ecc202ab54 -SIZE (nuget/system.runtime.caching.9.0.6.nupkg) = 291364 +SHA256 (nuget/system.runtime.caching.9.0.10.nupkg) = 3448054a72587a06aa19de6a90b161b3dde5d41a736cb3432cf33dc641139eda +SIZE (nuget/system.runtime.caching.9.0.10.nupkg) = 291524 SHA256 (nuget/system.runtime.compilerservices.unsafe.6.0.0.nupkg) = 6c41b53e70e9eee298cff3a02ce5acdd15b04125589be0273f0566026720a762 SIZE (nuget/system.runtime.compilerservices.unsafe.6.0.0.nupkg) = 84343 SHA256 (nuget/system.security.accesscontrol.6.0.1.nupkg) = 462e26f796417e8a4350655a85bbd4233b94cbd0f7150c1c5e9acfd88e885141 SIZE (nuget/system.security.accesscontrol.6.0.1.nupkg) = 235270 -SHA256 (nuget/system.security.cryptography.pkcs.9.0.6.nupkg) = f90eef029fae39ffdaaa5745bec66e5f0ff45075ed7c574d44ca6a099d7f1f0a -SIZE (nuget/system.security.cryptography.pkcs.9.0.6.nupkg) = 821041 -SHA256 (nuget/system.security.cryptography.protecteddata.9.0.6.nupkg) = 58c6b7283785b8e2f221976e61dfbd3c2cb1eeeb09311bbfab6c7778ec3d3004 -SIZE (nuget/system.security.cryptography.protecteddata.9.0.6.nupkg) = 127119 -SHA256 (nuget/system.security.cryptography.xml.9.0.6.nupkg) = 8cfa1abaa657711d601fd6d380221358d6441778989bfac76573b8d3031315ac -SIZE (nuget/system.security.cryptography.xml.9.0.6.nupkg) = 370135 -SHA256 (nuget/system.security.permissions.9.0.6.nupkg) = a9b07c690ac939ed727b9ae6d8ad6a7e11dbf14f02d92af30da58aa0fc7443e0 -SIZE (nuget/system.security.permissions.9.0.6.nupkg) = 431935 +SHA256 (nuget/system.security.cryptography.pkcs.9.0.10.nupkg) = 1e0b365911b28830dcf077103a83f8622d1e33737cf76024bd55132c3d4c431f +SIZE (nuget/system.security.cryptography.pkcs.9.0.10.nupkg) = 821217 +SHA256 (nuget/system.security.cryptography.protecteddata.9.0.10.nupkg) = bae617c59e40cdd4f69e28e28354737083586b61dba574f2640463c76e55be8e +SIZE (nuget/system.security.cryptography.protecteddata.9.0.10.nupkg) = 127267 +SHA256 (nuget/system.security.cryptography.xml.9.0.10.nupkg) = 42fe84d5bcad5248584b9b4d39785039b423ab17e1899bc66c58dbf08870090b +SIZE (nuget/system.security.cryptography.xml.9.0.10.nupkg) = 370264 +SHA256 (nuget/system.security.permissions.9.0.10.nupkg) = 07d6c8eba927f7b45de13f2093f3d476a2e7bddb7ec81f20077a7c38d696142c +SIZE (nuget/system.security.permissions.9.0.10.nupkg) = 432151 SHA256 (nuget/system.security.principal.windows.5.0.0.nupkg) = 081390c25f6f78592b28ada853c24514488a221fe9f9a24efaaf5373643ff3d6 SIZE (nuget/system.security.principal.windows.5.0.0.nupkg) = 535022 SHA256 (nuget/system.servicemodel.duplex.4.10.3.nupkg) = 6888497fd53965e39b4d3db2094c325712669377ff864ac784d306ef32fd8672 SIZE (nuget/system.servicemodel.duplex.4.10.3.nupkg) = 166643 SHA256 (nuget/system.servicemodel.http.4.10.3.nupkg) = 7484a3c14b5246efd32e24fa58c560177a6680c8a4204370df14e7f082659fc5 SIZE (nuget/system.servicemodel.http.4.10.3.nupkg) = 237427 SHA256 (nuget/system.servicemodel.nettcp.4.10.3.nupkg) = 0c83bc2e4207ba480215e488803c4f6affc842ef4874cb72c1e031548f5a8053 SIZE (nuget/system.servicemodel.nettcp.4.10.3.nupkg) = 211587 SHA256 (nuget/system.servicemodel.primitives.4.10.3.nupkg) = 3620a006732eab633e4cf692d2bc72b9a6495e8ed8b646bc1de619df1abad6b2 SIZE (nuget/system.servicemodel.primitives.4.10.3.nupkg) = 419873 SHA256 (nuget/system.servicemodel.security.4.10.3.nupkg) = 2f515a9dccd0ebcd006077b79d89e88a4c1cff74b470b661bdc044454f1a7d79 SIZE (nuget/system.servicemodel.security.4.10.3.nupkg) = 189764 -SHA256 (nuget/system.servicemodel.syndication.9.0.6.nupkg) = 574443ab0b4e5db1ac4179e05fcf70aea7a2f33e669598f6070ffe4a00b2504d -SIZE (nuget/system.servicemodel.syndication.9.0.6.nupkg) = 281083 -SHA256 (nuget/system.serviceprocess.servicecontroller.9.0.6.nupkg) = b348b027fce1239bcf0d126cf2a90cf6bf22a960e6a2cd2e6a4e0344ff6bf6e1 -SIZE (nuget/system.serviceprocess.servicecontroller.9.0.6.nupkg) = 228433 -SHA256 (nuget/system.speech.9.0.6.nupkg) = 75b303de2b62652d33747e84379e74e60e2e5963dab8f4f26cb2900aba769dd8 -SIZE (nuget/system.speech.9.0.6.nupkg) = 875766 +SHA256 (nuget/system.servicemodel.syndication.9.0.10.nupkg) = 74be8876d939408573d4f2d03338d8d6baf8185c8be2f27718e3d3ddfc761def +SIZE (nuget/system.servicemodel.syndication.9.0.10.nupkg) = 281225 +SHA256 (nuget/system.serviceprocess.servicecontroller.9.0.10.nupkg) = 5e4353bdaa4ab3b78224eabe88253398822ee12d5b87437f3aad883c128dece0 +SIZE (nuget/system.serviceprocess.servicecontroller.9.0.10.nupkg) = 228600 +SHA256 (nuget/system.speech.9.0.10.nupkg) = c90d2bf362704759d4334b84e59d0d1103868b472039fc9058e3861f9a9c0a16 +SIZE (nuget/system.speech.9.0.10.nupkg) = 875921 SHA256 (nuget/system.text.encoding.codepages.7.0.0.nupkg) = 782293570ba60f4e7564472825c0d54469c8180b04bcaa5f1f7c9d2a5b87c66a SIZE (nuget/system.text.encoding.codepages.7.0.0.nupkg) = 3198933 SHA256 (nuget/system.text.encoding.codepages.8.0.0.nupkg) = 7e308b41cd4f456d08c7921995d8345cabfe2750ea3d27eef698ccc8d069edd1 SIZE (nuget/system.text.encoding.codepages.8.0.0.nupkg) = 4260927 -SHA256 (nuget/system.text.encoding.codepages.9.0.6.nupkg) = 877da420cd23fc328ddc5b06fcee22c96231e61e12075a187aa215bca16bf98f -SIZE (nuget/system.text.encoding.codepages.9.0.6.nupkg) = 3219489 +SHA256 (nuget/system.text.encoding.codepages.9.0.10.nupkg) = 6347e5482e25832296f55ba53426a5d55073b7cd0b16e3c42b70d158a80fb230 +SIZE (nuget/system.text.encoding.codepages.9.0.10.nupkg) = 3219617 SHA256 (nuget/system.text.encodings.web.6.0.0.nupkg) = 51e9831c61684081bb39b430465ba155fe8082d42291f1c4a0f2c2ea06c5c91a SIZE (nuget/system.text.encodings.web.6.0.0.nupkg) = 235525 -SHA256 (nuget/system.text.encodings.web.9.0.6.nupkg) = 1c789f33b2d6d3e26114b1cc6cfc77f79e2def42237533e8044f26584889c5c2 -SIZE (nuget/system.text.encodings.web.9.0.6.nupkg) = 293368 +SHA256 (nuget/system.text.encodings.web.9.0.10.nupkg) = ad379fe16cdf723cf1f994e8c5337a55f6a52239e953be1338298eb08c74f216 +SIZE (nuget/system.text.encodings.web.9.0.10.nupkg) = 293567 SHA256 (nuget/system.text.json.6.0.9.nupkg) = e638efc55f2e6c662393274384bb0665707a9a5dceffb0866ae41cbb58a478bb SIZE (nuget/system.text.json.6.0.9.nupkg) = 1396928 -SHA256 (nuget/system.threading.accesscontrol.9.0.6.nupkg) = 5f176a3dbd1a34835614bf9046927984f2e3188cecc95061d89d96176f5f4fce -SIZE (nuget/system.threading.accesscontrol.9.0.6.nupkg) = 194602 +SHA256 (nuget/system.threading.accesscontrol.9.0.10.nupkg) = 3e0b253ba1aee4cbd535740e6915c4a86fb49a2fcbfdca4a13e494eed99e8be2 +SIZE (nuget/system.threading.accesscontrol.9.0.10.nupkg) = 194749 SHA256 (nuget/system.threading.tasks.extensions.4.5.4.nupkg) = a304a963cc0796c5179f9c6b7d8022bbce3b2fa7c029eb6196f631f7b462d678 SIZE (nuget/system.threading.tasks.extensions.4.5.4.nupkg) = 89582 SHA256 (nuget/system.web.services.description.8.0.0.nupkg) = ad752d7a6cc846029c599a7e7426b4c7ab651708cff7d8d119e761166efa74b0 SIZE (nuget/system.web.services.description.8.0.0.nupkg) = 282138 -SHA256 (nuget/system.windows.extensions.9.0.6.nupkg) = 3ad54d9cebfa31e153b8e0a42aeb4f9d5fe2eeeef07c11ed02e175c7edfe6e22 -SIZE (nuget/system.windows.extensions.9.0.6.nupkg) = 152198 -SHA256 (nuget/runtime.android-arm.runtime.native.system.io.ports.9.0.6.nupkg) = 8b0ba3467eef9b8ed4f7eb143b10457288ae13ee49f3e8b140a59c5298e0f9f5 -SIZE (nuget/runtime.android-arm.runtime.native.system.io.ports.9.0.6.nupkg) = 51245 -SHA256 (nuget/runtime.android-arm64.runtime.native.system.io.ports.9.0.6.nupkg) = 12d032b2facb0458b1eb2ce06d6018c6fcf69e1bed433206e6d833da95b49972 -SIZE (nuget/runtime.android-arm64.runtime.native.system.io.ports.9.0.6.nupkg) = 52355 -SHA256 (nuget/runtime.android-x64.runtime.native.system.io.ports.9.0.6.nupkg) = bc4798d0f7995131583edaea665145c10f93f6169bb6a47aa995a0fb50e58078 -SIZE (nuget/runtime.android-x64.runtime.native.system.io.ports.9.0.6.nupkg) = 52533 -SHA256 (nuget/runtime.android-x86.runtime.native.system.io.ports.9.0.6.nupkg) = 1ab00e582ae345229365d66ffb00d4579055409189d6e07754273f7ffbc9b516 -SIZE (nuget/runtime.android-x86.runtime.native.system.io.ports.9.0.6.nupkg) = 52532 -SHA256 (nuget/runtime.linux-arm.runtime.native.system.io.ports.9.0.6.nupkg) = 647f645e18024d3219655098f01202380c2edce49b0d72230061893f5ef73be3 -SIZE (nuget/runtime.linux-arm.runtime.native.system.io.ports.9.0.6.nupkg) = 51263 -SHA256 (nuget/runtime.linux-arm64.runtime.native.system.io.ports.9.0.6.nupkg) = 4877cd1675f54d6782bcd809fed77c9d335d0a6750bf22141c9f7435201c662b -SIZE (nuget/runtime.linux-arm64.runtime.native.system.io.ports.9.0.6.nupkg) = 52494 -SHA256 (nuget/runtime.linux-bionic-arm64.runtime.native.system.io.ports.9.0.6.nupkg) = ec2ce1af4b056af51a5af7de9981f526caeb031e32f487c0cefd3867a6996f87 -SIZE (nuget/runtime.linux-bionic-arm64.runtime.native.system.io.ports.9.0.6.nupkg) = 52384 -SHA256 (nuget/runtime.linux-bionic-x64.runtime.native.system.io.ports.9.0.6.nupkg) = 1f5fb4e9dcc44ce9fc76edb81be7216131452907deb6e090551aef5c1f150907 -SIZE (nuget/runtime.linux-bionic-x64.runtime.native.system.io.ports.9.0.6.nupkg) = 52557 -SHA256 (nuget/runtime.linux-musl-arm.runtime.native.system.io.ports.9.0.6.nupkg) = 3a845b693758685cd98827c6956d56a8b2a780adc1b187ae25cd74bcf716ce71 -SIZE (nuget/runtime.linux-musl-arm.runtime.native.system.io.ports.9.0.6.nupkg) = 51205 -SHA256 (nuget/runtime.linux-musl-arm64.runtime.native.system.io.ports.9.0.6.nupkg) = 2718818f62026f06af378035f562784bde48b598d4b9b8acfa8984474c3944d1 -SIZE (nuget/runtime.linux-musl-arm64.runtime.native.system.io.ports.9.0.6.nupkg) = 52452 -SHA256 (nuget/runtime.linux-musl-x64.runtime.native.system.io.ports.9.0.6.nupkg) = 2e2e077a63669cae34af6fcaeeb70b0749cd64d861aa2f021b184718d76c8c85 -SIZE (nuget/runtime.linux-musl-x64.runtime.native.system.io.ports.9.0.6.nupkg) = 52599 -SHA256 (nuget/runtime.linux-x64.runtime.native.system.io.ports.9.0.6.nupkg) = e619245a88af2aac892c3f81bd5db26863dece3f74a5d8cf7c924c0175e4f7f0 -SIZE (nuget/runtime.linux-x64.runtime.native.system.io.ports.9.0.6.nupkg) = 52605 -SHA256 (nuget/runtime.maccatalyst-arm64.runtime.native.system.io.ports.9.0.6.nupkg) = e083a896f970482a118282325344817cf5eef6f2b83c0abac120ed369c0dae8b -SIZE (nuget/runtime.maccatalyst-arm64.runtime.native.system.io.ports.9.0.6.nupkg) = 51842 -SHA256 (nuget/runtime.maccatalyst-x64.runtime.native.system.io.ports.9.0.6.nupkg) = ce3a4160416de9325cdd49b0927213bca7c1df7de68d67915f6cca26d40a3c7a -SIZE (nuget/runtime.maccatalyst-x64.runtime.native.system.io.ports.9.0.6.nupkg) = 51381 +SHA256 (nuget/system.windows.extensions.9.0.10.nupkg) = f664ad74cfa0df60fed9beec8ae6f24d229566e6030cab55d0212d61e88a329a +SIZE (nuget/system.windows.extensions.9.0.10.nupkg) = 152368 +SHA256 (nuget/runtime.android-arm.runtime.native.system.io.ports.9.0.10.nupkg) = 4b4d4fcfdb6e81c4fbdbb0bbf0784567679f9aea68f1dad5a4e48c4974240b0a +SIZE (nuget/runtime.android-arm.runtime.native.system.io.ports.9.0.10.nupkg) = 51367 +SHA256 (nuget/runtime.android-arm64.runtime.native.system.io.ports.9.0.10.nupkg) = b2f75a6dd5bc9ce5853780d07373fefececdc499490d95ae0325b26030e58004 +SIZE (nuget/runtime.android-arm64.runtime.native.system.io.ports.9.0.10.nupkg) = 52480 +SHA256 (nuget/runtime.android-x64.runtime.native.system.io.ports.9.0.10.nupkg) = 5043e7efe2b50e21fbac3300a68e1508c1dc79adbee2b967b862ccb3c677fa3e +SIZE (nuget/runtime.android-x64.runtime.native.system.io.ports.9.0.10.nupkg) = 52656 +SHA256 (nuget/runtime.android-x86.runtime.native.system.io.ports.9.0.10.nupkg) = 34dbb43d9d501a009e786640ccdf8ba06c032935f9c7cb479c13de47c2f2218f +SIZE (nuget/runtime.android-x86.runtime.native.system.io.ports.9.0.10.nupkg) = 52656 +SHA256 (nuget/runtime.linux-arm.runtime.native.system.io.ports.9.0.10.nupkg) = c2ba5d587b2a97a3f40f32a6206b09d037a724e3016fe7fb70d7f36f4009e86f +SIZE (nuget/runtime.linux-arm.runtime.native.system.io.ports.9.0.10.nupkg) = 51395 +SHA256 (nuget/runtime.linux-arm64.runtime.native.system.io.ports.9.0.10.nupkg) = ea666757bf7d289af46c6cf2f2073814bfc9e9721b087fc9ff04553b14afb1d2 +SIZE (nuget/runtime.linux-arm64.runtime.native.system.io.ports.9.0.10.nupkg) = 52621 +SHA256 (nuget/runtime.linux-bionic-arm64.runtime.native.system.io.ports.9.0.10.nupkg) = 8c8da6db40d6691d2c6ce5c444b7dcbb0ffc76061d9192bdbd1f6d0537188cf1 +SIZE (nuget/runtime.linux-bionic-arm64.runtime.native.system.io.ports.9.0.10.nupkg) = 52503 +SHA256 (nuget/runtime.linux-bionic-x64.runtime.native.system.io.ports.9.0.10.nupkg) = 4e142b0f3df6f9d86f7bd010ac9124a77c5458f07531a7c9a890b42fde0c7cc7 +SIZE (nuget/runtime.linux-bionic-x64.runtime.native.system.io.ports.9.0.10.nupkg) = 52676 +SHA256 (nuget/runtime.linux-musl-arm.runtime.native.system.io.ports.9.0.10.nupkg) = 4cf66ca6493e0ecd6e11d25141e4eb9d1c70f7385b230ab23c712abbaee963ca +SIZE (nuget/runtime.linux-musl-arm.runtime.native.system.io.ports.9.0.10.nupkg) = 51332 +SHA256 (nuget/runtime.linux-musl-arm64.runtime.native.system.io.ports.9.0.10.nupkg) = 94295a8b99db0e3226fce0dd2ba4f687aa24c0554cec283e3d3e6c0dbcf71599 +SIZE (nuget/runtime.linux-musl-arm64.runtime.native.system.io.ports.9.0.10.nupkg) = 52578 +SHA256 (nuget/runtime.linux-musl-x64.runtime.native.system.io.ports.9.0.10.nupkg) = 41f6890619112a0144e2bcc51c50070d81f04e86d6806e695f44b38845df287d +SIZE (nuget/runtime.linux-musl-x64.runtime.native.system.io.ports.9.0.10.nupkg) = 52727 +SHA256 (nuget/runtime.linux-x64.runtime.native.system.io.ports.9.0.10.nupkg) = 1f778a82cd7f5fbb1574482360661660c2a22e89a0936d865e29812788aac6ec +SIZE (nuget/runtime.linux-x64.runtime.native.system.io.ports.9.0.10.nupkg) = 52728 +SHA256 (nuget/runtime.maccatalyst-arm64.runtime.native.system.io.ports.9.0.10.nupkg) = c1d8cf3232cac56ed2a60c6ad95631d8ea349a805d765b6feafdf4b555606385 +SIZE (nuget/runtime.maccatalyst-arm64.runtime.native.system.io.ports.9.0.10.nupkg) = 51965 +SHA256 (nuget/runtime.maccatalyst-x64.runtime.native.system.io.ports.9.0.10.nupkg) = 852f6f65f0914450d1c69f228d2beab17f83cc05fe999a880e3dbd5ac2341af8 +SIZE (nuget/runtime.maccatalyst-x64.runtime.native.system.io.ports.9.0.10.nupkg) = 51507 SHA256 (nuget/runtime.native.system.data.sqlclient.sni.4.4.0.nupkg) = 7ea60b5c0c8c5df2972b1d40f84eb6bedd9f8893b27d1fa6df031b50bcbf9697 SIZE (nuget/runtime.native.system.data.sqlclient.sni.4.4.0.nupkg) = 16755 -SHA256 (nuget/runtime.native.system.io.ports.9.0.6.nupkg) = 523f659deb55c19d20615186b09c1c70e17f98f25254a828d17216c56f733e8f -SIZE (nuget/runtime.native.system.io.ports.9.0.6.nupkg) = 44233 -SHA256 (nuget/runtime.osx-arm64.runtime.native.system.io.ports.9.0.6.nupkg) = c8679e7179275c538496955a14b9eba8fde2411f4266fdd8ad1bcaa943e3c548 -SIZE (nuget/runtime.osx-arm64.runtime.native.system.io.ports.9.0.6.nupkg) = 51848 -SHA256 (nuget/runtime.osx-x64.runtime.native.system.io.ports.9.0.6.nupkg) = 202519b1b1b4d964a3f2d86754cd144b6c431af29598c428e7e8790249300cfd -SIZE (nuget/runtime.osx-x64.runtime.native.system.io.ports.9.0.6.nupkg) = 51750 +SHA256 (nuget/runtime.native.system.io.ports.9.0.10.nupkg) = 30b6898742d1754413fbdb644ea1a3a47fd3e3d40a5195c0817913756ae7d40d +SIZE (nuget/runtime.native.system.io.ports.9.0.10.nupkg) = 44357 +SHA256 (nuget/runtime.osx-arm64.runtime.native.system.io.ports.9.0.10.nupkg) = 527423f1af4c3678e462c951bdaabe0a71ef2ea0c4e73b8bdb6eaa86c6436708 +SIZE (nuget/runtime.osx-arm64.runtime.native.system.io.ports.9.0.10.nupkg) = 51967 +SHA256 (nuget/runtime.osx-x64.runtime.native.system.io.ports.9.0.10.nupkg) = 59b79eb5f83a94fef65628b44a0f515e15df79a9c50060ccd3c51f28d0f72c36 +SIZE (nuget/runtime.osx-x64.runtime.native.system.io.ports.9.0.10.nupkg) = 51868 SHA256 (nuget/runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg) = f311a2aa4e60e2433bf7ffd28aba33983b43a6ac155c7dc29af22cec63707e1d SIZE (nuget/runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg) = 97899 SHA256 (nuget/runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg) = 1e85ca18192e7b44494f5499c409625664f9adb7d4df10fc987f217c2bd1c704 SIZE (nuget/runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg) = 100353 SHA256 (nuget/runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg) = 8cf9d6cc371bb9f3b9d462c68f29d61f2d1bfb93c1a8dc4cf952a64ab39b794c SIZE (nuget/runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg) = 90533 SHA256 (nuget/microsoft.powershell.psresourceget.1.0.3.nupkg) = fa7db1bee9a8dcbaed478472c3b47b9b9e69ff8386a9b9b36460f2055cdb1403 SIZE (nuget/microsoft.powershell.psresourceget.1.0.3.nupkg) = 2075520 SHA256 (nuget/psreadline.2.3.4.nupkg) = 906569c65c52775c41df985c53fca07f1d19d8460fc667f0ab0a37b53d5b495b SIZE (nuget/psreadline.2.3.4.nupkg) = 257204 SHA256 (nuget/powershellget.3.0.23-beta23.nupkg) = b25688d2758aabbff04b4cd39a93aaa253be272080e7f92329273920e95c2707 SIZE (nuget/powershellget.3.0.23-beta23.nupkg) = 28433 -SHA256 (PowerShell-PowerShell-v7.5.2_GH0.tar.gz) = 44b30f71204c268314a9d0483ed9a7ebc0c5ebb6ec1c194aadc6c669980cf117 -SIZE (PowerShell-PowerShell-v7.5.2_GH0.tar.gz) = 10817743 +SHA256 (PowerShell-PowerShell-v7.5.4_GH0.tar.gz) = 780207cc664ccda28d60a1685da94c968b17e0beb7a253a30e33425fe1405fd2 +SIZE (PowerShell-PowerShell-v7.5.4_GH0.tar.gz) = 11389433 diff --git a/shells/powershell/files/patch-PowerShell.Common.props b/shells/powershell/files/patch-PowerShell.Common.props index 6975d582a750..6c61557936fe 100644 --- a/shells/powershell/files/patch-PowerShell.Common.props +++ b/shells/powershell/files/patch-PowerShell.Common.props @@ -1,19 +1,19 @@ --- PowerShell.Common.props.orig 2024-04-11 18:38:22 UTC +++ PowerShell.Common.props @@ -15,12 +15,10 @@ BeforeTargets="_GenerateRestoreProjectSpec;GenerateNuspec;BeforeBuild" > - - - + -+ 7.5.2 -+ 7.5.2 ++ %%PORTVERSION%% ++ %%PORTVERSION%% +