You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/app/FakeLib/AssemblyInfoFile.fs
+4-8
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ let private getSortedAndNumberedAttributes (attrs: seq<Attribute>) =
183
183
/// Creates a C# AssemblyInfo file with the given attributes and configuration.
184
184
/// The generated AssemblyInfo file contains an AssemblyVersionInformation class which can be used to retrieve the current version no. from inside of an assembly.
/// Creates a F# AssemblyInfo file with the given attributes and configuration.
232
231
/// The generated AssemblyInfo file contains an AssemblyVersionInformation class which can be used to retrieve the current version no. from inside of an assembly.
/// Creates a VB AssemblyInfo file with the given attributes and configuration.
263
261
/// The generated AssemblyInfo file contains an AssemblyVersionInformation class which can be used to retrieve the current version no. from inside of an assembly.
/// Creates a C# AssemblyInfo file with the given attributes.
309
305
/// The generated AssemblyInfo file contains an AssemblyVersionInformation class which can be used to retrieve the current version no. from inside of an assembly.
0 commit comments