-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #301 from MindscapeHQ/isolated-storage
Isolated storage
- Loading branch information
Showing
23 changed files
with
528 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata minClientVersion="2.5"> | ||
<id>Mindscape.Raygun4Net.Core.Signed</id> | ||
<version>5.3.1</version> | ||
<title /> | ||
<authors>Raygun</authors> | ||
<owners /> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Core library for signed MVC and WebApi Raygun providers</description> | ||
<iconUrl>https://app.raygun.com/Content/Images/nuget-icon.png</iconUrl> | ||
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl> | ||
<licenseUrl>https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE</licenseUrl> | ||
</metadata> | ||
<files> | ||
<file src="build\signed\Net4\Mindscape.Raygun4Net.dll" target="lib\net40\Mindscape.Raygun4Net.dll" /> | ||
<file src="build\signed\Net4\Mindscape.Raygun4Net.pdb" target="lib\net40\Mindscape.Raygun4Net.pdb" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata minClientVersion="2.5"> | ||
<id>Mindscape.Raygun4Net.Mvc.Signed</id> | ||
<version>5.3.1</version> | ||
<title /> | ||
<authors>Raygun</authors> | ||
<owners /> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Raygun provider for signed ASP.NET MVC projects</description> | ||
<iconUrl>https://app.raygun.com/Content/Images/nuget-icon.png</iconUrl> | ||
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl> | ||
<licenseUrl>https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE</licenseUrl> | ||
<dependencies> | ||
<dependency id="Mindscape.Raygun4Net.Core.Signed" version="5.3.1" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<!-- .NET 3.5 --> | ||
<file src="build\signed\Mindscape.Raygun4Net.dll" target="lib\net35\Mindscape.Raygun4Net.dll" /> | ||
<!-- .NET 4.0+ --> | ||
<file src="build\signed\Mvc\Mindscape.Raygun4Net.Mvc.dll" target="lib\net40\Mindscape.Raygun4Net.Mvc.dll" /> | ||
<file src="build\signed\Mvc\Mindscape.Raygun4Net.Mvc.pdb" target="lib\net40\Mindscape.Raygun4Net.Mvc.pdb" /> | ||
<file src="build\signed\Mvc\Mindscape.Raygun4Net4.dll" target="lib\net40\Mindscape.Raygun4Net4.dll" /> | ||
<file src="build\signed\Mvc\Mindscape.Raygun4Net4.pdb" target="lib\net40\Mindscape.Raygun4Net4.pdb" /> | ||
|
||
<file src="Mindscape.Raygun4Net.Mvc\readme.txt" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata minClientVersion="2.5"> | ||
<id>Mindscape.Raygun4Net.WebApi.Signed</id> | ||
<version>5.3.1</version> | ||
<title /> | ||
<authors>Raygun</authors> | ||
<owners /> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Raygun provider for signed ASP.NET WebApi projects</description> | ||
<iconUrl>https://app.raygun.com/Content/Images/nuget-icon.png</iconUrl> | ||
<projectUrl>https://github.com/MindscapeHQ/raygun4net</projectUrl> | ||
<licenseUrl>https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE</licenseUrl> | ||
<dependencies> | ||
<dependency id="Mindscape.Raygun4Net.Core.Signed" version="5.3.1" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="build\signed\WebApi\Mindscape.Raygun4Net.WebApi.dll" target="lib\net45\Mindscape.Raygun4Net.WebApi.dll" /> | ||
<file src="build\signed\WebApi\Mindscape.Raygun4Net.WebApi.pdb" target="lib\net45\Mindscape.Raygun4Net.WebApi.pdb" /> | ||
|
||
<file src="Mindscape.Raygun4Net.WebApi\readme.txt" /> | ||
</files> | ||
</package> |
Oops, something went wrong.