Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Aug 7, 2024
2 parents 0fa663c + c5289a1 commit ac0bd88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ProjectTemplates/ShinyApp/ShinyApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<ApplicationVersion>1</ApplicationVersion>

<MauiVersion>8.0.70</MauiVersion>
<MauiVersion>8.0.71</MauiVersion>
<ShinyVersion>3.3.3</ShinyVersion>
<!--#if (shinymediator)-->
<MediatorVersion>1.7.2</MediatorVersion>
<MediatorVersion>1.7.3</MediatorVersion>
<!--#endif-->
<!--slower build, faster runtime in DEBUG-->
<!-- <_MauiForceXamlCForDebug Condition="'$(Configuration)' == 'Debug'">true</_MauiForceXamlCForDebug> -->
Expand Down
5 changes: 1 addition & 4 deletions ProjectTemplates/ShinyAspNet/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
global using System;
global using System.Threading;
global using System.Threading.Tasks;
global using IRequest = Shiny.Mediator.IRequest;
global using Microsoft.EntityFrameworkCore;
global using Microsoft.AspNetCore.Authorization;
global using Microsoft.AspNetCore.Mvc;
global using Shiny.Mediator;
global using Shiny;
global using ShinyAspNet.Data;
global using ShinyAspNet.Services;

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.53.0</PackageVersion>
<PackageVersion>2.53.1</PackageVersion>
<PackageId>Shiny.Templates</PackageId>
<Title>Shiny Templates</Title>
<Authors>Allan Ritchie</Authors>
Expand Down

0 comments on commit ac0bd88

Please sign in to comment.