Skip to content

Commit e39a8c8

Browse files
committed
bump 5.0.4.1
1 parent 400acdd commit e39a8c8

16 files changed

+360
-8
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFrameworks>net8.0</TargetFrameworks>
5+
<Platforms>x64;x86;AnyCpu</Platforms>
6+
<OutputType>Library</OutputType>
7+
<Configurations>Debug;Release;ReleaseDebug</Configurations>
8+
<Version>5.0.4.1</Version>
9+
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.6" />
13+
<PackageReference Include="H.Pipes" Version="2.0.59" />
14+
<PackageReference Include="MessageBox.Avalonia" Version="3.1.5.1" />
15+
<PackageReference Include="Microsoft.Win32.SystemEvents" Version="8.0.0" />
16+
<PackageReference Include="System.Management" Version="8.0.0" />
17+
<PackageReference Include="TaskScheduler" Version="2.10.1" />
18+
</ItemGroup>
19+
20+
<ItemGroup>
21+
<ProjectReference Include="..\..\HLab.Sys\HLab.Sys.Windows.Monitors\HLab.Sys.Windows.Monitors.csproj" />
22+
<ProjectReference Include="..\..\HLab\HLab.Base.Avalonia\HLab.Base.Avalonia.csproj" />
23+
<ProjectReference Include="..\..\HLab\HLab.Remote\HLab.Remote.csproj" />
24+
<ProjectReference Include="..\..\HLab\HLab.Sys.Windows.API\HLab.Sys.Windows.API.csproj" />
25+
<ProjectReference Include="..\LittleBigMouse.Zones\LittleBigMouse.Zoning.csproj" />
26+
</ItemGroup>
27+
28+
</Project>

LittleBigMouse.Core/LittleBigMouse.DisplayLayout/LittleBigMouse.DisplayLayout.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Platforms>x64;x86;AnyCpu</Platforms>
66
<OutputType>Library</OutputType>
77
<Configurations>Debug;Release;ReleaseDebug</Configurations>
8-
<Version>5.0.4.0</Version>
8+
<Version>5.0.4.1</Version>
99
</PropertyGroup>
1010

1111
<ItemGroup>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFrameworks>net8.0</TargetFrameworks>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
<Platforms>AnyCPU;x64;x86</Platforms>
8+
<Version>5.0.4.1</Version>
9+
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<PackageReference Include="Avalonia" Version="11.0.6" />
13+
<PackageReference Include="Avalonia.MatrixExtensions" Version="3.0.0-preview6" />
14+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
15+
<PackageReference Include="System.Linq.Expressions" Version="4.3.0" />
16+
</ItemGroup>
17+
18+
</Project>

LittleBigMouse.Core/LittleBigMouse.Zones/LittleBigMouse.Zoning.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<Platforms>AnyCPU;x64;x86</Platforms>
8-
<Version>5.0.4.0</Version>
8+
<Version>5.0.4.1</Version>
99
</PropertyGroup>
1010

1111
<ItemGroup>
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFrameworks>net8.0</TargetFrameworks>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
<Platforms>x64;x86;AnyCpu</Platforms>
8+
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
9+
<LangVersion>preview</LangVersion>
10+
<Version>5.0.4.1</Version>
11+
</PropertyGroup>
12+
13+
<ItemGroup>
14+
<None Remove="Assets\**" />
15+
</ItemGroup>
16+
17+
<ItemGroup>
18+
<Content Include="Assets\Icon\colors.xml">
19+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
20+
</Content>
21+
</ItemGroup>
22+
23+
<ItemGroup>
24+
<PackageReference Include="Avalonia" Version="11.0.6" />
25+
<PackageReference Include="Avalonia.Markup.Xaml.Loader" Version="11.0.6" />
26+
</ItemGroup>
27+
28+
<ItemGroup>
29+
<AvaloniaResource Include="Assets\**" />
30+
</ItemGroup>
31+
32+
<ItemGroup>
33+
<ProjectReference Include="..\..\HLab\HLab.Mvvm.Annotations\HLab.Mvvm.Annotations.csproj" />
34+
<ProjectReference Include="..\..\HLab\HLab.Mvvm.Avalonia\HLab.Mvvm.Avalonia.csproj" />
35+
<ProjectReference Include="..\..\HLab\HLab.Mvvm.ReactiveUI\HLab.Mvvm.ReactiveUI.csproj" />
36+
<ProjectReference Include="..\..\LittleBigMouse.Core\LittleBigMouse.DisplayLayout\LittleBigMouse.DisplayLayout.csproj" />
37+
<ProjectReference Include="..\LittleBigMouse.Plugins.Avalonia\LittleBigMouse.Plugins.Avalonia.csproj" />
38+
<ProjectReference Include="..\LittleBigMouse.Plugins.Core\LittleBigMouse.Plugins.csproj" />
39+
</ItemGroup>
40+
41+
<ItemGroup>
42+
<Compile Update="LocationPlugin\Anchors\AnchorsView.axaml.cs">
43+
<DependentUpon>AnchorsView.axaml</DependentUpon>
44+
</Compile>
45+
<Compile Update="LocationPlugin\MonitorLocationView.axaml.cs">
46+
<DependentUpon>MonitorLocationView.axaml</DependentUpon>
47+
</Compile>
48+
<Compile Update="Rulers\RulerPanelView.axaml.cs">
49+
<DependentUpon>RulerPanelView.axaml</DependentUpon>
50+
</Compile>
51+
<Compile Update="Rulers\RulerView.axaml.cs">
52+
<DependentUpon>RulerView.axaml</DependentUpon>
53+
</Compile>
54+
<Compile Update="Rulers\Tester.axaml.cs">
55+
<DependentUpon>Tester.axaml</DependentUpon>
56+
</Compile>
57+
<Compile Update="SizePlugin\MonitorSizeView.axaml.cs">
58+
<DependentUpon>MonitorSizeView.axaml</DependentUpon>
59+
</Compile>
60+
61+
</ItemGroup>
62+
63+
</Project>

