Skip to content

Commit

Permalink
IG v23.2.107 (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
HUSSAR-mtrela authored Jan 4, 2024
1 parent f0225f5 commit 10257e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines/build-pipeline-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stages:

- template: templates/build-steps-template.yml
parameters:
igVersion: '23.2.96'
igVersion: '23.2.107'
igNuGetFeedUrl: $(IG_Nuget_Feed_URL)
projectToBuild: Client
isVerbose: ${{ parameters.isVerbose }}
2 changes: 1 addition & 1 deletion azure-pipelines/build-pipeline-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stages:

- template: templates/build-steps-template.yml
parameters:
igVersion: '23.2.96'
igVersion: '23.2.107'
igNuGetFeedUrl: $(IG_Nuget_Feed_URL)
projectToBuild: Server
isVerbose: ${{ parameters.isVerbose }}
2 changes: 1 addition & 1 deletion templates/BlazorClientApp/BlazorClientApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IgniteUI.Blazor" Version="23.2.96" />
<PackageReference Include="IgniteUI.Blazor" Version="23.2.107" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="3.2.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Build" Version="3.2.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="3.2.1" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion templates/sample/BlazorClientApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IgniteUI.Blazor" Version="23.2.96" />
<PackageReference Include="IgniteUI.Blazor" Version="23.2.107" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="3.2.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Build" Version="3.2.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="3.2.1" PrivateAssets="all" />
Expand Down

0 comments on commit 10257e5

Please sign in to comment.