Skip to content

Commit 80de790

Browse files
committed
Moved readmes to root directory. This allows a nice experience when browsing github source.
1 parent dfae328 commit 80de790

File tree

28 files changed

+18
-17
lines changed

28 files changed

+18
-17
lines changed

src/Exceptionless.Portable.Signed/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/exceptionless/Exceptionless.Net"
1717
},
1818
"files": {
19-
"include": [ "../Exceptionless.Portable/NuGet/readme.txt" ]
19+
"include": [ "../Exceptionless.Portable/readme.txt" ]
2020
}
2121
},
2222
"buildOptions": {

src/Exceptionless.Portable/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/exceptionless/Exceptionless.Net"
1717
},
1818
"files": {
19-
"include": [ "NuGet/readme.txt" ]
19+
"include": [ "readme.txt" ]
2020
}
2121
},
2222
"buildOptions": {

src/Platforms/Exceptionless.Log4net.Signed/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/exceptionless/Exceptionless.Net"
1717
},
1818
"files": {
19-
"include": [ "../Exceptionless.Log4net/NuGet/readme.txt" ]
19+
"include": [ "../Exceptionless.Log4net/readme.txt" ]
2020
}
2121
},
2222
"dependencies": {

src/Platforms/Exceptionless.Log4net/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/exceptionless/Exceptionless.Net"
1717
},
1818
"files": {
19-
"include": [ "NuGet/readme.txt" ]
19+
"include": [ "readme.txt" ]
2020
}
2121
},
2222
"dependencies": {

src/Platforms/Exceptionless.Mvc.Signed/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"tools/": "../Exceptionless.Mvc/NuGet/tools/*",
2121
"tools/exceptionless.psm1":"../../Exceptionless.Portable/NuGet/tools/exceptionless.psm1"
2222
},
23-
"include": [ "../Exceptionless.Mvc/NuGet/readme.txt" ]
23+
"include": [ "../Exceptionless.Mvc/readme.txt" ]
2424
}
2525
},
2626
"buildOptions": {

src/Platforms/Exceptionless.Mvc/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"tools/": "NuGet/tools/*",
2121
"tools/exceptionless.psm1":"../../Exceptionless.Portable/NuGet/tools/exceptionless.psm1"
2222
},
23-
"include": [ "NuGet/readme.txt" ]
23+
"include": [ "readme.txt" ]
2424
}
2525
},
2626
"buildOptions": {

src/Platforms/Exceptionless.NLog.Signed/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/exceptionless/Exceptionless.Net"
1717
},
1818
"files": {
19-
"include": [ "../Exceptionless.NLog/NuGet/readme.txt" ]
19+
"include": [ "../Exceptionless.NLog/readme.txt" ]
2020
}
2121
},
2222
"buildOptions": {

0 commit comments

Comments
 (0)