Fix path to SolutionInfo.cs

This commit is contained in:
Haacked
2014-06-30 10:48:49 -07:00
parent db500b5083
commit 577b154cdb
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -3,11 +3,11 @@ using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyProductAttribute("Octokit")]
[assembly: AssemblyVersionAttribute("0.3.4")]
[assembly: AssemblyFileVersionAttribute("0.3.4")]
[assembly: AssemblyVersionAttribute("0.3.5")]
[assembly: AssemblyFileVersionAttribute("0.3.5")]
[assembly: ComVisibleAttribute(false)]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.3.4";
internal const string Version = "0.3.5";
}
}
+1 -1
View File
@@ -34,7 +34,7 @@ Target "Clean" (fun _ ->
open Fake.AssemblyInfoFile
Target "AssemblyInfo" (fun _ ->
CreateCSharpAssemblyInfo "SolutionInfo.cs"
CreateCSharpAssemblyInfo "./SolutionInfo.cs"
[ Attribute.Product projectName
Attribute.Version releaseNotes.AssemblyVersion
Attribute.FileVersion releaseNotes.AssemblyVersion