From dd1606d076cc2492c1d38ee5ab83b9bbdc67c30f Mon Sep 17 00:00:00 2001 From: rkerber Date: Sat, 20 Feb 2016 12:23:22 -0600 Subject: [PATCH] 1.8.9 Pre-Release Added in Costura.Fody to remove extra dll files. --- letsencrypt-win-simple/App.config | 15 ++++----------- letsencrypt-win-simple/FodyWeavers.xml | 5 +++++ letsencrypt-win-simple/Properties/AssemblyInfo.cs | 4 ++-- .../letsencrypt-win-simple.csproj | 3 +++ letsencrypt-win-simple/packages.config | 3 ++- 5 files changed, 16 insertions(+), 14 deletions(-) create mode 100644 letsencrypt-win-simple/FodyWeavers.xml diff --git a/letsencrypt-win-simple/App.config b/letsencrypt-win-simple/App.config index a988a3596..27bb829a9 100644 --- a/letsencrypt-win-simple/App.config +++ b/letsencrypt-win-simple/App.config @@ -2,11 +2,8 @@ - -
+ +
@@ -57,16 +54,12 @@ - + - + diff --git a/letsencrypt-win-simple/FodyWeavers.xml b/letsencrypt-win-simple/FodyWeavers.xml new file mode 100644 index 000000000..2e6d4a7ab --- /dev/null +++ b/letsencrypt-win-simple/FodyWeavers.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/letsencrypt-win-simple/Properties/AssemblyInfo.cs b/letsencrypt-win-simple/Properties/AssemblyInfo.cs index 0d2b0178f..9318200b2 100644 --- a/letsencrypt-win-simple/Properties/AssemblyInfo.cs +++ b/letsencrypt-win-simple/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.8.8.*")] -[assembly: AssemblyFileVersion("1.8.8.8")] \ No newline at end of file +[assembly: AssemblyVersion("1.8.9.*")] +[assembly: AssemblyFileVersion("1.8.9.1")] \ No newline at end of file diff --git a/letsencrypt-win-simple/letsencrypt-win-simple.csproj b/letsencrypt-win-simple/letsencrypt-win-simple.csproj index 048fa487c..794ca0b6d 100644 --- a/letsencrypt-win-simple/letsencrypt-win-simple.csproj +++ b/letsencrypt-win-simple/letsencrypt-win-simple.csproj @@ -194,6 +194,7 @@ x64\ssleay32.dll PreserveNewest + Always @@ -210,7 +211,9 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + +