Skip to content

Commit

Permalink
Update nuget packages
Browse files Browse the repository at this point in the history
Fixes #135
  • Loading branch information
Tyrrrz committed Sep 29, 2020
1 parent 7d8d622 commit 1dee5c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions YoutubeDownloader/FodyWeavers.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
<xs:documentation>Used to control if the On_PropertyName_Changed feature is enabled.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="TriggerDependentProperties" type="xs:boolean">
<xs:annotation>
<xs:documentation>Used to control if the Dependent properties feature is enabled.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="EnableIsChangedProperty" type="xs:boolean">
<xs:annotation>
<xs:documentation>Used to control if the IsChanged property feature is enabled.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="EventInvokerNames" type="xs:string">
<xs:annotation>
<xs:documentation>Used to change the name of the method that fires the notify event. This is a string that accepts multiple values in a comma separated form.</xs:documentation>
Expand Down
4 changes: 2 additions & 2 deletions YoutubeDownloader/YoutubeDownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<PackageReference Include="MaterialDesignThemes" Version="3.0.1" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Onova" Version="2.6.1" />
<PackageReference Include="Onova" Version="2.6.2" />
<PackageReference Include="Ookii.Dialogs.Wpf" Version="1.1.0" />
<PackageReference Include="PropertyChanged.Fody" Version="3.2.9" />
<PackageReference Include="Stylet" Version="1.3.4" />
<PackageReference Include="taglib" Version="2.1.0" />
<PackageReference Include="Tyrrrz.Extensions" Version="1.6.5" />
<PackageReference Include="Tyrrrz.Settings" Version="1.3.4" />
<PackageReference Include="YoutubeExplode" Version="5.1.5" />
<PackageReference Include="YoutubeExplode" Version="5.1.6" />
<PackageReference Include="YoutubeExplode.Converter" Version="1.5.1" />
</ItemGroup>

Expand Down

0 comments on commit 1dee5c9

Please sign in to comment.