()
diff --git a/content/application/src/Bolero.Template.Server/Index.fs b/content/application/src/Bolero.Template.1.Server/Index.fs
similarity index 94%
rename from content/application/src/Bolero.Template.Server/Index.fs
rename to content/application/src/Bolero.Template.1.Server/Index.fs
index 2f7f3ce..19399d3 100644
--- a/content/application/src/Bolero.Template.Server/Index.fs
+++ b/content/application/src/Bolero.Template.1.Server/Index.fs
@@ -1,9 +1,9 @@
-module Bolero.Template.Server.Index
+module Bolero.Template._1.Server.Index
open Bolero
open Bolero.Html
open Bolero.Server.Html
-open Bolero.Template
+open Bolero.Template._1
let page = doctypeHtml {
head {
@@ -15,7 +15,7 @@ let page = doctypeHtml {
link { attr.rel "stylesheet"; attr.href "https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.4/css/bulma.min.css" }
link { attr.rel "stylesheet"; attr.href "css/index.css" }
//#endif
- link { attr.rel "stylesheet"; attr.href "Bolero.Template.Client.styles.css" }
+ link { attr.rel "stylesheet"; attr.href "Bolero.Template._1.Client.styles.css" }
//#if (pwa)
link { attr.rel "manifest"; attr.href "manifest.json" }
link { attr.rel "apple-touch-icon"; attr.sizes "512x512"; attr.href "icon-512.png" }
diff --git a/content/application/src/Bolero.Template.Server/Pages/_Host.cshtml b/content/application/src/Bolero.Template.1.Server/Pages/_Host.cshtml
similarity index 89%
rename from content/application/src/Bolero.Template.Server/Pages/_Host.cshtml
rename to content/application/src/Bolero.Template.1.Server/Pages/_Host.cshtml
index 8f51bbe..097c96b 100644
--- a/content/application/src/Bolero.Template.Server/Pages/_Host.cshtml
+++ b/content/application/src/Bolero.Template.1.Server/Pages/_Host.cshtml
@@ -1,5 +1,5 @@
@page "/"
-@namespace Bolero.Template.Server
+@namespace Bolero.Template._1.Server
@using Bolero.Server.RazorHost
@inject IBoleroHostConfig BoleroHostConfig
@@ -13,7 +13,7 @@
-
+
@@ -31,7 +31,7 @@
- @(await Html.RenderComponentAsync(BoleroHostConfig))
+ @(await Html.RenderComponentAsync(BoleroHostConfig))
@Html.RenderBoleroScript(BoleroHostConfig)
diff --git a/content/application/src/Bolero.Template.Server/Properties/launchSettings.json b/content/application/src/Bolero.Template.1.Server/Properties/launchSettings.json
similarity index 100%
rename from content/application/src/Bolero.Template.Server/Properties/launchSettings.json
rename to content/application/src/Bolero.Template.1.Server/Properties/launchSettings.json
diff --git a/content/application/src/Bolero.Template.Server/Startup.fs b/content/application/src/Bolero.Template.1.Server/Startup.fs
similarity index 96%
rename from content/application/src/Bolero.Template.Server/Startup.fs
rename to content/application/src/Bolero.Template.1.Server/Startup.fs
index 8cbf2e6..60d649a 100644
--- a/content/application/src/Bolero.Template.Server/Startup.fs
+++ b/content/application/src/Bolero.Template.1.Server/Startup.fs
@@ -1,4 +1,4 @@
-namespace Bolero.Template.Server
+namespace Bolero.Template._1.Server
open Microsoft.AspNetCore
open Microsoft.AspNetCore.Authentication.Cookies
@@ -9,7 +9,7 @@ open Microsoft.Extensions.Hosting
open Bolero
open Bolero.Remoting.Server
open Bolero.Server
-open Bolero.Template
+open Bolero.Template._1
//#if (hotreload_actual)
open Bolero.Templating.Server
//#endif
@@ -38,7 +38,7 @@ type Startup() =
//#endif
//#if (hotreload_actual)
#if DEBUG
- .AddHotReload(templateDir = __SOURCE_DIRECTORY__ + "/../Bolero.Template.Client")
+ .AddHotReload(templateDir = __SOURCE_DIRECTORY__ + "/../Bolero.Template.1.Client")
#endif
//#endif
|> ignore
diff --git a/content/application/src/Bolero.Template.Server/paket.references b/content/application/src/Bolero.Template.1.Server/paket.references
similarity index 100%
rename from content/application/src/Bolero.Template.Server/paket.references
rename to content/application/src/Bolero.Template.1.Server/paket.references