Skip to content

Commit 3f14cfb

Browse files
committed
open correct namespace in docs
1 parent 4c00c87 commit 3f14cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

help/markdown/dotnet-assemblyinfo.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In this article the AssemblyInfo task is used in order to set specific version i
66

77
If you succeeded with the [Getting Started tutorial](gettingstarted.html), then you just have to modify your *BuildApp* target to the following:
88

9-
open Fake.Core
9+
open Fake.DotNet
1010

1111
Target.Create "BuildApp" (fun _ ->
1212
AssemblyInfoFile.CreateCSharp "./src/app/Calculator/Properties/AssemblyInfo.cs"
@@ -17,7 +17,7 @@ If you succeeded with the [Getting Started tutorial](gettingstarted.html), then
1717
AssemblyInfo.Version version
1818
AssemblyInfo.FileVersion version]
1919

20-
AssemblyInfoFile.CreateCSharp "./src/app/CalculatorLib/Properties/AssemblyInfo.cs"
20+
AssemblyInfoFile.CreateFSharp "./src/app/CalculatorLib/Properties/AssemblyInfo.fs"
2121
[AssemblyInfo.Title "Calculator library"
2222
AssemblyInfo.Description "Sample project for FAKE - F# MAKE"
2323
AssemblyInfo.Guid "EE5621DB-B86B-44eb-987F-9C94BCC98441"

0 commit comments

Comments
 (0)