Skip to content

Commit

Permalink
Bump mediator
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Jul 28, 2024
1 parent d18ba7b commit 1d6b620
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ProjectTemplates/ShinyApp/ShinyApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<MauiVersion>8.0.70</MauiVersion>
<ShinyVersion>3.3.3</ShinyVersion>
<!--#if (shinymediator)-->
<MediatorVersion>1.7.1</MediatorVersion>
<MediatorVersion>1.7.2</MediatorVersion>
<!--#endif-->
<!--slower build, faster runtime in DEBUG-->
<!-- <_MauiForceXamlCForDebug Condition="'$(Configuration)' == 'Debug'">true</_MauiForceXamlCForDebug> -->
Expand Down
4 changes: 2 additions & 2 deletions ProjectTemplates/ShinyAspNet/ShinyAspNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<!--#if (efpostgres && efspatial)-->
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite" Version="8.0.4" />
<!--#endif-->
<PackageReference Include="Shiny.Mediator" Version="1.7.1" />
<PackageReference Include="Shiny.Mediator.AspNet" Version="1.7.1" />
<PackageReference Include="Shiny.Mediator" Version="1.7.2" />
<PackageReference Include="Shiny.Mediator.AspNet" Version="1.7.2" />
<PackageReference Include="Shiny.Extensions.WebHosting" Version="$(ShinyExtensionsVersion)" />
<!--#if (efmssql || efpostgres)-->
<PackageReference Include="Shiny.Extensions.EntityFramework" Version="$(ShinyExtensionsVersion)" />
Expand Down
2 changes: 1 addition & 1 deletion Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Shiny.NET Templates - One stop shop to setup almost everything you can imagine within your .NET MAUI application</Description>
<PackageType>Template</PackageType>
<PackageVersion>2.50.0</PackageVersion>
<PackageVersion>2.50.1</PackageVersion>
<PackageId>Shiny.Templates</PackageId>
<Title>Shiny Templates</Title>
<Authors>Allan Ritchie</Authors>
Expand Down

0 comments on commit 1d6b620

Please sign in to comment.