|
5 | 5 | <UseWPF>true</UseWPF>
|
6 | 6 | <ApplicationIcon>logo.ico</ApplicationIcon>
|
7 | 7 | <Authors>Brian Sampoh</Authors>
|
8 |
| - <Description>Reusable utility and class library for WPF .NET Core >= 3.0 - Featuring: AsyncRelayCommand&lt;T&gt;, ObservablePropertyChangedCollection, ViewModel, Visual Tree Helpers, Profiling, Extension Methods, ValueChangedEventArgs, MruManager (Most Recently Used files), AppSettingsConnector, InverExtension MarkupExtension, EnumExtension MarkupExtension, EventAggregator, MVVM DialogService and more.</Description> |
| 8 | + <Description>Reusable utility and class library for WPF .NET Core >= 3.0 - Featuring: AsyncRelayCommand&lt;T&gt;, ObservablePropertyChangedCollection, ViewModel, Visual Tree Helpers, Profiling, Extension Methods, ValueChangedEventArgs, MruManager (Most Recently Used files), AppSettingsConnector, InverExtension MarkupExtension, EnumExtension MarkupExtension, EventAggregator, MVVM DialogService, Attached Behaviors and more.</Description> |
9 | 9 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
10 | 10 | <PackageProjectUrl>https://github.com/BionicCode/BionicCode.Net</PackageProjectUrl>
|
11 | 11 | <PackageIcon>BionicCode_Logo.png</PackageIcon>
|
12 |
| - <PackageTags>Base View Model ViewModel BaseViewModel AsyncRelayCommand Async RelayCommand WPF VisualTreeHelper Profiler Profiling Measure Measuring View Model ViewModel ExtensionMethods ObservablePropertyChangedCollection Collection ApplicationSettings Settings AppSettings MRU MostRecentlyUsedFile LastUsedFile RecentlyUsedFile EventAggregator Aggregator Event MVVMDialog MVVM Dialog DialogService ExtensioMethod EnumExtension InvertExtension MarkupExtension EventAggregator Aggregator Event MVVM NullObject NullObjectFactory Factory IFatory ValueChangedEventArgs AutoResetStream Stream PropertyValueChangedArgs FileExtension FileExtensions PropertyValueChanged</PackageTags> |
| 12 | + <PackageTags>Base View Model ViewModel BaseViewModel AsyncRelayCommand Async RelayCommand WPF VisualTreeHelper Profiler Profiling Measure Measuring View Model ViewModel ExtensionMethods ObservablePropertyChangedCollection Collection ApplicationSettings Settings AppSettings MRU MostRecentlyUsedFile LastUsedFile RecentlyUsedFile EventAggregator Aggregator Event MVVMDialog MVVM Dialog DialogService ExtensioMethod EnumExtension InvertExtension MarkupExtension EventAggregator Aggregator Event MVVM NullObject NullObjectFactory Factory IFatory ValueChangedEventArgs AutoResetStream Stream PropertyValueChangedArgs FileExtension FileExtensions PropertyValueChanged RichTextBox AttachedBehavior Attached Behavior</PackageTags> |
13 | 13 | <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
14 | 14 | <Company>BionicCode</Company>
|
15 | 15 | <Copyright>2020</Copyright>
|
16 | 16 | <RepositoryUrl>https://github.com/BionicCode/BionicCode.Net.git</RepositoryUrl>
|
17 | 17 | <RepositoryType>git</RepositoryType>
|
18 |
| - <PackageReleaseNotes> |
| 18 | + <PackageReleaseNotes>d TextControl to highlight custom text ranges. Added missing documentation. Added feature to control modality of MVVM dialog behavior and control property whether user can close the dialog window or not. |
19 | 19 |
|
20 | 20 | ---------------------------------------------------------
|
21 | 21 | For bug reports or feature requests please visit the project home on GutHub (follow the "Project Site" link on the right) and then open an issue (open the "issue" tab, click "New Issue" and select the appropriate template) or send a mail to [email protected]. Thank you very much.</ PackageReleaseNotes>
|
22 |
| - <Version>1.0.2</Version> |
| 22 | + <Version>1.0.3</Version> |
23 | 23 | </PropertyGroup>
|
24 | 24 |
|
25 | 25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
0 commit comments