Skip to content

Commit

Permalink
Merge pull request #580 from enisn/readme
Browse files Browse the repository at this point in the history
Add README.md to packages & update version
  • Loading branch information
enisn authored Feb 15, 2024
2 parents 43664ca + 41a88f3 commit c759ff8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Uranium is a Free & Open-Source UI Kit for .NET MAUI. It provides a set of contr
- Visit [Documentation](https://enisn-projects.io/docs/en/uranium/latest)

## Getting Started 🚀
Visit documentation for onboarding.
Visit the documentation for onboarding.

- [Getting Started](https://enisn-projects.io/docs/en/uranium/latest/Getting-Started)
- [Live Demo on Android Emulator](https://appetize.io/embed/6rii3gn7ovqjjd5ynkracdjruq?device=pixel4&osVersion=11.0&scale=75)
Expand Down
8 changes: 6 additions & 2 deletions common.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Authors>enisn</Authors>
<Description>Uranium is a Free &amp; Open-Source UI Kit for MAUI.</Description>
<PackageReleaseNotes>Check GitHub releases for changelog.</PackageReleaseNotes>
<MauiVersion>8.0.7</MauiVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>

<PublishReadyToRun>false</PublishReadyToRun>

Expand All @@ -23,7 +23,11 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
Expand Down
3 changes: 3 additions & 0 deletions maui.common.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<Project>
<PropertyGroup>
<MauiVersion>8.0.7</MauiVersion>
</PropertyGroup>
<!-- <PropertyGroup Condition="$(TargetFramework.Contains('net7'))">
<MauiVersion>7.0.92</MauiVersion>
</PropertyGroup>
Expand Down

0 comments on commit c759ff8

Please sign in to comment.