Skip to content

Commit e8be118

Browse files
committed
Bump version to 2.0.0.5
1 parent d029fe4 commit e8be118

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 2.0.0.5
2+
* #527 - Provide API that includes printf specifier arities along with ranges
3+
14
#### 2.0.0.4
25
* #519 - Change nuget layout for ProjectCracker package
36
* #523 - Project cracking: spaces in file paths

build.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,13 @@ Target "All" DoNothing
233233
==> "PrepareRelease"
234234
==> "SourceLink"
235235
==> "NuGet"
236-
==> "Release"
236+
// ==> "Release"
237237

238238
"CleanDocs"
239239
==> "GenerateDocsJa"
240240
==> "GenerateDocs"
241241
==> "ReleaseDocs"
242242
==> "PublishNuGet"
243-
==> "Release"
243+
// ==> "Release"
244244

245245
RunTargetOrDefault "All"

0 commit comments

Comments
 (0)