Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Sep 5, 2023
1 parent 8c63d0b commit 4bf017b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ProjectTemplates/ShinyApp/ShinyApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<!--#if (shinyframework)-->
<PackageReference Include="Prism.DryIoc.Maui" Version="8.1.273-pre" />
<PackageReference Include="ReactiveUI.Fody" Version="19.4.1" />
<PackageReference Include="Shiny.Framework" Version="3.0.0-beta-0010" />
<PackageReference Include="Shiny.Framework" Version="3.0.0-beta-0012" />
<!--#else-->
<PackageReference Include="Shiny.Core" Version="$(ShinyVersion)" />
<PackageReference Include="Shiny.Hosting.Maui" Version="$(ShinyVersion)" />
Expand Down Expand Up @@ -217,7 +217,7 @@
<PackageReference Include="Shiny.Push.FirebaseMessaging" Version="$(ShinyVersion)" />
<!--#endif-->
<!--#if (health)-->
<PackageReference Include="Shiny.Health" Version="1.0.0-beta-0001" />
<PackageReference Include="Shiny.Health" Version="1.0.0-beta-0006" />
<!--#endif-->
<!--#if (barcodes)-->
<PackageReference Include="ZXing.Net.Maui.Controls" Version="0.3.0-preview.1" />
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>1.0</PackageVersion>
<PackageVersion>1.0.1</PackageVersion>
<PackageId>Shiny.Templates</PackageId>
<Title>Shiny Templates</Title>
<Authors>Allan Ritchie</Authors>
Expand Down

0 comments on commit 4bf017b

Please sign in to comment.