From c9a0d217420d936ab738975c5df45685f9183737 Mon Sep 17 00:00:00 2001 From: David Smith Date: Wed, 8 May 2024 01:14:32 -0500 Subject: [PATCH] Update version number. --- NetTally.Avalonia/NetTally.Avalonia.csproj | 2 +- NetTally.Console/NetTally.Console.csproj | 2 +- NetTally.Core/Configure/QuestsInfo.cs | 2 +- NetTally.Core/NetTally.Core.csproj | 2 +- NetTally/NetTally.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NetTally.Avalonia/NetTally.Avalonia.csproj b/NetTally.Avalonia/NetTally.Avalonia.csproj index 7d876606..3acd334a 100644 --- a/NetTally.Avalonia/NetTally.Avalonia.csproj +++ b/NetTally.Avalonia/NetTally.Avalonia.csproj @@ -1,6 +1,6 @@  - 5.0.0 + 5.0.1 NetTally diff --git a/NetTally.Console/NetTally.Console.csproj b/NetTally.Console/NetTally.Console.csproj index ded4d628..5db1824c 100644 --- a/NetTally.Console/NetTally.Console.csproj +++ b/NetTally.Console/NetTally.Console.csproj @@ -1,6 +1,6 @@  - 5.0.0 + 5.0.1 nettally diff --git a/NetTally.Core/Configure/QuestsInfo.cs b/NetTally.Core/Configure/QuestsInfo.cs index 55d1b3fe..a608e63a 100644 --- a/NetTally.Core/Configure/QuestsInfo.cs +++ b/NetTally.Core/Configure/QuestsInfo.cs @@ -146,7 +146,7 @@ public void RepositionQuest(Quest? quest) if (newIndex >= Quests.Count) newIndex = Quests.Count - 1; - + if (index == newIndex) return; diff --git a/NetTally.Core/NetTally.Core.csproj b/NetTally.Core/NetTally.Core.csproj index eb968a19..bfb5354b 100644 --- a/NetTally.Core/NetTally.Core.csproj +++ b/NetTally.Core/NetTally.Core.csproj @@ -1,6 +1,6 @@  - 5.0.0 + 5.0.1 NetTally diff --git a/NetTally/NetTally.csproj b/NetTally/NetTally.csproj index 89b57c37..da5f3807 100644 --- a/NetTally/NetTally.csproj +++ b/NetTally/NetTally.csproj @@ -1,6 +1,6 @@  - 5.0.0 + 5.0.1 WinExe