Skip to content

Commit

Permalink
Updates readme & fixes versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
mntone committed Jan 30, 2023
1 parent 6e1f6ce commit 47269ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ https://user-images.githubusercontent.com/901816/211709015-77fee141-17b7-45e6-a9
- **SettingsCard** - Provide basic settings card.
- **SettingsExpander** - Provide settings card with expander.
- **SettingsPanel** - Provide settings layout in items control, such as `ListView` or `GridView`, with the style `CardListViewItemStyle`.
- **SizeSpecifiedWrapPanelPage** - Provide flow layout panel with item size.
- **WrapPanel** - Provide flow layout panel.
- *Mntone.AngelUmbrella.Navigation*
- **NavigationProperties** - Provide xaml-friendly navigation data.
- *Mntone.AngelUmbrella.Triggers*
Expand Down
4 changes: 2 additions & 2 deletions src/version.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<AngelCopyright>Copyright (c) 2023 $(AngelAuthor). All rights reserved.</AngelCopyright>
<AngelVersionMajor>1</AngelVersionMajor>
<AngelVersionMinor>1</AngelVersionMinor>
<AngelVersionPatch>2</AngelVersionPatch>
<AngelVersionPatch>3</AngelVersionPatch>
<AngelVersionBuild Condition="$(AngelVersionBuild)==''">$([System.DateTime]::Now.ToString(`yyyy`))</AngelVersionBuild>
<AngelVersionRevision Condition="$(AngelVersionRevision)==''">$([System.DateTime]::Now.ToString(`MMdd`))</AngelVersionRevision>
<AngelVersionPreRelease></AngelVersionPreRelease>
<AngelVersionPreReleaseId Condition="'$(AngelVersionPreRelease)'=='alpha'">0</AngelVersionPreReleaseId>
<AngelVersionPreReleaseId Condition="'$(AngelVersionPreReleaseId)'=='' And '$(AngelVersionPreRelease.StartsWith(`alpha`))'">$(AngelVersionPreRelease.Substring(5))</AngelVersionPreReleaseId>
<AngelVersionPreReleaseId Condition="'$(AngelVersionPreReleaseId)'=='' And '$(RWinRTVersionPreRelease)'=='beta'">1000</AngelVersionPreReleaseId>
<AngelVersionPreReleaseId Condition="'$(AngelVersionPreReleaseId)'=='' And '$(AngelVersionPreRelease)'=='beta'">1000</AngelVersionPreReleaseId>
<AngelVersionPreReleaseId Condition="'$(AngelVersionPreReleaseId)'=='' And '$(AngelVersionPreRelease.StartsWith(`beta`))'">$([MSBuild]::Add(1000, $([System.Convert]::ToUInt16($(AngelVersionPreRelease.Substring(4)), 10))))</AngelVersionPreReleaseId>
<AngelVersionPreReleaseId Condition="'$(AngelVersionPreReleaseId)'==''">10000</AngelVersionPreReleaseId>
</PropertyGroup>
Expand Down

0 comments on commit 47269ac

Please sign in to comment.