Skip to content

Commit

Permalink
updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Nov 19, 2024
1 parent 59d046d commit d43e357
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: 'Build'

env:
VERSION: 5.0.2
# PACKAGE_SUFFIX: '-pre.2'
PACKAGE_SUFFIX: ''
VERSION: 5.0.3
PACKAGE_SUFFIX: '-pre.1'
# PACKAGE_SUFFIX: ''
ASM_VERSION: 5.0.0
DOC_INSTANCE: wrs/pq
DOC_ARTIFACT: webHelpPQ2-all.zip
Expand Down
3 changes: 3 additions & 0 deletions docs/rn/5.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Improvements

- Updated dependent packages.
2 changes: 1 addition & 1 deletion src/Parquet.Data.Analysis/Parquet.Data.Analysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<ItemGroup>
<ProjectReference Include="..\Parquet\Parquet.csproj" />
<PackageReference Include="Microsoft.Data.Analysis" Version="0.21.1" />
<PackageReference Include="Microsoft.Data.Analysis" Version="0.22.0" />
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
Expand Down
20 changes: 10 additions & 10 deletions src/Parquet.Floor/Parquet.Floor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@

<ItemGroup>
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.0" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.1" />

<PackageReference Include="ActiproSoftware.Controls.Avalonia" Version="24.2.0" />
<PackageReference Include="ActiproSoftware.Controls.Avalonia.Themes.DataGrid" Version="24.2.0" />
<PackageReference Include="Avalonia.Desktop" Version="11.2.0" />
<PackageReference Include="Avalonia" Version="11.2.0" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.2.0" />
<PackageReference Include="ActiproSoftware.Controls.Avalonia" Version="25.1.0" />
<PackageReference Include="ActiproSoftware.Controls.Avalonia.Themes.DataGrid" Version="25.1.0" />
<PackageReference Include="Avalonia.Desktop" Version="11.2.1" />
<PackageReference Include="Avalonia" Version="11.2.1" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.2.1" />
<PackageReference Include="Avalonia.Controls.TreeDataGrid" Version="11.0.10" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.0" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.1" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
<PackageReference Include="Config.Net" Version="5.2.0" />
<PackageReference Include="Config.Net" Version="5.2.1" />
<PackageReference Include="CsvHelper" Version="33.0.1" />
<PackageReference Include="Projektanker.Icons.Avalonia" Version="9.4.1" />
<PackageReference Include="Projektanker.Icons.Avalonia.FontAwesome" Version="9.4.1" />
<PackageReference Include="Projektanker.Icons.Avalonia" Version="9.4.3" />
<PackageReference Include="Projektanker.Icons.Avalonia.FontAwesome" Version="9.4.3" />

</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/Parquet.Test/Parquet.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand All @@ -29,7 +29,7 @@
</ItemGroup>

<ItemGroup Condition="('$(TargetFramework)' == 'net7.0') or ('$(TargetFramework)' == 'net8.0')">
<PackageReference Include="System.IO.Pipelines" Version="8.0.0" />
<PackageReference Include="System.IO.Pipelines" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Parquet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "rn", "rn", "{EE4ECD1F-5A44-4FC7-BC73-930AFB15D372}"
ProjectSection(SolutionItems) = preProject
..\docs\rn\5.0.2.md = ..\docs\rn\5.0.2.md
..\docs\rn\5.0.3.md = ..\docs\rn\5.0.3.md
..\docs\rn\previous.md = ..\docs\rn\previous.md
EndProjectSection
EndProject
Expand Down
6 changes: 3 additions & 3 deletions src/Parquet/Parquet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.0" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
<PackageReference Include="Nullable" Version="1.3.1" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
</ItemGroup>


Expand Down

0 comments on commit d43e357

Please sign in to comment.