Skip to content

Commit

Permalink
fixed license and changelog links
Browse files Browse the repository at this point in the history
  • Loading branch information
koddek committed Jun 28, 2019
1 parent 220b03a commit f98a297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FolderSharer/ViewModels/AboutViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public sealed class AboutViewModel
public string Home => "https://github.com/codedek/CodeDek.FolderSharer";
public string Download => "https://github.com/codedek/CodeDek.FolderSharer/releases";
public string Issues => "https://github.com/codedek/CodeDek.FolderSharer/issues";
public string License => "https://github.com/codedek/CodeDek.FolderSharer/LICENSE";
public string Changelog => "https://github.com/codedek/CodeDek.FolderSharer/CHANGELOG.md";
public string License => "https://github.com/codedek/CodeDek.FolderSharer/blob/master/LICENSE";
public string Changelog => "https://github.com/codedek/CodeDek.FolderSharer/blob/master/CHANGELOG.md";
public string AppName => "Folder Sharer";
public string AppVersion => $"v{FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).FileVersion}";
public string Copyright => "© 2019 CodeDek. All Rights Reserved";
Expand Down

0 comments on commit f98a297

Please sign in to comment.