File tree 6 files changed +16
-16
lines changed
Docs.UriTemplate/Content/UserGuide
Rackspace.Net.UriTemplate
6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ if (-not $SkipKeyCheck) {
104
104
. .\keys.ps1
105
105
106
106
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"
108
108
# Run the actual check in a separate process or the current process will keep the assembly file locked
109
109
powershell - Command " .\check-key.ps1 -Assembly '$assembly ' -ExpectedKey '$ ( $pair.Value ) ' -Build '$ ( $pair.Key ) '"
110
110
if (-not $? ) {
Original file line number Diff line number Diff line change 181
181
In your project, add a reference to the following assembly.
182
182
</para >
183
183
<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 >
185
185
</para >
186
186
</listItem >
187
187
</list >
Original file line number Diff line number Diff line change 10
10
// of mscorlib and a few non-public (and thus non-breaking) implementation details.
11
11
// In other words, while the builds are not identical, they are interchangeable at
12
12
// runtime.
13
- [ assembly: AssemblyTitle ( "Rackspace .Net.UriTemplate" ) ]
13
+ [ assembly: AssemblyTitle ( "TunnelVisionLabs .Net.UriTemplate" ) ]
14
14
[ assembly: AssemblyDescription ( "An implementation of RFC 6570 URI templates for .NET" ) ]
15
15
[ assembly: AssemblyConfiguration ( "" ) ]
16
16
[ assembly: AssemblyCompany ( "Tunnel Vision Laboratories, LLC" ) ]
17
- [ assembly: AssemblyProduct ( "Rackspace .Net.UriTemplate" ) ]
17
+ [ assembly: AssemblyProduct ( "TunnelVisionLabs .Net.UriTemplate" ) ]
18
18
[ assembly: AssemblyCopyright ( "Copyright © Sam Harwell 2015" ) ]
19
19
[ assembly: AssemblyTrademark ( "" ) ]
20
20
[ assembly: AssemblyCulture ( "" ) ]
Original file line number Diff line number Diff line change 8
8
<OutputType >Library</OutputType >
9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >TunnelVisionLabs.Net</RootNamespace >
11
- <AssemblyName >Rackspace .Net.UriTemplate</AssemblyName >
11
+ <AssemblyName >TunnelVisionLabs .Net.UriTemplate</AssemblyName >
12
12
<TargetFrameworkVersion >v2.0</TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
<BaseIntermediateOutputPath >obj\net20\</BaseIntermediateOutputPath >
22
22
<DefineConstants >DEBUG;TRACE;NET35</DefineConstants >
23
23
<ErrorReport >prompt</ErrorReport >
24
24
<WarningLevel >4</WarningLevel >
25
- <DocumentationFile >bin\net20\Debug\Rackspace .Net.UriTemplate.xml</DocumentationFile >
25
+ <DocumentationFile >bin\net20\Debug\TunnelVisionLabs .Net.UriTemplate.xml</DocumentationFile >
26
26
</PropertyGroup >
27
27
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
28
<DebugType >pdbonly</DebugType >
31
31
<DefineConstants >TRACE;NET35</DefineConstants >
32
32
<ErrorReport >prompt</ErrorReport >
33
33
<WarningLevel >4</WarningLevel >
34
- <DocumentationFile >bin\net20\Release\Rackspace .Net.UriTemplate.xml</DocumentationFile >
34
+ <DocumentationFile >bin\net20\Release\TunnelVisionLabs .Net.UriTemplate.xml</DocumentationFile >
35
35
</PropertyGroup >
36
36
<PropertyGroup >
37
37
<SignAssembly >true</SignAssembly >
Original file line number Diff line number Diff line change 17
17
<files >
18
18
19
19
<!-- 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" />
23
23
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" />
27
27
28
28
<!-- Source code -->
29
29
<file src =" **\*.cs" target =" src" />
Original file line number Diff line number Diff line change 9
9
<OutputType >Library</OutputType >
10
10
<AppDesignerFolder >Properties</AppDesignerFolder >
11
11
<RootNamespace >TunnelVisionLabs.Net</RootNamespace >
12
- <AssemblyName >Rackspace .Net.UriTemplate</AssemblyName >
12
+ <AssemblyName >TunnelVisionLabs .Net.UriTemplate</AssemblyName >
13
13
<TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14
14
<TargetFrameworkProfile >Profile328</TargetFrameworkProfile >
15
15
<FileAlignment >512</FileAlignment >
25
25
<DefineConstants >DEBUG;TRACE;PORTABLE</DefineConstants >
26
26
<ErrorReport >prompt</ErrorReport >
27
27
<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 >
29
29
</PropertyGroup >
30
30
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
31
31
<DebugType >pdbonly</DebugType >
34
34
<DefineConstants >TRACE;PORTABLE</DefineConstants >
35
35
<ErrorReport >prompt</ErrorReport >
36
36
<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 >
38
38
</PropertyGroup >
39
39
<PropertyGroup >
40
40
<SignAssembly >true</SignAssembly >
You can’t perform that action at this time.
0 commit comments