Skip to content

Commit f3e30c2

Browse files
authored
Removed AppCenter from debug mode (#1215)
1 parent e4b9798 commit f3e30c2

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If applicable, add screenshots to help explain your problem.
2525

2626
**Desktop (please complete the following information):**
2727
- OS Version: [e.g. Windows 10 1903 18362.175]
28-
- App version: [v0.5.0]
28+
- App version: [v0.11.0]
2929

3030
**Additional context**
3131
Add any other context about the problem here. Does this problem occur again after restarting the app?

.github/ISSUE_TEMPLATE/critical-high-priority-bug-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ about: Report a major problem that prevents the app from working at all that req
44
an immediate response from the developer. Upon evaluation, this may be promoted/demoted.
55
title: ''
66
labels: high-priority
7-
assignees: duke7553
7+
assignees: ''
88

99
---
1010

@@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem.
2626

2727
**Desktop (please complete the following information):**
2828
- OS: [e.g. Windows 10 1903 18362.175]
29-
- App version: [v0.5.0]
29+
- App version: [v0.11.0]
3030

3131
**Additional context**
3232
Add any other context about the problem here. For instance, are you building from source or using a precompiled build/snapshot?

Files.Package/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4"
1010
xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
1111
IgnorableNamespaces="uap uap5 mp rescap desktop4 desktop">
12-
<Identity Name="FilesUWPDev" Publisher="CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7" Version="0.10.2.0" />
12+
<Identity Name="FilesUWPDev" Publisher="CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7" Version="0.11.0.0" />
1313
<Properties>
1414
<DisplayName>Files UWP - Dev</DisplayName>
1515
<PublisherDisplayName>Yair A</PublisherDisplayName>

Files/App.xaml.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ public App()
7878

7979
Clipboard.ContentChanged += Clipboard_ContentChanged;
8080
Clipboard_ContentChanged(null, null);
81+
82+
#if RELEASE
8183
AppCenter.Start("682666d1-51d3-4e4a-93d0-d028d43baaa0", typeof(Analytics), typeof(Crashes));
84+
#endif
8285
}
8386

8487
private void OnLeavingBackground(object sender, LeavingBackgroundEventArgs e)

Files/Assets/FilesHome.png

-925 KB
Loading

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Meet Files, an enthusiast take on what Windows File Explorer explorer <b>should<
44
<a href="https://www.microsoft.com/store/apps/9NGHP3DX8HDX">Download Files UWP from the Microsoft Store.</a>
55

66
[![Build Status](https://dev.azure.com/lukeblevins150823/Files%20UWP/_apis/build/status/Build%20Pipeline?branchName=master)](https://dev.azure.com/lukeblevins150823/Files%20UWP/_build/latest?definitionId=4&branchName=master)
7+
[![Discord](https://discordapp.com/api/guilds/725513575971684472/widget.png)](https://discord.gg/mr5hVu8)
78

89
<img src="Files/Assets/FilesHome.png" width="600px">
910

0 commit comments

Comments
 (0)