Skip to content

Commit

Permalink
Merge branch 'feature/Movement' of https://github.com/VeXHarbinger/Dr…
Browse files Browse the repository at this point in the history
…awPool into feature/Movement
  • Loading branch information
VeXHarbinger committed Dec 24, 2023
2 parents 8c47652 + 42d243b commit 6661feb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions DrawPool/DrawPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public DrawPool()
{
minstrelPool = new MinstrelPool();
minstrelPool.Name = "MinstrelPoolView";
minstrelPool.Visibility = System.Windows.Visibility.Collapsed;
Core.OverlayCanvas.Children.Add(minstrelPool);

Settings.Default.DrawPoolTop = CheckDefault(Settings.Default.DrawPoolTop);
Expand Down
4 changes: 2 additions & 2 deletions DrawPool/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.23.0")]
[assembly: AssemblyFileVersion("2.0.23.0")]
[assembly: AssemblyVersion("2.4.9.0")]
[assembly: AssemblyFileVersion("2.4.9.0")]
3 changes: 2 additions & 1 deletion DrawPool/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
</setting>
</DrawPool.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /></startup>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /></startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
Expand Down

0 comments on commit 6661feb

Please sign in to comment.