Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperJMN committed Oct 5, 2023
1 parent 84a6d00 commit 2bc3e33
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion AvaloniaSyncer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaSyncer.Android", "s
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaSyncer.Desktop", "src\AvaloniaSyncer.Desktop\AvaloniaSyncer.Desktop.csproj", "{0DA05AFD-51F3-44BE-988F-3E9FD05653BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AvaloniaSyncer.Tests", "AvaloniaSyncer.Tests\AvaloniaSyncer.Tests.csproj", "{258C4207-A2C7-4BF3-9266-45365ECDEAB6}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaSyncer.Tests", "AvaloniaSyncer.Tests\AvaloniaSyncer.Tests.csproj", "{258C4207-A2C7-4BF3-9266-45365ECDEAB6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaSyncer", "src\AvaloniaSyncer\AvaloniaSyncer.csproj", "{A95C689A-2A0E-4055-A85F-C416B05DED94}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -35,6 +37,10 @@ Global
{258C4207-A2C7-4BF3-9266-45365ECDEAB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{258C4207-A2C7-4BF3-9266-45365ECDEAB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{258C4207-A2C7-4BF3-9266-45365ECDEAB6}.Release|Any CPU.Build.0 = Release|Any CPU
{A95C689A-2A0E-4055-A85F-C416B05DED94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A95C689A-2A0E-4055-A85F-C416B05DED94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A95C689A-2A0E-4055-A85F-C416B05DED94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A95C689A-2A0E-4055-A85F-C416B05DED94}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
8 changes: 4 additions & 4 deletions src/AvaloniaSyncer/AvaloniaSyncer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<PackageReference Include="ReactiveUI.Validation" Version="3.1.7" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="Zafiro.Avalonia" Version="3.0.40" />
<PackageReference Include="Zafiro.Avalonia.Dialogs" Version="3.0.40" />
<PackageReference Include="Zafiro.Avalonia.FileExplorer" Version="1.0.11" />
<PackageReference Include="Zafiro.Avalonia.FileExplorer.Pickers" Version="1.0.11" />
<PackageReference Include="Zafiro.Avalonia" Version="3.0.41" />
<PackageReference Include="Zafiro.Avalonia.Dialogs" Version="3.0.41" />
<PackageReference Include="Zafiro.Avalonia.FileExplorer" Version="1.0.13" />
<PackageReference Include="Zafiro.Avalonia.FileExplorer.Pickers" Version="1.0.13" />
<PackageReference Include="Zafiro.FileSystem.Local" Version="4.0.26" />
<PackageReference Include="Zafiro.FileSystem.SeaweedFS" Version="4.0.26" />
<PackageReference Include="Zafiro.FileSystem.Sftp" Version="4.0.26" />
Expand Down

0 comments on commit 2bc3e33

Please sign in to comment.