diff --git a/AvaGui/AvaGui.csproj b/AvaGui/AvaGui.csproj index 6c705ab9..78c819a1 100644 --- a/AvaGui/AvaGui.csproj +++ b/AvaGui/AvaGui.csproj @@ -8,6 +8,15 @@ true AvaGui.Program true + README.md + https://github.com/OpenLoco/OpenLocoObjectEditor + 1.0.5 + $(AssemblyVersion) + ObjectEditor + $(AssemblyName) $(AssemblyVersion) + $(AssemblyVersion) + LeftofZen + False @@ -22,7 +31,6 @@ - @@ -39,13 +47,11 @@ - - VehicleView.axaml diff --git a/AvaGui/ViewModels/MainWindowViewModel.cs b/AvaGui/ViewModels/MainWindowViewModel.cs index b5cd840a..09db0f12 100644 --- a/AvaGui/ViewModels/MainWindowViewModel.cs +++ b/AvaGui/ViewModels/MainWindowViewModel.cs @@ -79,7 +79,7 @@ public class MainWindowViewModel : ViewModelBase public MainWindowViewModel() { - var paletteUri = new Uri("avares://AvaGui/Assets/palette.png"); + var paletteUri = new Uri("avares://ObjectEditor/Assets/palette.png"); var palette = Image.Load(AssetLoader.Open(paletteUri)); Model = new() diff --git a/AvaGui/Views/MainWindow.axaml b/AvaGui/Views/MainWindow.axaml index 894ac990..b0b04f38 100644 --- a/AvaGui/Views/MainWindow.axaml +++ b/AvaGui/Views/MainWindow.axaml @@ -25,7 +25,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -49,7 +49,7 @@ - + diff --git a/AvaGui/version.txt b/AvaGui/version.txt index a6a3a43c..1464c521 100644 --- a/AvaGui/version.txt +++ b/AvaGui/version.txt @@ -1 +1 @@ -1.0.4 \ No newline at end of file +1.0.5 \ No newline at end of file diff --git a/Gui/Gui.csproj b/Gui/Gui.csproj index 007a8958..7ffc0abb 100644 --- a/Gui/Gui.csproj +++ b/Gui/Gui.csproj @@ -11,12 +11,12 @@ OpenLoco.ObjectEditor.Gui.Program README.md https://github.com/OpenLoco/OpenLocoObjectEditor - 1.0.4 + 1.0.5 $(AssemblyVersion) ObjectEditor - LeftofZen $(AssemblyName) $(AssemblyVersion) $(AssemblyVersion) + LeftofZen False diff --git a/Gui/version.txt b/Gui/version.txt index ee90284c..90a27f9c 100644 --- a/Gui/version.txt +++ b/Gui/version.txt @@ -1 +1 @@ -1.0.4 +1.0.5