-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSuperMemoAssistant.Services.Sentry.nuspec
30 lines (28 loc) · 1.22 KB
/
SuperMemoAssistant.Services.Sentry.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>0.0.0.0</version>
<authors>SuperMemo.wiki</authors>
<owners>SuperMemo</owners>
<license type="expression">MIT</license>
<iconUrl>https://github.com/supermemo/Documentation/raw/master/docs/sma/content/images/icons/robot.ico</iconUrl>
<projectUrl>https://github.com/supermemo/SuperMemoAssistant</projectUrl>
<id>SuperMemoAssistant.Services.Sentry</id>
<title>SuperMemo Assistant Sentry Service</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Facilitate bug reporting with Sentry</description>
<copyright></copyright>
<dependencies>
<group targetFramework="net472">
<dependency id="DeviceId" version="4.5.0" />
<dependency id="Sentry.Serilog" version="2.0.3" />
<dependency id="Serilog" version="2.9.0" />
<dependency id="SuperMemoAssistant.Interop" version="2.0.4.6" />
</group>
</dependencies>
</metadata>
<files>
<file src="SuperMemoAssistant.Services.Sentry.dll" target="lib\Net472" />
<file src="SuperMemoAssistant.Services.Sentry.pdb" target="lib\Net472" />
</files>
</package>