Skip to content

Commit 4f763df

Browse files
committed
1.4.5
1 parent a200b01 commit 4f763df

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
using Microsoft.AppCenter;
2+
using Microsoft.AppCenter.Analytics;
3+
using Microsoft.AppCenter.Crashes;
4+
using System;
5+
using System.Collections.Generic;
6+
using System.Linq;
7+
using System.Text;
8+
using System.Threading.Tasks;
9+
10+
11+
12+
namespace FluentScreenRecorder
13+
{
14+
public partial class App
15+
{
16+
private const string APPCENTER_SECRET = "66766a12-7adb-4bdf-8321-00a81de1483e";
17+
}
18+
}
19+

0 commit comments

Comments
 (0)