We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9086b commit 9d72075Copy full SHA for 9d72075
1 file changed
Froststrap.AvaloniaUI/Froststrap.AvaloniaUI.csproj
@@ -5,6 +5,8 @@
5
<TargetFramework>net10.0</TargetFramework>
6
<Nullable>enable</Nullable>
7
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
8
+ <Version>2.0.0-alpha.1</Version>
9
+ <FileVersion>2.0.0-alpha.1</FileVersion>
10
<AssemblyName>Froststrap</AssemblyName>
11
<RootNamespace>Froststrap</RootNamespace>
12
<ApplicationManifest>app.manifest</ApplicationManifest>
@@ -54,6 +56,9 @@
54
56
<AutoGen>True</AutoGen>
55
57
<DependentUpon>Strings.resx</DependentUpon>
58
</Compile>
59
+ <Compile Update="UI\Elements\Bootstrapper\CustomDialog.axaml.cs">
60
+ <DependentUpon>CustomDialog.axaml</DependentUpon>
61
+ </Compile>
62
<Compile Update="UI\Elements\ContextMenu\MenuContainer.axaml.cs">
63
<DependentUpon>MenuContainer.axaml</DependentUpon>
64
0 commit comments