Skip to content

Commit fadf3f3

Browse files
committed
Rename the output assembly
1 parent 8b61151 commit fadf3f3

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

Diff for: Build/build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if (-not $SkipKeyCheck) {
104104
. .\keys.ps1
105105

106106
foreach ($pair in $Keys.GetEnumerator()) {
107-
$assembly = Resolve-FullPath -Path "..\Rackspace.Net.UriTemplate\bin\$($pair.Key)\$BuildConfig\Rackspace.Net.UriTemplate.dll"
107+
$assembly = Resolve-FullPath -Path "..\Rackspace.Net.UriTemplate\bin\$($pair.Key)\$BuildConfig\TunnelVisionLabs.Net.UriTemplate.dll"
108108
# Run the actual check in a separate process or the current process will keep the assembly file locked
109109
powershell -Command ".\check-key.ps1 -Assembly '$assembly' -ExpectedKey '$($pair.Value)' -Build '$($pair.Key)'"
110110
if (-not $?) {

Diff for: Docs.UriTemplate/Content/UserGuide/Installation.aml

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
In your project, add a reference to the following assembly.
182182
</para>
183183
<para>
184-
<localUri>$(SolutionDir)\lib\Rackspace.Net.UriTemplate-$(Version)\lib\$(Framework)\Rackspace.Net.UriTemplate.dll</localUri>
184+
<localUri>$(SolutionDir)\lib\Rackspace.Net.UriTemplate-$(Version)\lib\$(Framework)\TunnelVisionLabs.Net.UriTemplate.dll</localUri>
185185
</para>
186186
</listItem>
187187
</list>

Diff for: Rackspace.Net.UriTemplate/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
// of mscorlib and a few non-public (and thus non-breaking) implementation details.
1111
// In other words, while the builds are not identical, they are interchangeable at
1212
// runtime.
13-
[assembly: AssemblyTitle("Rackspace.Net.UriTemplate")]
13+
[assembly: AssemblyTitle("TunnelVisionLabs.Net.UriTemplate")]
1414
[assembly: AssemblyDescription("An implementation of RFC 6570 URI templates for .NET")]
1515
[assembly: AssemblyConfiguration("")]
1616
[assembly: AssemblyCompany("Tunnel Vision Laboratories, LLC")]
17-
[assembly: AssemblyProduct("Rackspace.Net.UriTemplate")]
17+
[assembly: AssemblyProduct("TunnelVisionLabs.Net.UriTemplate")]
1818
[assembly: AssemblyCopyright("Copyright © Sam Harwell 2015")]
1919
[assembly: AssemblyTrademark("")]
2020
[assembly: AssemblyCulture("")]

Diff for: Rackspace.Net.UriTemplate/Rackspace.Net.UriTemplate.net20.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>TunnelVisionLabs.Net</RootNamespace>
11-
<AssemblyName>Rackspace.Net.UriTemplate</AssemblyName>
11+
<AssemblyName>TunnelVisionLabs.Net.UriTemplate</AssemblyName>
1212
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<BaseIntermediateOutputPath>obj\net20\</BaseIntermediateOutputPath>
@@ -22,7 +22,7 @@
2222
<DefineConstants>DEBUG;TRACE;NET35</DefineConstants>
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
25-
<DocumentationFile>bin\net20\Debug\Rackspace.Net.UriTemplate.xml</DocumentationFile>
25+
<DocumentationFile>bin\net20\Debug\TunnelVisionLabs.Net.UriTemplate.xml</DocumentationFile>
2626
</PropertyGroup>
2727
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2828
<DebugType>pdbonly</DebugType>
@@ -31,7 +31,7 @@
3131
<DefineConstants>TRACE;NET35</DefineConstants>
3232
<ErrorReport>prompt</ErrorReport>
3333
<WarningLevel>4</WarningLevel>
34-
<DocumentationFile>bin\net20\Release\Rackspace.Net.UriTemplate.xml</DocumentationFile>
34+
<DocumentationFile>bin\net20\Release\TunnelVisionLabs.Net.UriTemplate.xml</DocumentationFile>
3535
</PropertyGroup>
3636
<PropertyGroup>
3737
<SignAssembly>true</SignAssembly>

Diff for: Rackspace.Net.UriTemplate/Rackspace.Net.UriTemplate.nuspec

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<files>
1818

1919
<!-- Runtime libraries -->
20-
<file src="bin\net20\$Configuration$\Rackspace.Net.UriTemplate.dll" target="lib\net20"/>
21-
<file src="bin\net20\$Configuration$\Rackspace.Net.UriTemplate.pdb" target="lib\net20"/>
22-
<file src="..\Docs.UriTemplate\bin\Api\net20\Rackspace.Net.UriTemplate.xml" target="lib\net20"/>
20+
<file src="bin\net20\$Configuration$\TunnelVisionLabs.Net.UriTemplate.dll" target="lib\net20"/>
21+
<file src="bin\net20\$Configuration$\TunnelVisionLabs.Net.UriTemplate.pdb" target="lib\net20"/>
22+
<file src="..\Docs.UriTemplate\bin\Api\net20\TunnelVisionLabs.Net.UriTemplate.xml" target="lib\net20"/>
2323

24-
<file src="bin\portable-net40\$Configuration$\Rackspace.Net.UriTemplate.dll" target="lib\portable-net4+sl5+win+wpa81+wp8+MonoAndroid1+MonoTouch1"/>
25-
<file src="bin\portable-net40\$Configuration$\Rackspace.Net.UriTemplate.pdb" target="lib\portable-net4+sl5+win+wpa81+wp8+MonoAndroid1+MonoTouch1"/>
26-
<file src="..\Docs.UriTemplate\bin\Api\portable-net40\Rackspace.Net.UriTemplate.xml" target="lib\portable-net4+sl5+win+wpa81+wp8+MonoAndroid1+MonoTouch1"/>
24+
<file src="bin\portable-net40\$Configuration$\TunnelVisionLabs.Net.UriTemplate.dll" target="lib\portable-net4+sl5+win+wpa81+wp8+MonoAndroid1+MonoTouch1"/>
25+
<file src="bin\portable-net40\$Configuration$\TunnelVisionLabs.Net.UriTemplate.pdb" target="lib\portable-net4+sl5+win+wpa81+wp8+MonoAndroid1+MonoTouch1"/>
26+
<file src="..\Docs.UriTemplate\bin\Api\portable-net40\TunnelVisionLabs.Net.UriTemplate.xml" target="lib\portable-net4+sl5+win+wpa81+wp8+MonoAndroid1+MonoTouch1"/>
2727

2828
<!-- Source code -->
2929
<file src="**\*.cs" target="src" />

Diff for: Rackspace.Net.UriTemplate/Rackspace.Net.UriTemplate.portable-net40.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<OutputType>Library</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>TunnelVisionLabs.Net</RootNamespace>
12-
<AssemblyName>Rackspace.Net.UriTemplate</AssemblyName>
12+
<AssemblyName>TunnelVisionLabs.Net.UriTemplate</AssemblyName>
1313
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1414
<TargetFrameworkProfile>Profile328</TargetFrameworkProfile>
1515
<FileAlignment>512</FileAlignment>
@@ -25,7 +25,7 @@
2525
<DefineConstants>DEBUG;TRACE;PORTABLE</DefineConstants>
2626
<ErrorReport>prompt</ErrorReport>
2727
<WarningLevel>4</WarningLevel>
28-
<DocumentationFile>bin\portable-net40\Debug\Rackspace.Net.UriTemplate.xml</DocumentationFile>
28+
<DocumentationFile>bin\portable-net40\Debug\TunnelVisionLabs.Net.UriTemplate.xml</DocumentationFile>
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3131
<DebugType>pdbonly</DebugType>
@@ -34,7 +34,7 @@
3434
<DefineConstants>TRACE;PORTABLE</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
37-
<DocumentationFile>bin\portable-net40\Release\Rackspace.Net.UriTemplate.xml</DocumentationFile>
37+
<DocumentationFile>bin\portable-net40\Release\TunnelVisionLabs.Net.UriTemplate.xml</DocumentationFile>
3838
</PropertyGroup>
3939
<PropertyGroup>
4040
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)