Skip to content

Commit

Permalink
Fix variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebaltazar authored Mar 5, 2024
1 parent f7d3e9b commit 98fc7b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Directory.Build.Props
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<IncludeSource>True</IncludeSource>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/felipebaltazar/Maui.ServerDrivenUI</RepositoryUrl>
<NeoControlsPackageIcon>$(MSBuildThisFileDirectory)icon.png</NeoControlsPackageIcon>
<NeoControlsLicenseFile>$(MSBuildThisFileDirectory)LICENSE</NeoControlsLicenseFile>
<ServerDrivenUIPackageIcon>$(MSBuildThisFileDirectory)icon.png</ServerDrivenUIPackageIcon>
<ServerDrivenUILicenseFile>$(MSBuildThisFileDirectory)LICENSE</ServerDrivenUILicenseFile>
<PackageTags>serverdrivenui;maui;dotnet-maui;xaml;ios;android;server;driven;ui</PackageTags>
<Copyright>Copyright Felipe Baltazar 2024</Copyright>
<Description>
Expand All @@ -27,11 +27,11 @@
Visible="False"
Pack="True"
PackagePath="" />
<None Include="$(NeoControlsPackageIcon)"
<None Include="$(ServerDrivenUIPackageIcon)"
Visible="False"
Pack="True"
PackagePath="" />
<None Include="$(NeoControlsLicenseFile)"
<None Include="$(ServerDrivenUILicenseFile)"
Visible="False"
Pack="True"
PackagePath="" />
Expand Down

0 comments on commit 98fc7b2

Please sign in to comment.