Skip to content

Commit

Permalink
Updated GM.Utility to v1.3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
GregaMohorko committed Oct 30, 2020
1 parent d46bd3d commit e2364b4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 25 deletions.
4 changes: 2 additions & 2 deletions src/GM.WPF/GM.WPF/GM.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<Reference Include="GalaSoft.MvvmLight.Platform, Version=5.4.1.0, Culture=neutral, PublicKeyToken=5f873c45e98af8a1, processorArchitecture=MSIL">
<HintPath>..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll</HintPath>
</Reference>
<Reference Include="GM.Utility, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a1ae152199607549, processorArchitecture=MSIL">
<HintPath>..\packages\GM.Utility.1.3.0\lib\netstandard2.0\GM.Utility.dll</HintPath>
<Reference Include="GM.Utility, Version=1.3.1.0, Culture=neutral, PublicKeyToken=a1ae152199607549, processorArchitecture=MSIL">
<HintPath>..\packages\GM.Utility.1.3.1\lib\netstandard2.0\GM.Utility.dll</HintPath>
</Reference>
<Reference Include="GM.Windows.Utility, Version=1.0.5.1, Culture=neutral, PublicKeyToken=a1ae152199607549, processorArchitecture=MSIL">
<HintPath>..\packages\GM.Windows.Utility.1.0.5.1\lib\net471\GM.Windows.Utility.dll</HintPath>
Expand Down
26 changes: 8 additions & 18 deletions src/GM.WPF/GM.WPF/GM.WPF.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,15 @@
<description>$description$</description>
<copyright>$copyright$</copyright>
<tags>WPF MVVM controls utility extensions dialogs converters behaviors windows</tags>
<releaseNotes>Enabled SourceLink.
Added controls: ClosingControl, StartPage.
Added windows: ClosingWindow, SettingsWindow, SplashWindow.
Added helper tools: AsyncRequestLoader, ProgressUpdater, GMUndoRedo.
Added behaviors: DataGrid.IgnoreScroll, ShiftWheelScrollsHorizontally; TextBlockBehavior.
Added converters: BoolToScrollBarVisibilityConverter, StringToStringConverter.
Added utility classes: BrushUtility, DependencyPropertyUtility.

New features for GMDataGrid:
- Added SelectedCellContent and SelectedCellsWithDataCount (mimicking Excel status bar info),
- Added support for CUT,
- Added ScrollViewer property.

Improved dialogs:
- Added SUCCESS MessageType,
- Enabled text selection,
- Added vertical scroll.</releaseNotes>
<releaseNotes>Added DateDialog.
Added AsyncRequestLoader.IsLoadingChanged, ChooseDialog.ShowNoCancel, FrameworkElementUtility.TryGetParent.
Added possibility to write multiline text into InputDialog using the Return button for newline.
Moved Undo/Redo implementation to GM.Utility package.
GMDataGrid now capturing sort into undo/redo stack.
Improved binding utility and equal checking inside GMDataGrid.
Fixed a bug in DependencyVMProperty: NullifyWhenParentTabItemIsNotSelected didn't work when same control was used more than once.</releaseNotes>
<dependencies>
<dependency id="GM.Utility" version="1.3.0" />
<dependency id="GM.Utility" version="1.3.1" />
<dependency id="CommonServiceLocator" version="2.0.5" />
<dependency id="GM.Windows.Utility" version="1.0.5.1" />
<dependency id="MvvmLightLibs" version="5.4.1.1" />
Expand Down
6 changes: 3 additions & 3 deletions src/GM.WPF/GM.WPF/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Gregor Mohorko")]
[assembly: AssemblyProduct("GM.WPF")]
[assembly: AssemblyCopyright("Copyright © Grega Mohorko 2020")]
[assembly: AssemblyCopyright("Copyright © Gregor Mohorko 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.0.2")]
[assembly: AssemblyFileVersion("1.4.0.2")]
[assembly: AssemblyVersion("1.4.1.0")]
[assembly: AssemblyFileVersion("1.4.1.0")]
2 changes: 1 addition & 1 deletion src/GM.WPF/GM.WPF/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Author: GregaMohorko
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="GM.Utility" publicKeyToken="a1ae152199607549" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
<bindingRedirect oldVersion="0.0.0.0-1.3.1.0" newVersion="1.3.1.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
2 changes: 1 addition & 1 deletion src/GM.WPF/GM.WPF/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Author: Grega Mohorko
<packages>
<package id="CommonServiceLocator" version="2.0.5" targetFramework="net471" />
<package id="Fody" version="6.3.0" targetFramework="net471" developmentDependency="true" />
<package id="GM.Utility" version="1.3.0" targetFramework="net471" />
<package id="GM.Utility" version="1.3.1" targetFramework="net471" />
<package id="GM.Windows.Utility" version="1.0.5.1" targetFramework="net471" />
<package id="MvvmLightLibs" version="5.4.1.1" targetFramework="net471" />
<package id="PropertyChanged.Fody" version="3.2.10" targetFramework="net471" developmentDependency="true" />
Expand Down

0 comments on commit e2364b4

Please sign in to comment.