mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
Fix path to SolutionInfo.cs
This commit is contained in:
+3
-3
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user