diff --git a/.paket/Paket.Restore.targets b/.paket/Paket.Restore.targets index 8cb5986..3632ffe 100644 --- a/.paket/Paket.Restore.targets +++ b/.paket/Paket.Restore.targets @@ -20,7 +20,7 @@ proj assembly native - /Library/Frameworks/Mono.framework/Commands/mono + /Library/Frameworks/Mono.framework/Commands/mono mono @@ -28,74 +28,67 @@ $(PaketToolsPath)paket.bootstrapper.exe $([System.IO.Path]::GetDirectoryName("$(PaketBootStrapperExePath)"))\ - "$(PaketBootStrapperExePath)" + "$(PaketBootStrapperExePath)" $(MonoPath) --runtime=v4.0.30319 "$(PaketBootStrapperExePath)" + + + + true + true + True - - False - $(BaseIntermediateOutputPath.TrimEnd('\').TrimEnd('\/')) - - + - - - - $(PaketRootPath)paket - $(PaketToolsPath)paket - + + + + + - - - - $(PaketRootPath)paket.exe - $(PaketToolsPath)paket.exe + + + dotnet paket - - - - <_DotnetToolsJson Condition="Exists('$(PaketRootPath)/.config/dotnet-tools.json')">$([System.IO.File]::ReadAllText("$(PaketRootPath)/.config/dotnet-tools.json")) - <_ConfigContainsPaket Condition=" '$(_DotnetToolsJson)' != ''">$(_DotnetToolsJson.Contains('"paket"')) - <_ConfigContainsPaket Condition=" '$(_ConfigContainsPaket)' == ''">false - + + + + $(PaketRootPath)paket.exe + $(PaketToolsPath)paket.exe + $(PaketToolsPath)paket.exe + $(_PaketBootStrapperExeDir)paket.exe + paket.exe - - - - - + + $(PaketRootPath)paket + $(PaketToolsPath)paket + $(PaketToolsPath)paket - - - <_PaketCommand>dotnet paket - + + $(PaketRootPath)paket.exe + $(PaketToolsPath)paket.exe - - - - $(PaketToolsPath)paket - $(PaketBootStrapperExeDir)paket + + $(PaketBootStrapperExeDir)paket.exe - - paket - + + paket - - <_PaketExeExtension>$([System.IO.Path]::GetExtension("$(PaketExePath)")) - <_PaketCommand Condition=" '$(_PaketCommand)' == '' AND '$(_PaketExeExtension)' == '.dll' ">dotnet "$(PaketExePath)" - <_PaketCommand Condition=" '$(_PaketCommand)' == '' AND '$(OS)' != 'Windows_NT' AND '$(_PaketExeExtension)' == '.exe' ">$(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)" - <_PaketCommand Condition=" '$(_PaketCommand)' == '' ">"$(PaketExePath)" + dotnet "$(PaketExePath)" + $(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)" + "$(PaketExePath)" + - + diff --git a/CHANGELOG.md b/CHANGELOG.md index 59f332f..0c52a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 0.13.0 - 20.04.2020 +* Add way to check developments to the template (by [@robertpi](https://github.com/robertpi)) +* Summarize posts using more marker (by [@robertpi](https://github.com/robertpi)) +* Update to FCS 34.1 + ### 0.12.0 - 14.04.2020 * WebSocket refresh uses excesive CPU (by [@robertpi](https://github.com/robertpi)) * Allow generate to return a byte array (by [@robertpi](https://github.com/robertpi)) diff --git a/src/Fornax.Core/AssemblyInfo.fs b/src/Fornax.Core/AssemblyInfo.fs index 259cf9a..59b7c50 100644 --- a/src/Fornax.Core/AssemblyInfo.fs +++ b/src/Fornax.Core/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Fornax.Core" let [] AssemblyProduct = "Fornax" let [] AssemblyDescription = "Fornax is a static site generator using type safe F# DSL to define page layouts" - let [] AssemblyVersion = "0.12.0" - let [] AssemblyFileVersion = "0.12.0" + let [] AssemblyVersion = "0.13.0" + let [] AssemblyFileVersion = "0.13.0" diff --git a/src/Fornax/AssemblyInfo.fs b/src/Fornax/AssemblyInfo.fs index 13e58fa..3e9860e 100644 --- a/src/Fornax/AssemblyInfo.fs +++ b/src/Fornax/AssemblyInfo.fs @@ -5,13 +5,13 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Fornax" let [] AssemblyProduct = "Fornax" let [] AssemblyDescription = "Fornax is a static site generator using type safe F# DSL to define page layouts" - let [] AssemblyVersion = "0.12.0" - let [] AssemblyFileVersion = "0.12.0" + let [] AssemblyVersion = "0.13.0" + let [] AssemblyFileVersion = "0.13.0"