Skip to content

Commit

Permalink
Update version to 2.9.0-pre.3
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed May 7, 2024
1 parent d32fc82 commit da0b199
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2.9.0-pre.2</Version>
<Version>2.9.0-pre.3</Version>
<PackageIcon>logo_128.png</PackageIcon>
<NeutralLanguage>en</NeutralLanguage>
<RepositoryUrl>https://github.com/enisn/UraniumUI</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion templates/UraniumUI.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<PackageVersion>2.9.0-pre.2</PackageVersion>
<PackageVersion>2.9.0-pre.3</PackageVersion>
<Title>Uranium UI MAUI Templates</Title>
<Authors>enisn</Authors>
<Description>Templates for new MAUI Apps, Themes and Libraries</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,24 @@
<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
<PackageReference Include="UraniumUI.Material" Version="2.9.0-pre.2" />
<PackageReference Include="UraniumUI.Material" Version="2.9.0-pre.3" />
<!--#if (FontAwesome)-->
<PackageReference Include="UraniumUI.Icons.FontAwesome" Version="2.9.0-pre.2" />
<PackageReference Include="UraniumUI.Icons.FontAwesome" Version="2.9.0-pre.3" />
<!--#endif-->
<!--#if (MaterialIcons)-->
<PackageReference Include="UraniumUI.Icons.MaterialSymbols" Version="2.9.0-pre.2" />
<PackageReference Include="UraniumUI.Icons.MaterialSymbols" Version="2.9.0-pre.3" />
<!--#endif-->
<!--#if (FluentIcons)-->
<PackageReference Include="UraniumUI.Icons.SegoeFluent" Version="2.9.0-pre.2" />
<PackageReference Include="UraniumUI.Icons.SegoeFluent" Version="2.9.0-pre.3" />
<!--#endif-->
<!--#if (CommunityToolkit)-->
<PackageReference Include="UraniumUI.Dialogs.CommunityToolkit" Version="2.9.0-pre.2" />
<PackageReference Include="UraniumUI.Dialogs.CommunityToolkit" Version="2.9.0-pre.3" />
<!--#endif-->
<!--#if (Mopups)-->
<PackageReference Include="UraniumUI.Dialogs.Mopups" Version="2.9.0-pre.2" />
<PackageReference Include="UraniumUI.Dialogs.Mopups" Version="2.9.0-pre.3" />
<!--#endif-->
<!--#if (Blurs)-->
<PackageReference Include="UraniumUI.Blurs" Version="2.9.0-pre.2" />
<PackageReference Include="UraniumUI.Blurs" Version="2.9.0-pre.3" />
<!--#endif-->
</ItemGroup>

Expand Down
14 changes: 7 additions & 7 deletions templates/app/MyCompany.MyProject/MyCompany.MyProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,24 +52,24 @@
<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
<PackageReference Include="UraniumUI.Material" Version="2.9.0-pre.2" />
<PackageReference Include="UraniumUI.Material" Version="2.9.0-pre.3" />
<!--#if (FontAwesome)-->
<PackageReference Include="UraniumUI.Icons.FontAwesome" Version="2.9.0-pre.2" />
<PackageReference Include="UraniumUI.Icons.FontAwesome" Version="2.9.0-pre.3" />
<!--#endif-->
<!--#if (MaterialIcons)-->
<PackageReference Include="UraniumUI.Icons.MaterialSymbols" Version="2.9.0-pre.2" />
<PackageReference Include="UraniumUI.Icons.MaterialSymbols" Version="2.9.0-pre.3" />
<!--#endif-->
<!--#if (FluentIcons)-->
<PackageReference Include="UraniumUI.Icons.SegoeFluent" Version="2.9.0-pre.2" />
<PackageReference Include="UraniumUI.Icons.SegoeFluent" Version="2.9.0-pre.3" />
<!--#endif-->
<!--#if (CommunityToolkit)-->
<PackageReference Include="UraniumUI.Dialogs.CommunityToolkit" Version="2.9.0-pre.2" />
<PackageReference Include="UraniumUI.Dialogs.CommunityToolkit" Version="2.9.0-pre.3" />
<!--#endif-->
<!--#if (Mopups)-->
<PackageReference Include="UraniumUI.Dialogs.Mopups" Version="2.9.0-pre.2" />
<PackageReference Include="UraniumUI.Dialogs.Mopups" Version="2.9.0-pre.3" />
<!--#endif-->
<!--#if (Blurs)-->
<PackageReference Include="UraniumUI.Blurs" Version="2.9.0-pre.2" />
<PackageReference Include="UraniumUI.Blurs" Version="2.9.0-pre.3" />
<!--#endif-->
</ItemGroup>

Expand Down

0 comments on commit da0b199

Please sign in to comment.