Skip to content

Commit

Permalink
Updates version and class list.
Browse files Browse the repository at this point in the history
  • Loading branch information
mntone committed Jan 26, 2023
1 parent d86a462 commit 79b5662
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ https://user-images.githubusercontent.com/901816/211709015-77fee141-17b7-45e6-a9
- **SettingsPanel** - Provide settings layout in items control, such as `ListView` or `GridView`, with the style `CardListViewItemStyle`.
- *Mntone.AngelUmbrella.Navigation*
- **NavigationProperties** - Provide xaml-friendly navigation data.
- *Mntone.AngelUmbrella.Triggers*
- **ControlSizeTrigger** - Provide control size based trigger.
- **ControlWidthTrigger** - Provide control <u>width</u> based trigger. This is triggered by width only.

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion src/version.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AngelCopyright>Copyright (c) 2023 $(AngelAuthor). All rights reserved.</AngelCopyright>
<AngelVersionMajor>1</AngelVersionMajor>
<AngelVersionMinor>1</AngelVersionMinor>
<AngelVersionPatch>1</AngelVersionPatch>
<AngelVersionPatch>2</AngelVersionPatch>
<AngelVersionBuild Condition="$(AngelVersionBuild)==''">$([System.DateTime]::Now.ToString(`yyyy`))</AngelVersionBuild>
<AngelVersionRevision Condition="$(AngelVersionRevision)==''">$([System.DateTime]::Now.ToString(`MMdd`))</AngelVersionRevision>
<AngelVersionPreRelease></AngelVersionPreRelease>
Expand Down

0 comments on commit 79b5662

Please sign in to comment.