Skip to content

Commit 514656a

Browse files
committed
More cleanup
1 parent b4d0133 commit 514656a

File tree

17 files changed

+22
-143
lines changed

17 files changed

+22
-143
lines changed
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# Copyright 2014 Exceptionless
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
#
6-
# http://www.apache.org/licenses/LICENSE-2.0
7-
81
param($installPath, $toolsPath, $package, $project)
92

103
Import-Module (Join-Path $toolsPath exceptionless.psm1)
@@ -13,4 +6,4 @@ $configPath = find_config $project
136

147
if ($configPath -ne $null) {
158
update_config $configPath
16-
}
9+
}
Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
# Copyright 2014 Exceptionless
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
#
6-
# http://www.apache.org/licenses/LICENSE-2.0
7-
8-
param($installPath, $toolsPath, $package, $project)
1+
param($installPath, $toolsPath, $package, $project)
92

103
Import-Module (Join-Path $toolsPath exceptionless.psm1)
114

125
$configPath = find_config $project
136

147
if ($configPath -ne $null) {
158
remove_config $configPath
16-
}
9+
}

Source/Platforms/Console/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
#region Copyright 2014 Exceptionless
2-
3-
// Licensed under the Apache License, Version 2.0 (the "License");
4-
// you may not use this file except in compliance with the License.
5-
//
6-
// http://www.apache.org/licenses/LICENSE-2.0
7-
8-
#endregion
9-
10-
using System;
1+
using System;
112
using System.Reflection;
123
using System.Runtime.InteropServices;
134

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# Copyright 2014 Exceptionless
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
#
6-
# http://www.apache.org/licenses/LICENSE-2.0
7-
81
param($installPath, $toolsPath, $package, $project)
92

103
Import-Module (Join-Path $toolsPath exceptionless.psm1)
@@ -13,4 +6,4 @@ $configPath = find_config $project
136

147
if ($configPath -ne $null) {
158
update_config $configPath 'Mvc'
16-
}
9+
}
Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
# Copyright 2014 Exceptionless
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
#
6-
# http://www.apache.org/licenses/LICENSE-2.0
7-
8-
param($installPath, $toolsPath, $package, $project)
1+
param($installPath, $toolsPath, $package, $project)
92

103
Import-Module (Join-Path $toolsPath exceptionless.psm1)
114

125
$configPath = find_config $project
136

147
if ($configPath -ne $null) {
158
remove_config $configPath
16-
}
9+
}
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# Copyright 2014 Exceptionless
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
#
6-
# http://www.apache.org/licenses/LICENSE-2.0
7-
81
param($installPath, $toolsPath, $package, $project)
92

103
Import-Module (Join-Path $toolsPath exceptionless.psm1)
@@ -13,4 +6,4 @@ $configPath = find_config $project
136

147
if ($configPath -ne $null) {
158
update_config $configPath
16-
}
9+
}
Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
# Copyright 2014 Exceptionless
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
#
6-
# http://www.apache.org/licenses/LICENSE-2.0
7-
8-
param($installPath, $toolsPath, $package, $project)
1+
param($installPath, $toolsPath, $package, $project)
92

103
Import-Module (Join-Path $toolsPath exceptionless.psm1)
114

125
$configPath = find_config $project
136

147
if ($configPath -ne $null) {
158
remove_config $configPath
16-
}
9+
}

Source/Platforms/Web/NuGet/tools/install.ps1

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# Copyright 2014 Exceptionless
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
#
6-
# http://www.apache.org/licenses/LICENSE-2.0
7-
81
param($installPath, $toolsPath, $package, $project)
92

103
Import-Module (Join-Path $toolsPath exceptionless.psm1)

Source/Platforms/Web/NuGet/tools/uninstall.ps1

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
# Copyright 2014 Exceptionless
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
#
6-
# http://www.apache.org/licenses/LICENSE-2.0
7-
8-
param($installPath, $toolsPath, $package, $project)
1+
param($installPath, $toolsPath, $package, $project)
92

103
Import-Module (Join-Path $toolsPath exceptionless.psm1)
114

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# Copyright 2014 Exceptionless
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
#
6-
# http://www.apache.org/licenses/LICENSE-2.0
7-
81
param($installPath, $toolsPath, $package, $project)
92

103
Import-Module (Join-Path $toolsPath exceptionless.psm1)
@@ -13,4 +6,4 @@ $configPath = find_config $project
136

147
if ($configPath -ne $null) {
158
update_config $configPath 'WebApi'
16-
}
9+
}

0 commit comments

Comments
 (0)