Skip to content

Commit 9d72075

Browse files
add version
1 parent dc9086b commit 9d72075

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Froststrap.AvaloniaUI/Froststrap.AvaloniaUI.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<TargetFramework>net10.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
8+
<Version>2.0.0-alpha.1</Version>
9+
<FileVersion>2.0.0-alpha.1</FileVersion>
810
<AssemblyName>Froststrap</AssemblyName>
911
<RootNamespace>Froststrap</RootNamespace>
1012
<ApplicationManifest>app.manifest</ApplicationManifest>
@@ -54,6 +56,9 @@
5456
<AutoGen>True</AutoGen>
5557
<DependentUpon>Strings.resx</DependentUpon>
5658
</Compile>
59+
<Compile Update="UI\Elements\Bootstrapper\CustomDialog.axaml.cs">
60+
<DependentUpon>CustomDialog.axaml</DependentUpon>
61+
</Compile>
5762
<Compile Update="UI\Elements\ContextMenu\MenuContainer.axaml.cs">
5863
<DependentUpon>MenuContainer.axaml</DependentUpon>
5964
</Compile>

0 commit comments

Comments
 (0)