Skip to content

Commit

Permalink
Update version to 2.5.0-pre.2
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed May 21, 2023
1 parent 0fab0b3 commit ee2503f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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.5.0-pre.1</Version>
<Version>2.5.0-pre.2</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.5.0-pre.1</PackageVersion>
<PackageVersion>2.5.0-pre.2</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 @@ -50,21 +50,21 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="UraniumUI.Material" Version="2.5.0-pre.1" />
<PackageReference Include="UraniumUI.Material" Version="2.5.0-pre.2" />
<!--#if (FontAwesome)-->
<PackageReference Include="UraniumUI.Icons.FontAwesome" Version="2.5.0-pre.1" />
<PackageReference Include="UraniumUI.Icons.FontAwesome" Version="2.5.0-pre.2" />
<!--#endif-->
<!--#if (MaterialIcons)-->
<PackageReference Include="UraniumUI.Icons.MaterialIcons" Version="2.5.0-pre.1" />
<PackageReference Include="UraniumUI.Icons.MaterialIcons" Version="2.5.0-pre.2" />
<!--#endif-->
<!--#if (CommunityToolkit)-->
<PackageReference Include="UraniumUI.Dialogs.CommunityToolkit" Version="2.5.0-pre.1" />
<PackageReference Include="UraniumUI.Dialogs.CommunityToolkit" Version="2.5.0-pre.2" />
<!--#endif-->
<!--#if (Mopups)-->
<PackageReference Include="UraniumUI.Dialogs.Mopups" Version="2.5.0-pre.1" />
<PackageReference Include="UraniumUI.Dialogs.Mopups" Version="2.5.0-pre.2" />
<!--#endif-->
<!--#if (Blurs)-->
<PackageReference Include="UraniumUI.Blurs" Version="2.5.0-pre.1" />
<PackageReference Include="UraniumUI.Blurs" Version="2.5.0-pre.2" />
<!--#endif-->
</ItemGroup>

Expand Down
12 changes: 6 additions & 6 deletions templates/app/MyCompany.MyProject/MyCompany.MyProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="UraniumUI.Material" Version="2.5.0-pre.1" />
<PackageReference Include="UraniumUI.Material" Version="2.5.0-pre.2" />
<!--#if (FontAwesome)-->
<PackageReference Include="UraniumUI.Icons.FontAwesome" Version="2.5.0-pre.1" />
<PackageReference Include="UraniumUI.Icons.FontAwesome" Version="2.5.0-pre.2" />
<!--#endif-->
<!--#if (MaterialIcons)-->
<PackageReference Include="UraniumUI.Icons.MaterialIcons" Version="2.5.0-pre.1" />
<PackageReference Include="UraniumUI.Icons.MaterialIcons" Version="2.5.0-pre.2" />
<!--#endif-->
<!--#if (CommunityToolkit)-->
<PackageReference Include="UraniumUI.Dialogs.CommunityToolkit" Version="2.5.0-pre.1" />
<PackageReference Include="UraniumUI.Dialogs.CommunityToolkit" Version="2.5.0-pre.2" />
<!--#endif-->
<!--#if (Mopups)-->
<PackageReference Include="UraniumUI.Dialogs.Mopups" Version="2.5.0-pre.1" />
<PackageReference Include="UraniumUI.Dialogs.Mopups" Version="2.5.0-pre.2" />
<!--#endif-->
<!--#if (Blurs)-->
<PackageReference Include="UraniumUI.Blurs" Version="2.5.0-pre.1" />
<PackageReference Include="UraniumUI.Blurs" Version="2.5.0-pre.2" />
<!--#endif-->
</ItemGroup>

Expand Down

0 comments on commit ee2503f

Please sign in to comment.