Update to .NET SDK 10.0.111 and Runtime 10.0.11
Resolves: RHEL-235480
This commit is contained in:
parent
d8f77ce5b7
commit
ed24d18894
2
.gitignore
vendored
2
.gitignore
vendored
@ -90,3 +90,5 @@
|
||||
/dotnet-10.0.109.tar.gz.sig
|
||||
/dotnet-10.0.110.tar.gz
|
||||
/dotnet-10.0.110.tar.gz.sig
|
||||
/dotnet-10.0.111.tar.gz
|
||||
/dotnet-10.0.111.tar.gz.sig
|
||||
|
||||
@ -14,13 +14,13 @@
|
||||
|
||||
# upstream can produce releases with a different tag than the SDK version
|
||||
#%%global upstream_tag v%%{runtime_version}
|
||||
%global upstream_tag v10.0.110
|
||||
%global upstream_tag v10.0.111
|
||||
%global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||')
|
||||
|
||||
%global hostfxr_version %{runtime_version}
|
||||
%global runtime_version 10.0.10
|
||||
%global aspnetcore_runtime_version 10.0.10
|
||||
%global sdk_version 10.0.110
|
||||
%global runtime_version 10.0.11
|
||||
%global aspnetcore_runtime_version 10.0.11
|
||||
%global sdk_version 10.0.111
|
||||
%global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
||||
%global templates_version %{aspnetcore_runtime_version}
|
||||
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||
@ -993,6 +993,10 @@ ps aux
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 14 2026 Omair Majid <omajid@redhat.com> - 10.0.111-2
|
||||
- Update to .NET SDK 10.0.111 and Runtime 10.0.11
|
||||
- Resolves: RHEL-235480
|
||||
|
||||
* Thu Jul 23 2026 Satish Mane <satmane@redhat.com> - 10.0.110-2
|
||||
- Update to .NET SDK 10.0.110 and Runtime 10.0.10
|
||||
- Resolves: RHEL-192461
|
||||
|
||||
14
release.json
14
release.json
@ -1,11 +1,11 @@
|
||||
{
|
||||
"release": "10.0.10",
|
||||
"release": "10.0.11",
|
||||
"channel": "10.0",
|
||||
"tag": "v10.0.110",
|
||||
"sdkVersion": "10.0.110",
|
||||
"runtimeVersion": "10.0.10",
|
||||
"aspNetCoreVersion": "10.0.10",
|
||||
"tag": "v10.0.111",
|
||||
"sdkVersion": "10.0.111",
|
||||
"runtimeVersion": "10.0.11",
|
||||
"aspNetCoreVersion": "10.0.11",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "f7d90799ce4ef09a0bb257852a57248d2a8fb8dd",
|
||||
"officialBuildId": "20260626.16"
|
||||
"sourceVersion": "e2f47b0110ed922f21a1522da67279133ce28f32",
|
||||
"officialBuildId": "20260723.16"
|
||||
}
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-10.0.110.tar.gz) = cd830669c4dfd3f3bbf2da67c618f58846032b164eb6194c4306cf56ac02d1cea536908ca12264737f3fdbcc948d84fdadb0208729698c81a0667fc11101ff6f
|
||||
SHA512 (dotnet-10.0.110.tar.gz.sig) = ed1eaf689630fe4a2f86eefec54fdd9fa33667e4812f969b30f12ddd72eb8550aa59a09932fd2b7afde7bb456dbd14756ef88cdfe05b6dcacd95dcebee650d34
|
||||
SHA512 (dotnet-10.0.111.tar.gz) = ce1eb3cdc1d5a2b8588a71e6d9b6edd41bfb6ac18ae8937325b34b931c7c3ca8485ab6322c919ea4bf000d5a96e686bb9abfd4092fa7d9518bdb8234be06d0ab
|
||||
SHA512 (dotnet-10.0.111.tar.gz.sig) = 161357065dcdc4bf557939b2830c85202ace3e47163425f1d5f37215d35325e0924d79a9e930bf19357a763d1290cc013dc5da86827b47886f8fa098b5bcefec
|
||||
|
||||
Loading…
Reference in New Issue
Block a user