Skip to content

Commit 0065390

Browse files
authored
Merge pull request #98 from bj-rn/chore/7.1
Chore: 7.1
2 parents 85bfd57 + dc33921 commit 0065390

16 files changed

Lines changed: 15 additions & 375 deletions

Directory.Packages.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project>
2+
<PropertyGroup>
3+
<VLVersion>2025.7.1</VLVersion>
4+
<AvaloniaVersion>11.2.1</AvaloniaVersion>
5+
<StrideVersion>4.2.1.2487</StrideVersion>
6+
</PropertyGroup>
7+
</Project>

VL.Avalonia.CodeGen/AttributeHandlers/ChannelAttributeHandler.cs

Lines changed: 0 additions & 64 deletions
This file was deleted.

VL.Avalonia.CodeGen/AttributeHandlers/ChildrenAttributeHandler.cs

Lines changed: 0 additions & 54 deletions
This file was deleted.

VL.Avalonia.CodeGen/AttributeHandlers/ClassesAttributeHandler.cs

Lines changed: 0 additions & 31 deletions
This file was deleted.

VL.Avalonia.CodeGen/AttributeHandlers/ContentAttributeHandler.cs

Lines changed: 0 additions & 33 deletions
This file was deleted.

VL.Avalonia.CodeGen/AttributeHandlers/IsEnabledHandler.cs

Lines changed: 0 additions & 41 deletions
This file was deleted.

VL.Avalonia.CodeGen/AttributeHandlers/OptionalAttributeHandler.cs

Lines changed: 0 additions & 63 deletions
This file was deleted.

VL.Avalonia.CodeGen/AvaloniaSourceGenerator.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@ public class AvaloniaSourceGenerator : IIncrementalGenerator
2222
{
2323
new OutputAttributeHandler(),
2424
new StyleAttributeHandler(),
25-
new ClassesAttributeHandler(),
26-
new ContentAttributeHandler(),
27-
new ChildrenAttributeHandler(),
2825
new PropertyAttributeHandler(),
29-
new OptionalAttributeHandler(),
30-
new IsEnabledHandler(),
3126
};
3227

3328
/// <summary>

VL.Avalonia/help/Reference Controls Buttons Button.vl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Document xmlns:p="property" xmlns:r="reflection" Id="JY5hELhNLNrMLoqemyCyws" LanguageVersion="2025.7.1-0142-gabf274b680" Version="0.128">
3-
<NugetDependency Id="Ot7vXDEqh1dN0UsIHsH4U7" Location="VL.CoreLib" Version="2025.7.1-0142-gabf274b680" />
2+
<Document xmlns:p="property" xmlns:r="reflection" Id="JY5hELhNLNrMLoqemyCyws" LanguageVersion="2025.7.1" Version="0.128">
3+
<NugetDependency Id="Ot7vXDEqh1dN0UsIHsH4U7" Location="VL.CoreLib" Version="2025.7.1" />
44
<Patch Id="LPQUwJLLlOYLXskhc7Jdh3">
55
<Canvas Id="IHBvRxhWlXkM79FL00Nths" DefaultCategory="Main" CanvasType="FullCategory" />
66
<!--
@@ -21,7 +21,7 @@
2121
<Choice Kind="ProcessAppFlag" Name="Renderer" />
2222
</p:NodeReference>
2323
<Pin Id="EMAaVQMVNf2MIIhNQanTL4" Name="Node Context" Kind="InputPin" IsHidden="true" />
24-
<Pin Id="IP7Iro64gNDNN8POA18lhR" Name="Bounds" Kind="InputPin" DefaultValue="1522, 335, 616, 431" IsHidden="true" />
24+
<Pin Id="IP7Iro64gNDNN8POA18lhR" Name="Bounds" Kind="InputPin" DefaultValue="457, 343, 616, 431" IsHidden="true" />
2525
<Pin Id="OhUk0lcXRfZPS1pGZZQXFi" Name="Save Bounds" Kind="InputPin" IsHidden="true" />
2626
<Pin Id="Crih6r1mjYkP4zxje5Ginm" Name="Bound to Document" Kind="InputPin" IsHidden="true" />
2727
<Pin Id="EyUbJWQNM3mPPTWltTE2st" Name="Dialog If Document Changed" Kind="InputPin" IsHidden="true" />
@@ -390,7 +390,7 @@
390390
</Patch>
391391
</Node>
392392
</Patch>
393-
<NugetDependency Id="HF5XBGKJyIxO2f8Jk3IKOc" Location="VL.Skia" Version="2025.7.1-0142-gabf274b680" />
393+
<NugetDependency Id="HF5XBGKJyIxO2f8Jk3IKOc" Location="VL.Skia" Version="2025.7.1" />
394394
<NugetDependency Id="E6pDWWk4kMXNaTPH7M7Mur" Location="VL.Avalonia.Skia" Version="0.0.0" />
395395
<NugetDependency Id="Mxm6h5qpwdOMsjVxhVzJ6D" Location="VL.Avalonia" Version="0.0.0" />
396396
</Document>

VL.Avalonia/src/Attributes/ImplementChannel.cs

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)