Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKottas committed Mar 16, 2017
1 parent 96500a2 commit 0ccd619
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Solution/DotNetCore.WindowsService.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "PeterKottas.DotNetCore.Wind
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "PeterKottas.DotNetCore.Example", "..\Source\PeterKottas.DotNetCore.Example\PeterKottas.DotNetCore.Example.xproj", "{3F56FC81-7EE5-45E8-864D-5865E3B05D4A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{8D5372CB-67BA-415A-B9B0-6C3771A6907E}"
ProjectSection(SolutionItems) = preProject
..\global.json = ..\global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>PeterKottas.DotNetCore.WindowsService</id>
<title>PeterKottas.DotNetCore.WindowsService</title>
<version>1.0.14</version>
<version>1.0.16</version>
<authors>Peter Kottas</authors>
<description>Easiest to use library that allows one to host .net core as windows services there is.</description>
<summary>.NET Core Windows service</summary>
Expand Down
2 changes: 1 addition & 1 deletion Source/PeterKottas.DotNetCore.WindowsService/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.14",
"version": "1.0.16",

"dependencies": {
"DasMulli.Win32.ServiceUtils": "1.0.1",
Expand Down
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"projects": [],
"sdk": {
"version": "1.0.0-preview2-1-003177"
}
}

0 comments on commit 0ccd619

Please sign in to comment.