File tree Expand file tree Collapse file tree 5 files changed +22
-16
lines changed
Saturn.Extensions.Authorization
Saturn.Extensions.HttpSys Expand file tree Collapse file tree 5 files changed +22
-16
lines changed Original file line number Diff line number Diff line change 1+ ### 0.7.5 - 03.08.2018
2+ * Check state.Urls before running UseUrls (by [ @NinoFloris ] ( https://github.com/NinoFloris ) )
3+ * fixes missing doctype in html controller actions (by [ @WalternativE ] ( https://github.com/WalternativE ) )
4+ * Add abstraction for hosting Saturn on Azure Functions (by [ @Krzysztof-Cieslak ] ( https://github.com/Krzysztof-Cieslak ) )
5+ * Enable packaging for extensions (by [ @Krzysztof-Cieslak ] ( https://github.com/Krzysztof-Cieslak ) )
6+
17### 0.7.4 - 20.07.2018
28* Fix adding multiple auth sources (by [ @BohdanZhmud ] ( https://github.com/BohdanZhmud ) )
39* Fix controller nesting bug (by [ @TWith2Sugars ] ( https://github.com/TWith2Sugars ) )
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " Saturn.AzureFunctions" ) >]
66[<assembly: AssemblyProductAttribute( " Saturn" ) >]
77[<assembly: AssemblyDescriptionAttribute( " Opinionated, web development framework for F# which implements the server-side, functional MVC pattern" ) >]
8- [<assembly: AssemblyVersionAttribute( " 0.7.4 " ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 0.7.4 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 0.7.5 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 0.7.5 " ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " Saturn.AzureFunctions"
1414 let [<Literal>] AssemblyProduct = " Saturn"
1515 let [<Literal>] AssemblyDescription = " Opinionated, web development framework for F# which implements the server-side, functional MVC pattern"
16- let [<Literal>] AssemblyVersion = " 0.7.4 "
17- let [<Literal>] AssemblyFileVersion = " 0.7.4 "
16+ let [<Literal>] AssemblyVersion = " 0.7.5 "
17+ let [<Literal>] AssemblyFileVersion = " 0.7.5 "
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " Saturn.Extensions.Authorization" ) >]
66[<assembly: AssemblyProductAttribute( " Saturn" ) >]
77[<assembly: AssemblyDescriptionAttribute( " Opinionated, web development framework for F# which implements the server-side, functional MVC pattern" ) >]
8- [<assembly: AssemblyVersionAttribute( " 0.7.4 " ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 0.7.4 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 0.7.5 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 0.7.5 " ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " Saturn.Extensions.Authorization"
1414 let [<Literal>] AssemblyProduct = " Saturn"
1515 let [<Literal>] AssemblyDescription = " Opinionated, web development framework for F# which implements the server-side, functional MVC pattern"
16- let [<Literal>] AssemblyVersion = " 0.7.4 "
17- let [<Literal>] AssemblyFileVersion = " 0.7.4 "
16+ let [<Literal>] AssemblyVersion = " 0.7.5 "
17+ let [<Literal>] AssemblyFileVersion = " 0.7.5 "
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " Saturn.Extensions.HttpSys" ) >]
66[<assembly: AssemblyProductAttribute( " Saturn" ) >]
77[<assembly: AssemblyDescriptionAttribute( " Opinionated, web development framework for F# which implements the server-side, functional MVC pattern" ) >]
8- [<assembly: AssemblyVersionAttribute( " 0.7.4 " ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 0.7.4 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 0.7.5 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 0.7.5 " ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " Saturn.Extensions.HttpSys"
1414 let [<Literal>] AssemblyProduct = " Saturn"
1515 let [<Literal>] AssemblyDescription = " Opinionated, web development framework for F# which implements the server-side, functional MVC pattern"
16- let [<Literal>] AssemblyVersion = " 0.7.4 "
17- let [<Literal>] AssemblyFileVersion = " 0.7.4 "
16+ let [<Literal>] AssemblyVersion = " 0.7.5 "
17+ let [<Literal>] AssemblyFileVersion = " 0.7.5 "
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " Saturn" ) >]
66[<assembly: AssemblyProductAttribute( " Saturn" ) >]
77[<assembly: AssemblyDescriptionAttribute( " Opinionated, web development framework for F# which implements the server-side, functional MVC pattern" ) >]
8- [<assembly: AssemblyVersionAttribute( " 0.7.4 " ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 0.7.4 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 0.7.5 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 0.7.5 " ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " Saturn"
1414 let [<Literal>] AssemblyProduct = " Saturn"
1515 let [<Literal>] AssemblyDescription = " Opinionated, web development framework for F# which implements the server-side, functional MVC pattern"
16- let [<Literal>] AssemblyVersion = " 0.7.4 "
17- let [<Literal>] AssemblyFileVersion = " 0.7.4 "
16+ let [<Literal>] AssemblyVersion = " 0.7.5 "
17+ let [<Literal>] AssemblyFileVersion = " 0.7.5 "
You can’t perform that action at this time.
0 commit comments