LittleBigMouse.Plugins/LittleBigMouse.Plugin.Layout.Avalonia/LittleBigMouse.Plugin.Layout.Avalonia.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Platforms>x64;x86;AnyCpu</Platforms>
88
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
99
<LangVersion>preview</LangVersion>
10-
<Version>5.0.4.0</Version>
10+
<Version>5.0.4.1</Version>
1111
</PropertyGroup>
1212

1313
<ItemGroup>
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFrameworks>net8.0</TargetFrameworks>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
<Platforms>AnyCPU;x64;x86</Platforms>
8+
<LangVersion>preview</LangVersion>
9+
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
10+
<Version>5.0.4.1</Version>
11+
</PropertyGroup>
12+
13+
<ItemGroup>
14+
<AvaloniaResource Include="Assets\**" />
15+
</ItemGroup>
16+
17+
<ItemGroup>
18+
<Content Include="Assets\Icon\colors.xml">
19+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
20+
</Content>
21+
</ItemGroup>
22+
23+
<ItemGroup>
24+
<PackageReference Include="Avalonia" Version="11.0.6" />
25+
<PackageReference Include="Avalonia.Markup.Xaml.Loader" Version="11.0.6" />
26+
<PackageReference Include="ScottPlot.Avalonia" Version="5.0.10-beta" />
27+
</ItemGroup>
28+
29+
<ItemGroup>
30+
<ProjectReference Include="..\..\HLab.Sys\HLab.Sys.Windows.Monitors\HLab.Sys.Windows.Monitors.csproj" />
31+
<ProjectReference Include="..\..\HLab.Sys\HLab.Sys.Windows.MonitorVcp.Avalonia\HLab.Sys.Windows.MonitorVcp.Avalonia.csproj" />
32+
<ProjectReference Include="..\..\HLab.Sys\HLab.Sys.Windows.MonitorVcp\HLab.Sys.Windows.MonitorVcp.csproj" />
33+
<ProjectReference Include="..\..\HLab\HLab.Base.Avalonia\HLab.Base.Avalonia.csproj" />
34+
<ProjectReference Include="..\..\HLab\HLab.Base\HLab.Base.csproj" />
35+
<ProjectReference Include="..\..\HLab\HLab.Mvvm.Avalonia\HLab.Mvvm.Avalonia.csproj" />
36+
<ProjectReference Include="..\..\HLab\HLab.Mvvm.ReactiveUI\HLab.Mvvm.ReactiveUI.csproj" />
37+
<ProjectReference Include="..\..\HLab\HLab.Remote\HLab.Remote.csproj" />
38+
<ProjectReference Include="..\..\HLab\HLab.Sys.Windows.API\HLab.Sys.Windows.API.csproj" />
39+
<ProjectReference Include="..\..\LittleBigMouse.Core\LittleBigMouse.DisplayLayout\LittleBigMouse.DisplayLayout.csproj" />
40+
<ProjectReference Include="..\LittleBigMouse.Plugins.Avalonia\LittleBigMouse.Plugins.Avalonia.csproj" />
41+
</ItemGroup>
42+
43+
</Project>

LittleBigMouse.Plugins/LittleBigMouse.Plugin.Vcp.Avalonia/LittleBigMouse.Plugin.Vcp.Avalonia.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Platforms>AnyCPU;x64;x86</Platforms>
88
<LangVersion>preview</LangVersion>
99
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
10-
<Version>5.0.4.0</Version>
10+
<Version>5.0.4.1</Version>
1111
</PropertyGroup>
1212

1313
<ItemGroup>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFrameworks>net8.0</TargetFrameworks>
5+
<Nullable>enable</Nullable>
6+
<Platforms>x64;x86;AnyCpu</Platforms>
7+
<Version>5.0.4.1</Version>
8+
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
9+
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.6" />
13+
</ItemGroup>
14+
15+
<ItemGroup>
16+
<ProjectReference Include="..\..\HLab\HLab.Mvvm.Annotations\HLab.Mvvm.Annotations.csproj" />
17+
<ProjectReference Include="..\..\HLab\HLab.Sys.Windows.API\HLab.Sys.Windows.API.csproj" />
18+
<ProjectReference Include="..\..\LittleBigMouse.Core\LittleBigMouse.DisplayLayout\LittleBigMouse.DisplayLayout.csproj" />
19+
<ProjectReference Include="..\LittleBigMouse.Plugins.Core\LittleBigMouse.Plugins.csproj" />
20+
</ItemGroup>
21+
22+
</Project>

LittleBigMouse.Plugins/LittleBigMouse.Plugins.Avalonia/LittleBigMouse.Plugins.Avalonia.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net8.0</TargetFrameworks>
55
<Nullable>enable</Nullable>
66
<Platforms>x64;x86;AnyCpu</Platforms>
7-
<Version>5.0.4.0</Version>
7+
<Version>5.0.4.1</Version>
88
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
99
</PropertyGroup>
1010

0 commit comments

Comments
 (0)