Skip to content

Commit

Permalink
Merge pull request #467 from AndreasReitberger/466-update-core-depend…
Browse files Browse the repository at this point in the history
…encies-due-to-bug

Fixed core dependencies
  • Loading branch information
AndreasReitberger authored Mar 20, 2024
2 parents efc7899 + 1dd265d commit e71519a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<Project>
<PropertyGroup>
<Version>1.2.4</Version>
<Version>1.2.5</Version>
<!--<PackageIcon>logo_128.png</PackageIcon>-->
<NeutralLanguage>en</NeutralLanguage>
<PackageProjectUrl>https://github.com/AndreasReitberger/SharedMauiXamlStyles</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="SharedMauiCoreLibrary" Version="1.1.3" />
<PackageReference Include="SharedMauiCoreLibrary" Version="1.1.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e71519a

Please sign in to comment.