diff --git a/build.fsx b/build.fsx index c051e920..28cf7f26 100644 --- a/build.fsx +++ b/build.fsx @@ -12,7 +12,7 @@ let packagesPath = FullName "./src/packages" let keyFile = FullName "./Topshelf.snk" let assemblyVersion = "4.0.0.0" -let baseVersion = "4.0.0" +let baseVersion = "4.0.1" let semVersion : SemVerInfo = parse baseVersion diff --git a/src/.nuget/NuGet.targets b/src/.nuget/NuGet.targets index db4938ce..2d67804d 100644 --- a/src/.nuget/NuGet.targets +++ b/src/.nuget/NuGet.targets @@ -20,6 +20,7 @@ + diff --git a/src/SolutionVersion.cs b/src/SolutionVersion.cs index 49b05639..7a27d5a3 100644 --- a/src/SolutionVersion.cs +++ b/src/SolutionVersion.cs @@ -5,12 +5,12 @@ [assembly: AssemblyDescriptionAttribute("Topshelf is an open source project for hosting services without friction. By referencing Topshelf, your console application *becomes* a service installer with a comprehensive set of command-line options for installing, configuring, and running your application as a service.")] [assembly: AssemblyProductAttribute("Topshelf")] [assembly: AssemblyVersionAttribute("4.0.0.0")] -[assembly: AssemblyFileVersionAttribute("4.0.0.0")] -[assembly: AssemblyInformationalVersionAttribute("4.0.0.0 (drb/a3ac1e81)")] +[assembly: AssemblyFileVersionAttribute("4.0.1.0")] +[assembly: AssemblyInformationalVersionAttribute("4.0.1.0")] [assembly: AssemblyCopyrightAttribute("Copyright 2012 Chris Patterson, Dru Sellers, Travis Smith, All rights reserved.")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "4.0.0.0"; - internal const string InformationalVersion = "4.0.0.0 (drb/a3ac1e81)"; + internal const string InformationalVersion = "4.0.1.0"; } } diff --git a/src/Topshelf.Elmah/Topshelf.Elmah.csproj b/src/Topshelf.Elmah/Topshelf.Elmah.csproj index e42bd575..88856566 100644 --- a/src/Topshelf.Elmah/Topshelf.Elmah.csproj +++ b/src/Topshelf.Elmah/Topshelf.Elmah.csproj @@ -34,10 +34,6 @@ 4 false - - NET35 - bin\$(Configuration)\$(TargetFrameworkVersion) - ..\packages\elmah.corelibrary.1.2.2\lib\Elmah.dll diff --git a/src/Topshelf.Log4Net/Topshelf.Log4Net.csproj b/src/Topshelf.Log4Net/Topshelf.Log4Net.csproj index b558d2da..c5f32106 100644 --- a/src/Topshelf.Log4Net/Topshelf.Log4Net.csproj +++ b/src/Topshelf.Log4Net/Topshelf.Log4Net.csproj @@ -35,6 +35,12 @@ 4 false + + true + + + ..\..\Topshelf.snk + ..\packages\log4net.2.0.5\lib\net45-full\log4net.dll diff --git a/src/Topshelf.NLog/Topshelf.NLog.csproj b/src/Topshelf.NLog/Topshelf.NLog.csproj index 6ae242a1..ba4074f5 100644 --- a/src/Topshelf.NLog/Topshelf.NLog.csproj +++ b/src/Topshelf.NLog/Topshelf.NLog.csproj @@ -35,6 +35,12 @@ 4 false + + true + + + ..\..\Topshelf.snk + ..\packages\NLog.4.3.3\lib\net45\NLog.dll diff --git a/src/Topshelf.Serilog/Topshelf.Serilog.csproj b/src/Topshelf.Serilog/Topshelf.Serilog.csproj index a19d4ac0..29889447 100644 --- a/src/Topshelf.Serilog/Topshelf.Serilog.csproj +++ b/src/Topshelf.Serilog/Topshelf.Serilog.csproj @@ -34,6 +34,12 @@ 4 false + + true + + + ..\..\Topshelf.snk + ..\packages\Serilog.1.5.14\lib\net45\Serilog.dll diff --git a/src/Topshelf/Topshelf.csproj b/src/Topshelf/Topshelf.csproj index de0df43f..dc272bef 100644 --- a/src/Topshelf/Topshelf.csproj +++ b/src/Topshelf/Topshelf.csproj @@ -36,6 +36,12 @@ 3001,3009 false + + true + + + ..\..\Topshelf.snk +