Skip to content

Commit

Permalink
fix: nuspec dependency groups
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Aug 19, 2020
1 parent 4f2762a commit 1ec79e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi

NOTE: Features with breaking changes are found on branch [releases/v8](https://github.com/FantasticFiasco/mvvm-dialogs/tree/releases/v8) and will stay there until a new major version is released. Until then the features have been published to [www.nuget.org](https://www.nuget.org/packages/MvvmDialogs/) as pre-releases to v8.

### :syringe: Fixed

- Specify dependency groups in nuspec for each supported framework version

## 7.1.0 - 2020-06-07

### :zap: Added
Expand Down
10 changes: 10 additions & 0 deletions MvvmDialogs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
<description>Framework simplifying the concept of opening dialogs from a view model when using MVVM in WPF or UWP.</description>
<releaseNotes>For release notes, please see the change log on GitHub.</releaseNotes>
<tags>wpf uwp mvvm dialog window messagebox openfiledialog savefiledialog folderbrowserdialog messagedialog contentdialog fileopenpicker filesavepicker folderpicker</tags>
<dependencies>
<group targetFramework=".NETFramework3.5" />
<group targetFramework=".NETFramework4.0" />
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETFramework4.5.2" />
<group targetFramework=".NETFramework4.6.2" />
<group targetFramework=".NETFramework4.7.2" />
<group targetFramework=".NETCoreApp3.0" />
<group targetFramework="UAP10.0" />
</dependencies>
</metadata>
<files>
<!-- .NET Framework -->
Expand Down

0 comments on commit 1ec79e8

Please sign in to comment.