Skip to content

Commit

Permalink
Merge pull request #32 from AvaloniaCommunity/feature/UpdateDryIoc4.8.0
Browse files Browse the repository at this point in the history
Update DryIoc to v4.8.0 to match Prism Library v8.1.97
  • Loading branch information
DamianSuess authored Nov 30, 2022
2 parents 3051542 + 4b77440 commit 7f2a287
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

[Prism.Avalonia](https://github.com/AvaloniaCommunity/Prism.Avalonia) provides your Avalonia apps with [Prism framework](https://github.com/PrismLibrary/Prism) support so you can navigate and perform dependency injection easier than before.

[![Prism.Avalonia NuGet Badge](https://buildstats.info/nuget/Prism.Avalonia?dWidth=70&includePreReleases=true)](https://www.nuget.org/packages/Prism.Avalonia/)
| Package | NuGet |
|-|-|
| Prism.Avalonia | [![Prism.Avalonia NuGet Badge](https://buildstats.info/nuget/Prism.Avalonia?dWidth=70&includePreReleases=true)](https://www.nuget.org/packages/Prism.Avalonia/)
| Prism.DryIoc.Avalonia | [![Prism.DryIoc.Avalonia NuGet Badge](https://buildstats.info/nuget/Prism.DryIoc.Avalonia?dWidth=70&includePreReleases=true)](https://www.nuget.org/packages/Prism.DryIoc.Avalonia/)

Prism.Avalonia's logic and development approach is similar to that of [Prism for WPF](https://github.com/PrismLibrary/Prism/) so you can get started right away with Prism for Avalonia!

Expand Down
2 changes: 1 addition & 1 deletion src/Prism.DryIoc.Avalonia/Prism.DryIoc.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DryIoc.dll" Version="4.7.7" />
<PackageReference Include="DryIoc.dll" Version="4.8.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7f2a287

Please sign in to comment.