Skip to content

Commit

Permalink
Nothing has changed but git reports these files as modified
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasherceg committed Jun 26, 2017
1 parent 0a39a3c commit 1367c8b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
40 changes: 20 additions & 20 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
The MIT License (MIT)

Copyright (c) 2016 Rico Suter

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
The MIT License (MIT)

Copyright (c) 2016 Rico Suter

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4 changes: 2 additions & 2 deletions build/01_Build.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nuget restore ../src/NJsonSchema.sln
msbuild ../src/NJsonSchema.sln /p:Configuration=Release /t:rebuild
nuget restore ../src/NJsonSchema.sln
msbuild ../src/NJsonSchema.sln /p:Configuration=Release /t:rebuild
4 changes: 2 additions & 2 deletions build/02_CreatePackages.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nuget pack ../src/NJsonSchema/NJsonSchema.csproj -IncludeReferencedProjects -OutputDirectory "Packages" -Prop Configuration=Release
nuget pack ../src/NJsonSchema.CodeGeneration/NJsonSchema.CodeGeneration.csproj -IncludeReferencedProjects -OutputDirectory "Packages" -Prop Configuration=Release
nuget pack ../src/NJsonSchema/NJsonSchema.csproj -IncludeReferencedProjects -OutputDirectory "Packages" -Prop Configuration=Release
nuget pack ../src/NJsonSchema.CodeGeneration/NJsonSchema.CodeGeneration.csproj -IncludeReferencedProjects -OutputDirectory "Packages" -Prop Configuration=Release
8 changes: 4 additions & 4 deletions build/03_PushPackages.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set /p apiKey=NuGet API Key:
set /p version=Package Version:

nuget.exe push Packages/NJsonSchema.%version%.nupkg %apiKey%
set /p apiKey=NuGet API Key:
set /p version=Package Version:

nuget.exe push Packages/NJsonSchema.%version%.nupkg %apiKey%
nuget.exe push Packages/NJsonSchema.CodeGeneration.%version%.nupkg %apiKey%

1 comment on commit 1367c8b

@dagrooms52
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm finding line ending problems in this repo as well. Looking for a fix.

Please sign in to comment.