Skip to content

Commit

Permalink
Nuget bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Mar 30, 2024
1 parent 4ce5e04 commit 9b67b77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions ProjectTemplates/ShinyApp/ShinyApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" Condition="'$(Configuration)' == 'Debug'" />

<!--#if (shinyframework || communitytoolkit || speechrecognition)-->
<PackageReference Include="CommunityToolkit.Maui" Version="7.0.1" />
<PackageReference Include="CommunityToolkit.Maui" Version="8.0.0" />
<!--#endif-->
<!--#if (usecsharpmarkup)-->
<PackageReference Include="CommunityToolkit.Maui.Markup" Version="4.0.0" />
Expand All @@ -163,7 +163,7 @@
<PackageReference Include="Onion.Maui.GoogleMaps" Version="5.0.1" />
<!--#endif-->
<!--#if (shinyframework)-->
<PackageReference Include="Prism.DryIoc.Maui" Version="9.0.401-pre" />
<PackageReference Include="Prism.DryIoc.Maui" Version="9.0.436-pre" />
<PackageReference Include="ReactiveUI.Fody" Version="19.5.41" />
<PackageReference Include="Shiny.Framework" Version="4.1.0" />
<!--#else-->
Expand All @@ -180,7 +180,7 @@
<PackageReference Include="Shiny.Extensions.Configuration" Version="$(ShinyVersion)" />
<!--#endif-->
<!--#if (sentry)-->
<PackageReference Include="Sentry.Extensions.Logging" Version="4.2.1" />
<PackageReference Include="Sentry.Maui" Version="4.2.1" />
<!--#endif-->
<!--#if (sqlitelogging)-->
<PackageReference Include="Shiny.Logging.Sqlite" Version="$(ShinyVersion)" />
Expand Down Expand Up @@ -243,7 +243,7 @@
<PackageReference Include="Refit" Version="7.0.0" />
<!--#endif-->
<!--#if (sqlite)-->
<PackageReference Include="sqlite-net-pcl" Version="1.9.141-beta" />
<PackageReference Include="sqlite-net-pcl" Version="1.9.172" />
<!--#endif-->
<!--#if (sharpnadotabs)-->
<PackageReference Include="Sharpnado.Tabs.Maui" Version="3.0.1" />
Expand Down Expand Up @@ -272,10 +272,10 @@
<PackageReference Include="EmbedIO" Version="3.5.2" />
<!--#endif-->
<!--#if (useblazor && mudblazor)-->
<PackageReference Include="MudBlazor" Version="6.11.2" />
<PackageReference Include="MudBlazor" Version="6.19.1" />
<!--#endif-->
<!--#if (useblazor && radzen)-->
<PackageReference Include="Radzen.Blazor" Version="4.25.10" />
<PackageReference Include="Radzen.Blazor" Version="4.29.1" />
<!--#endif-->
</ItemGroup>

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

0 comments on commit 9b67b77

Please sign in to comment.