Update releases link

rendering v2.1
Liza 2023-02-02 16:45:54 +01:00
parent 8ad3d598c6
commit 1dd670ff03
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework> <TargetFramework>net7.0-windows</TargetFramework>
<LangVersion>11.0</LangVersion> <LangVersion>11.0</LangVersion>
<Version>2.0</Version> <Version>2.1</Version>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@ -206,7 +206,7 @@ namespace Pal.Client.Windows
ImGui.Separator(); ImGui.Separator();
ImGui.TextWrapped("Exports are available from https://github.com/carvelli/PalacePal/releases/ (as *.pal files)."); ImGui.TextWrapped("Exports are available from https://github.com/carvelli/PalacePal/releases/ (as *.pal files).");
if (ImGui.Button("Visit GitHub")) if (ImGui.Button("Visit GitHub"))
GenericHelpers.ShellStart("https://github.com/carvelli/PalacePal/releases/"); GenericHelpers.ShellStart("https://github.com/carvelli/PalacePal/releases/latest");
ImGui.Separator(); ImGui.Separator();
ImGui.Text("File to Import:"); ImGui.Text("File to Import:");
ImGui.SameLine(); ImGui.SameLine();