Skip to content

Commit

Permalink
Bump extension
Browse files Browse the repository at this point in the history
  • Loading branch information
pomianowski committed Apr 14, 2024
1 parent 9e79a6b commit e5a24f1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/Wpf.Ui.Extension.Template.Blank/Wpf.Ui.Blank.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>wpfui-icon.ico</ApplicationIcon>
<UseWPF>true</UseWPF>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<Content Include="wpfui-icon.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="WPF-UI" Version="3.0.3" />
<PackageReference Include="WPF-UI" Version="3.0.4" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0 " />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2 "/>
</ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion src/Wpf.Ui.Extension.Template.Compact/Wpf.Ui.Compact.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>wpfui-icon.ico</ApplicationIcon>
<UseWPF>true</UseWPF>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<Content Include="wpfui-icon.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="WPF-UI" Version="3.0.3" />
<PackageReference Include="WPF-UI" Version="3.0.4" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0 " />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2 "/>
</ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion src/Wpf.Ui.Extension.Template.Fluent/Wpf.Ui.Fluent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>wpfui-icon.ico</ApplicationIcon>
<UseWPF>true</UseWPF>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<Content Include="wpfui-icon.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="WPF-UI" Version="3.0.3" />
<PackageReference Include="WPF-UI" Version="3.0.4" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2 "/>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Wpf.Ui.Extension/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="WPFUI.f1be4a7a-6073-492b-ac8c-dc46e836e926" Version="3.0.3" Language="en-US" Publisher="lepo.co" />
<Identity Id="WPFUI.f1be4a7a-6073-492b-ac8c-dc46e836e926" Version="3.0.4" Language="en-US" Publisher="lepo.co" />
<DisplayName>WPF UI</DisplayName>
<Description xml:space="preserve">WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.</Description>
<MoreInfo>https://github.com/lepoco/wpfui</MoreInfo>
Expand Down

0 comments on commit e5a24f1

Please sign in to comment.