Skip to content

Commit

Permalink
New Link
Browse files Browse the repository at this point in the history
  • Loading branch information
Codectory committed Jan 13, 2022
1 parent 3eee82c commit c1da05b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Source/AutoActions/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="Controls\AppResources.xaml"/>
</ResourceDictionary.MergedDictionaries>
<system:String x:Key="DonateLink">https://paypal.me/HeikoH89</system:String>

<system:String x:Key="DonateLink">https://www.paypal.com/donate/?hosted_button_id=JXDUAZC7DX7U2</system:String>
<system:String x:Key="GitHubRepoLink">https://github.com/Codectory/AutoActions</system:String>


Expand Down
4 changes: 2 additions & 2 deletions Source/AutoActions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.9.6.0")]
[assembly: AssemblyFileVersion("1.9.6.0")]
[assembly: AssemblyVersion("1.9.7.0")]
[assembly: AssemblyFileVersion("1.9.7.0")]

0 comments on commit c1da05b

Please sign in to comment.