Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
khellang committed Jun 2, 2016
1 parent 2aed1d8 commit 998f33d
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 9 deletions.
13 changes: 12 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
root=true
root = true

[*]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4

[*.{csproj,json,config,yml}]
indent_size = 2

[*.sh]
end_of_line = lf

[*.{cmd, bat}]
end_of_line = crlf
File renamed without changes.
2 changes: 1 addition & 1 deletion Serilog.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{E9D1B5
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
global.json = global.json
NuGet.Config = NuGet.Config
NuGet.config = NuGet.config
README.md = README.md
assets\Serilog.snk = assets\Serilog.snk
EndProjectSection
Expand Down
1 change: 1 addition & 0 deletions Serilog.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ II.2.12 <HandlesEvent />
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateThisQualifierSettings/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002EJavaScript_002ECodeStyle_002ESettingsUpgrade_002EJsCodeFormatterSettingsUpgrader/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002EJavaScript_002ECodeStyle_002ESettingsUpgrade_002EJsWrapperSettingsUpgrader/@EntryIndexedValue">True</s:Boolean>



Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": [ "src", "test" ],
"projects": [ "src", "test" ],
"sdk": {
"version": "1.0.0-preview1-002702"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Serilog/Serilog.xproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>803cd13a-d54b-4cec-a55f-e22ae3d93b3c</ProjectGuid>
<RootNamespace>Serilog</RootNamespace>
Expand Down
4 changes: 4 additions & 0 deletions src/Serilog/project.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"version": "2.0.0-rc-*",

"description": "Simple .NET logging with fully-structured events",
"authors": [ "Serilog Contributors" ],

"packOptions": {
"tags": [ "serilog", "logging", "semantic", "structured" ],
"projectUrl": "http://serilog.net",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
"iconUrl": "http://serilog.net/images/serilog-nuget.png"
},

"buildOptions": {
"keyFile": "../../assets/Serilog.snk",
"xmlDoc": true
},

"frameworks": {
"net4.5": {
"buildOptions": {
Expand Down
4 changes: 2 additions & 2 deletions test/Serilog.Tests/Serilog.Tests.xproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>3c2d8e01-5580-426a-bdd9-ec59cd98e618</ProjectGuid>
<RootNamespace>Serilog.Tests</RootNamespace>
Expand All @@ -15,4 +15,4 @@
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
</Project>
4 changes: 3 additions & 1 deletion test/Serilog.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"version": "2.0.0-rc-*",
"testRunner": "xunit",

"dependencies": {
"Serilog": { "target": "project" },
"TestDummies": { "target": "project" },
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-build10015"
},

"buildOptions": {
"keyFile": "../../assets/Serilog.snk"
},

"frameworks": {
"net4.5.2": {
"buildOptions": {
Expand Down
2 changes: 0 additions & 2 deletions test/TestDummies/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"version": "1.0.0-*",

"buildOptions": {
"keyFile": "../../assets/Serilog.snk"
},
Expand Down

0 comments on commit 998f33d

Please sign in to comment.