Skip to content

Commit 1b500c7

Browse files
committed
got rid of the removedir
1 parent 38daf76 commit 1b500c7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.fsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ let createNugetPackages _ =
220220
// Uses the files we copied to workingDir and outputs to nugetdir
221221
pack nugetDir NugetSymbolPackage.Nuspec
222222

223-
removeDir libDir
224-
removeDir workingDir
225223

226224
let publishNugetPackages _ =
227225
let rec publishPackage url accessKey trialsLeft packageFile =

src/SharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Reflection;
33

44
[assembly: AssemblyCompanyAttribute("Akka.NET Team")]
5-
[assembly: AssemblyCopyrightAttribute("Copyright 2013-2016 Akka.NET Team")]
5+
[assembly: AssemblyCopyrightAttribute("Copyright © 2013-2016 Akka.NET Team")]
66
[assembly: AssemblyTrademarkAttribute("")]
77
[assembly: AssemblyVersionAttribute("1.0.7.0")]
88
[assembly: AssemblyFileVersionAttribute("1.0.7.0")]

0 commit comments

Comments
 (0)