Skip to content

Commit

Permalink
chore: Update uno version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph committed Oct 28, 2023
1 parent e279cb7 commit b5a33df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Uno.Templates/Uno.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<PropertyGroup>
<UnoExtensionsVersion Condition="'$(UnoExtensionsVersion)' == ''">3.0.0-dev.2335</UnoExtensionsVersion>
<UnoVersion Condition="'$(UnoVersion)' == ''">5.1.0-dev.52</UnoVersion>
<UnoVersion Condition="'$(UnoVersion)' == ''">5.0.13</UnoVersion>
<UnoExtensionsLoggingVersion Condition="'$(UnoExtensionsLoggingVersion)' == ''">1.6.0</UnoExtensionsLoggingVersion>
<SkiaSharpVersion Condition="'$(SkiaSharpVersion)' == ''">2.88.6</SkiaSharpVersion>
<UnoCoreExtensionsLoggingVersion Condition="'$(UnoCoreExtensionsLoggingVersion)' == ''">4.0.1</UnoCoreExtensionsLoggingVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Uno.Templates/reinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ param(
[string]$ExtensionsVersion = "3.0.0-dev.2335",

# Version of published Uno.WinUI packages
[string]$UnoVersion = "5.1.0-dev.52"
[string]$UnoVersion = "5.0.13"
)

function RemoveNuGetPackage {
Expand Down

0 comments on commit b5a33df

Please sign in to comment.