Skip to content

Commit

Permalink
config transforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Fauchelle committed Jun 6, 2013
1 parent c642198 commit be4a845
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Mindscape.Raygun4Net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@
<licenseUrl>https://raw.github.com/MindscapeHQ/raygun4net/master/LICENSE</licenseUrl>
</metadata>
<files>
<!-- .NET -->
<file src="build\Mindscape.Raygun4Net.dll" target="lib\net35\Mindscape.Raygun4Net.dll" />
<file src="build\Mindscape.Raygun4Net.pdb" target="lib\net35\Mindscape.Raygun4Net.pdb" />
<file src="web.config.transform" target="content\net35\web.config.transform" />
<file src="app.config.transform" target="content\net35\app.config.transform" />
<!-- WinRT -->
<file src="build\Mindscape.Raygun4Net.WinRT\Mindscape.Raygun4Net.WinRT.dll" target="lib\windows8\Mindscape.Raygun4Net.WinRT.dll" />
<file src="build\Mindscape.Raygun4Net.WinRT\Mindscape.Raygun4Net.WinRT.pdb" target="lib\windows8\Mindscape.Raygun4Net.WinRT.pdb" />
<!-- Windows Phone -->
<file src="build\Mindscape.Raygun4Net.WindowsPhone.dll" target="lib\wp71\Mindscape.Raygun4Net.WindowsPhone.dll" />
<file src="build\Mindscape.Raygun4Net.WindowsPhone.pdb" target="lib\wp71\Mindscape.Raygun4Net.WindowsPhone.pdb" />
<file src="readme.txt" />
Expand Down
6 changes: 6 additions & 0 deletions app.config.transform
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<configuration>
<configSections>
<section name="RaygunSettings" type="Mindscape.Raygun4Net.RaygunSettings, Mindscape.Raygun4Net" />
</configSections>
<RaygunSettings apikey="YOUR_APP_API_KEY" />
</configuration>
6 changes: 6 additions & 0 deletions web.config.transform
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<configuration>
<configSections>
<section name="RaygunSettings" type="Mindscape.Raygun4Net.RaygunSettings, Mindscape.Raygun4Net" />
</configSections>
<RaygunSettings apikey="YOUR_APP_API_KEY" />
</configuration>

0 comments on commit be4a845

Please sign in to comment.