Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit e714d36

Browse files
authored
Merge pull request #220 from michaeljbaird/build
Fix nuget packages build to include metadata.
2 parents 328d944 + 32f136f commit e714d36

5 files changed

Lines changed: 30 additions & 49 deletions

File tree

src/SharpRaven.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 15
3-
VisualStudioVersion = 15.0.27004.2005
3+
VisualStudioVersion = 15.0.27130.2027
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpRaven", "app\SharpRaven\SharpRaven.csproj", "{CC80A2E1-AE39-44DE-8DA3-4EEF42F90FB1}"
66
EndProject
@@ -16,6 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1616
..\.gitignore = ..\.gitignore
1717
..\.gitmodules = ..\.gitmodules
1818
..\.travis.yml = ..\.travis.yml
19+
..\build.cake = ..\build.cake
1920
Build.cmd = Build.cmd
2021
..\GitVersionConfig.yaml = ..\GitVersionConfig.yaml
2122
..\LICENSE = ..\LICENSE

src/app/SharpRaven.Nancy/SharpRaven.Nancy.csproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
<PropertyGroup>
33
<TargetFrameworks>net45;net40</TargetFrameworks>
44
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
5+
6+
<PackageId>SharpRaven.Nancy</PackageId>
7+
<PackageIconUrl>https://raw.githubusercontent.com/getsentry/raven-csharp/master/sentry-icon.png</PackageIconUrl>
8+
<PackageTags>raven sentry logging nancy</PackageTags>
9+
<Title>.NET client for Sentry (getsentry.com) running on Nancy</Title>
10+
<Description>Raven is a C# client for Sentry (getsentry.com and github.com/getsentry/sentry)</Description>
11+
<Copyright>Copyright 2014 The Sentry Team and individual contributors</Copyright>
12+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
13+
<PackageReleaseNotes>$(ReleaseNotes)</PackageReleaseNotes>
14+
<Authors>Sentry Team</Authors>
15+
<Owners>asbjornu, xpicio</Owners>
16+
<PackageProjectUrl>https://github.com/getsentry/raven-csharp</PackageProjectUrl>
17+
<RepositoryUrl>https://github.com/getsentry/raven-csharp.git</RepositoryUrl>
18+
<RepositoryType>git</RepositoryType>
519
</PropertyGroup>
620

721
<Import Project="..\..\CommonConfigurations.targets" />

src/app/SharpRaven.Nancy/SharpRaven.Nancy.nuspec

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/app/SharpRaven/SharpRaven.csproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
<TargetFrameworks>netstandard2.0;net45;net40;net35</TargetFrameworks>
44
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
55
<Configurations>Debug;Release;Debug-net35;Release-net35;Debug-net40;Release-net40;Debug-net45;Release-net45;Release-netstandard2.0;Debug-netstandard2.0;Release-netstandard2.0</Configurations>
6+
7+
<PackageId>SharpRaven</PackageId>
8+
<PackageIconUrl>https://raw.githubusercontent.com/getsentry/raven-csharp/master/sentry-icon.png</PackageIconUrl>
9+
<PackageTags>raven sentry logging</PackageTags>
10+
<Title>.NET client for Sentry (getsentry.com)</Title>
11+
<Description>Raven is a C# client for Sentry (getsentry.com and github.com/getsentry/sentry)</Description>
12+
<Copyright>Copyright 2014 The Sentry Team and individual contributors</Copyright>
13+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
14+
<PackageReleaseNotes>$(ReleaseNotes)</PackageReleaseNotes>
15+
<Authors>Sentry Team</Authors>
16+
<Owners>jsk, asbjornu, gmaclellan</Owners>
17+
<PackageProjectUrl>https://github.com/getsentry/raven-csharp</PackageProjectUrl>
18+
<RepositoryUrl>https://github.com/getsentry/raven-csharp.git</RepositoryUrl>
19+
<RepositoryType>git</RepositoryType>
620
</PropertyGroup>
721

822
<Import Project="..\..\CommonConfigurations.targets" />

src/app/SharpRaven/SharpRaven.nuspec

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)