Skip to content

Commit

Permalink
Merge pull request #712 from unoplatform/dev/jela/misc-fixes
Browse files Browse the repository at this point in the history
Rewrite bootstrapper version in readme
  • Loading branch information
jeromelaban authored Jun 3, 2024
2 parents ae53790 + c72ce70 commit cf618db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/Uno.Sdk.Updater/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Uno.Sdk powers the Uno Platform Single Project, including the ability to imp
| UnoToolkitVersion | $Toolkit$ |
| UnoThemesVersion | $Themes$ |
| UnoCSharpMarkupVersion | $CSharpMarkup$ |
| UnoWasmBootstrapVersion** | $UnoWasmBootstrapVersion$ |
| UnoWasmBootstrapVersion** | $WasmBootstrapVersion$ |
| UnoLoggingVersion | $OSLogging$ |
| UnoCoreLoggingSingletonVersion | $CoreLogging$ |
| UnoUniversalImageLoaderVersion | $UniversalImageLoading$ |
Expand Down
4 changes: 2 additions & 2 deletions tools/Uno.Sdk.Updater/Uno.Sdk.Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<TemplatesSourceDirectory>$([MSBuild]::NormalizePath('$(MSBuildThisFileDirectory)', '..', '..', 'src'))</TemplatesSourceDirectory>
<UnoSdkDirectory>$([MSBuild]::NormalizePath('$(TemplatesSourceDirectory)', 'Uno.Sdk'))</UnoSdkDirectory>
<UnoSdkUpdaterDirectory>$([MSBuild]::NormalizePath('$(MSBuildThisFileDirectory)'))</UnoSdkUpdaterDirectory>
<UnoSdkUpdaterDirectory>$(MSBuildThisFileDirectory)</UnoSdkUpdaterDirectory>
</PropertyGroup>

<ItemGroup>
Expand All @@ -22,7 +22,7 @@

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<!-- When debugging, change this version to the next pre-release -->
<GitVersion_FullSemVer Condition="'$(GitVersion_FullSemVer)'==''">5.3-dev</GitVersion_FullSemVer>
<GitVersion_FullSemVer Condition="'$(GitVersion_FullSemVer)'==''">255.255.255.255</GitVersion_FullSemVer>
</PropertyGroup>

<Error Condition="'$(GitVersion_FullSemVer)'==''"
Expand Down

0 comments on commit cf618db

Please sign in to comment.