Skip to content

Commit 19cfe96

Browse files
vnbaaijdvoituron
andauthored
[Chore] Prep for next release (#4019)
* Update NuGet package for fixing CVE. See dotnet/announcements#327 * Non-altering change to force mirroring * Clean up issue tester * Small text formatting change to force deploy * Update workflows * Update README * Update to latest JavaScript SDK * Add global.json * Update workflow to use .NET 9 * Remove net10.0 TFM for now * Set dotnet 9.0.204 * Update deploy_demo.yml to use 9.0.204 * Update home page * Also *temporarily* remove .NET 10 TFM for DataGrid Adapters * Update workflows * Try to get preview docs up again * Use latest .NET 9 SDK for GH Actions * Remove mention of v3 site * Update global.json * Test deploy to new SWA * Update JavaScript SDK * Try older JavaScript SDK * Use .204 SDK on all actions * Newer JavaScript SDK with .NET .204 SDK * Deploy demo to 2 SWAs * Fix id's * Evrything tied to .204 and add sub subscription * Get sources copied * Try again * Tweak message * Try again * Try again * Try swa.config.json * Try extension * Revert config.json change * Use correct codeql action * Include build step in actions * Set SDK for ADO pipelines * Update version --------- Co-authored-by: Denis Voituron <[email protected]>
1 parent a033c98 commit 19cfe96

File tree

6 files changed

+11
-17
lines changed

6 files changed

+11
-17
lines changed

.github/workflows/build-core-lib.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
dotnet-version: 9.0.205
5555
# dotnet-quality: ga
5656

57-
- name: Setup .NET 10.0
58-
uses: actions/setup-dotnet@v4
59-
with:
60-
dotnet-version: 10.0.x
61-
dotnet-quality: preview
57+
# - name: Setup .NET 10.0
58+
# uses: actions/setup-dotnet@v4
59+
# with:
60+
# dotnet-version: 10.0.x
61+
# dotnet-quality: preview
6262

6363
# Build
6464

@@ -177,12 +177,6 @@ jobs:
177177
dotnet-version: 9.0.205
178178
# dotnet-quality: ga
179179

180-
- name: Setup .NET 10.0
181-
uses: actions/setup-dotnet@v4
182-
with:
183-
dotnet-version: 10.0.x
184-
dotnet-quality: preview
185-
186180
- name: .NET Builld
187181
run: dotnet build ${{ env.PROJECT }} -c ${{ env.BUILD_CONFIG }} -o publish -f ${{ env.DOTNET_VERSION }} -r linux-x64 --self-contained=true -p:BuildNumber=$BUILD_NUMBER -p:SourceRevisionId=$GITHUB_SHA -p:ContinuousIntegrationBuild=true
188182

.github/workflows/deploy_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/setup-dotnet@v4
3737
with:
3838
dotnet-version: 9.0.205
39-
#dotnet-quality: ga
39+
# dotnet-quality: ga
4040

4141
- name: .NET Builld
4242
run: dotnet build ${{ env.PROJECT }} -c ${{ env.BUILD_CONFIG }} -o publish -f ${{ env.DOTNET_VERSION }} -r linux-x64 --self-contained=true -p:BuildNumber=$BUILD_NUMBER -p:SourceRevisionId=$GITHUB_SHA -p:ContinuousIntegrationBuild=true

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<SolutionDir>$(MSBuildThisFileDirectory)</SolutionDir>
1313
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
1414

15-
<VersionFile>4.12.1</VersionFile>
16-
<VersionPrefix>4.12.1</VersionPrefix>
15+
<VersionFile>4.12.2</VersionFile>
16+
<VersionPrefix>4.12.2</VersionPrefix>
1717
<VersionSuffix></VersionSuffix>
1818
<AssemblyVersion>$(VersionFile)</AssemblyVersion>
1919
<FileVersion>$(VersionFile)</FileVersion>

eng/pipelines/build-all-lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ extends:
131131
- task: UseDotNet@2
132132
displayName: 'Install .NET 9.0'
133133
inputs:
134-
version: 9.0.x
134+
version: 9.0.205
135135
includePreviewVersions: false
136136

137137
- task: UseDotNet@2

eng/pipelines/build-core-lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ extends:
164164
- task: UseDotNet@2
165165
displayName: 'Install .NET 9.0'
166166
inputs:
167-
version: 9.0.x
167+
version: 9.0.205
168168
includePreviewVersions: false
169169

170170
- task: UseDotNet@2

eng/pipelines/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ variables:
22
# File and Package version
33
# dev branch: 1.2.4-Preview-23282-1' (PackageSuffix is always ignored in Dev branch)
44
# main branch: 1.2.4-RC.1' (PackageSuffix is ignored, if empty, in Main branch)
5-
FileVersion: '4.12.1' # Set the next final version here.
5+
FileVersion: '4.12.2' # Set the next final version here.
66
PackageSuffix: ''

0 commit comments

Comments
 (0)