22{
33 internal static class Fickles
44 {
5- // URLs
6-
7- internal const string CompanyUrl = "https://aneejian.com" ;
8- internal const string RepositoryUrl = "https://kannansuresh.github.io/PowerPoint-Downsizer-Add-In/" ;
9- internal const string BlogPostUrl = "https://aneejian.com/powerpoint-downsizer-add-in/" ;
10- internal const string CheckUpdateUrl = "https://kannansuresh.github.io/PowerPoint-Downsizer-Add-In/update-info.txt" ;
11- internal const string HelpUrl = BlogPostUrl ;
12-
13- // Coffee
14-
15- internal const string CoffeeUrl = "https://www.buymeacoffee.com/aneejian" ;
16- internal const int CoffeeRevealThreshold = 10 ;
17- internal const bool EnableCoffee = true ;
5+ // Assembly info
186
197 internal static class AppInfo
208 {
21- // Assembly info
22-
239 internal const string Title = "PowerPoint Downsizer Add-In" ;
2410 internal const string Description = "Add-In to downsize PowerPoint presentations by removing unused layouts and master slides." ;
2511 internal const string Company = "Aneejian" ;
@@ -28,6 +14,8 @@ internal static class AppInfo
2814 internal const string Version = "v1.0.0" ;
2915 }
3016
17+ // Messages
18+
3119 internal static class Messages
3220 {
3321 public const string NothingToRemove = "Nothing to remove. All layouts and master slides in use." ;
@@ -36,5 +24,19 @@ internal static class Messages
3624
3725 public const string SlideMasterDonwsizeFailed = "Failed to remove unused custom layouts and master slides." ;
3826 }
27+
28+ // URLs
29+
30+ internal const string CompanyUrl = "https://aneejian.com" ;
31+ internal const string RepositoryUrl = "https://github.com/kannansuresh/PowerPoint-Downsizer-Add-In" ;
32+ internal const string BlogPostUrl = "https://aneejian.com/powerpoint-downsizer-add-in/" ;
33+ internal const string CheckUpdateUrl = "https://kannansuresh.github.io/PowerPoint-Downsizer-Add-In/update-info.txt" ;
34+ internal const string HelpUrl = BlogPostUrl ;
35+
36+ // Coffee
37+
38+ internal const string CoffeeUrl = "https://www.buymeacoffee.com/aneejian" ;
39+ internal const int CoffeeRevealThreshold = 10 ;
40+ internal const bool EnableCoffee = true ;
3941 }
4042}
0 commit comments