We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d029fe4 commit e8be118Copy full SHA for e8be118
RELEASE_NOTES.md
@@ -1,3 +1,6 @@
1
+#### 2.0.0.5
2
+* #527 - Provide API that includes printf specifier arities along with ranges
3
+
4
#### 2.0.0.4
5
* #519 - Change nuget layout for ProjectCracker package
6
* #523 - Project cracking: spaces in file paths
build.fsx
@@ -233,13 +233,13 @@ Target "All" DoNothing
233
==> "PrepareRelease"
234
==> "SourceLink"
235
==> "NuGet"
236
- ==> "Release"
+ // ==> "Release"
237
238
"CleanDocs"
239
==> "GenerateDocsJa"
240
==> "GenerateDocs"
241
==> "ReleaseDocs"
242
==> "PublishNuGet"
243
244
245
RunTargetOrDefault "All"
0 commit comments