Skip to content

Commit

Permalink
Merge pull request #102 from egvijayanand/working
Browse files Browse the repository at this point in the history
Package updated to support .NET MAUI 9 Preview 5 #101
  • Loading branch information
egvijayanand authored Jun 12, 2024
2 parents 2fe7518 + 8e6cdec commit 8e4955a
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- .NET MAUI Options -->
<UseMaui>true</UseMaui>
<MauiVersion>8.*</MauiVersion>
<MauiVersion>8.0.3</MauiVersion>
<SingleProject>true</SingleProject>

<!-- Project Options -->
Expand Down Expand Up @@ -47,7 +47,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
<!-- <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" /> -->
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
<!-- <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" /> -->
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Join me on Developer Thoughts, https://egvijayanand.in/, an exclusive blog for .NET MAUI and Blazor.

What's new in ver. 3.0.6:
What's new in ver. 3.0.7:
-------------------------
This version of package is built on top of .NET MAUI 8 SR6 (v8.0.60).

Non-dependent Microsoft.Maui.Controls.Compatibility package reference has been removed.

v3.0.6:

This version of package is released on top of .NET MAUI 8 SR5 (v8.0.40).

v3.0.5:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Join me on Developer Thoughts, https://egvijayanand.in/, an exclusive blog for .NET MAUI and Blazor.

What's new in ver. 4.0.0-preview.4:
What's new in ver. 4.0.0-preview.5:
-----------------------------------
This version of package is released on top of .NET MAUI on .NET 9 Preview 5 (9.0.0-preview.5.24307.10) version.

Non-dependent Microsoft.Maui.Controls.Compatibility package reference has been removed.

v4.0.0-preview.4:

This version of package is released on top of .NET MAUI on .NET 9 Preview 4 (9.0.0-preview.4.10690) version.

v4.0.0-preview.3:
Expand Down
2 changes: 1 addition & 1 deletion src/MauiBlazor.Markup/PackageVersion-Net8.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.6
3.0.7
2 changes: 1 addition & 1 deletion src/MauiBlazor.Markup/PackageVersion-Net9.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0-preview.4
4.0.0-preview.5

0 comments on commit 8e4955a

Please sign in to comment.