Skip to content

Commit

Permalink
24.1.602.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apobekiaris committed Sep 23, 2024
1 parent 11b5bf2 commit 87e9ae0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$sources=@("https://api.nuget.org/v3/index.json","https://xpandnugetserver.azurewebsites.net/nuget","C:\Program Files\DevExpress 22.2\Components\System\Components\packages")
& $PSScriptRoot\support\build\go.ps1 -taskList @("Release") -packageSources $sources -msbuildArgs @("/p:Configuration=Release","/WarnAsError","/v:m") -version "24.1.601.0"
& $PSScriptRoot\support\build\go.ps1 -taskList @("Release") -packageSources $sources -msbuildArgs @("/p:Configuration=Release","/WarnAsError","/v:m") -version "24.1.602.0"
exit $LastExitCode


4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ nuget Topshelf 4.2.1
nuget Microsoft.AspNetCore.WebUtilities 2.2.0
nuget Unofficial.Microsoft.mshtml 7.0.3300
nuget WindowsBase 4.6.1055.0
nuget Xpand.XAF.Win.All 4.241.5.0
nuget Xpand.XAF.Web.All 4.241.5.0
nuget Xpand.XAF.Win.All 4.241.6.0
nuget Xpand.XAF.Web.All 4.241.6.0
nuget System.Threading.Tasks.Dataflow == 7.0.0
nuget System.Memory = 4.5.5
nuget System.Collections.Immutable = 6.0.0
Expand Down

0 comments on commit 87e9ae0

Please sign in to comment.