Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
albertwoo committed Feb 19, 2022
1 parent cc70a29 commit a483bb8
Show file tree
Hide file tree
Showing 14 changed files with 300 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Fun.Blazor.Cli/Fun.Blazor.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Version>2.0.0-beta011</Version>
<Version>2.0.0-beta012</Version>
<PackAsTool>true</PackAsTool>
<ToolCommandName>fun-blazor</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
Expand Down
2 changes: 1 addition & 1 deletion Fun.Blazor.Cli/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type GenerateSettings() =

[<Description("Fun.Blazor.Generator version")>]
[<CommandOption("--generator-version")>]
member val GeneratorVersion = "2.0.0-beta011" with get, set
member val GeneratorVersion = "2.0.0-beta012" with get, set

[<Description("Turn on inline option for generated code")>]
[<CommandOption("--inline")>]
Expand Down

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion Fun.Blazor.Docs.Wasm/Fun.Blazor.Docs.Wasm.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>preview</LangVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="Fun.Blazor.Bindings\AntDesign.Charts.fs" />
<Compile Include="Fun.Blazor.Bindings\AntDesign.fs" />
<Compile Include="Fun.Blazor.Bindings\AntDesign.ProLayout.fs" />
<Compile Include="Fun.Blazor.Bindings\Blazor.DragDrop.fs" />
<Compile Include="Fun.Blazor.Bindings\Microsoft.AspNetCore.Components.Authorization.fs" />
<Compile Include="Fun.Blazor.Bindings\Microsoft.AspNetCore.Components.fs" />
<Compile Include="Fun.Blazor.Bindings\Microsoft.Fast.Components.FluentUI.fs" />
<Compile Include="Fun.Blazor.Bindings\MudBlazor.fs" />
</ItemGroup>
Expand Down Expand Up @@ -60,6 +60,8 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
<PackageReference FunBlazorStyle="CE" Include="Microsoft.AspNetCore.Components" Version="6.0.2" />
<PackageReference FunBlazorStyle="CE" FunBlazorNamespace="Microsoft.AspNetCore.Components" Include="Microsoft.AspNetCore.Components.Web" Version="6.0.2" />
<PackageReference FunBlazorStyle="Feliz" FunBlazorInline="false" Include="AntDesign" Version="0.10.3.1" />
<PackageReference FunBlazorStyle="CE" FunBlazorInline="false" Include="AntDesign.ProLayout" Version="0.1.10" />
<PackageReference FunBlazorStyle="CE" Include="AntDesign.Charts" Version="0.2.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
module Fun.Blazor.Docs.Wasm.Pages.HelperFunctions.PerformanceDemo

open FSharp.Data.Adaptive
open Microsoft.AspNetCore.Components.Web
open Fun.Css
open Microsoft.AspNetCore.Components.Web.Virtualization
open MudBlazor
open Fun.Blazor
open Fun.Blazor.Docs.Wasm.Components
open Microsoft.AspNetCore.Components


let testLength = 10_000
Expand Down
2 changes: 1 addition & 1 deletion Fun.Blazor.Elmish/Fun.Blazor.Elmish.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>2.0.0-beta011</Version>
<Version>2.0.0-beta012</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Fun.Blazor.Feliz/Fun.Blazor.Feliz.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>2.0.0-beta011</Version>
<Version>2.0.0-beta012</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Fun.Blazor.Generator/Fun.Blazor.Generator.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>2.0.0-beta011</Version>
<Version>2.0.0-beta012</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Fun.Blazor.HtmlTemplate/Fun.Blazor.HtmlTemplate.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>2.0.0-beta011</Version>
<Version>2.0.0-beta012</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Fun.Blazor.Server/Fun.Blazor.Server.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<OutputType>library</OutputType>
<IsPackable>true</IsPackable>
<Version>2.0.0-beta011</Version>
<Version>2.0.0-beta012</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Fun.Blazor.Wasm/Fun.Blazor.Wasm.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>2.0.0-beta011</Version>
<Version>2.0.0-beta012</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
14 changes: 0 additions & 14 deletions Fun.Blazor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fun.Blazor.Generator", "Fun
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fun.Blazor.Cli", "Fun.Blazor.Cli\Fun.Blazor.Cli.fsproj", "{7CEE3A57-69E6-4F91-BD11-D66CBB4D59F4}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fun.Blazor.Generator.Default", "Fun.Blazor.Generator.Default\Fun.Blazor.Generator.Default.fsproj", "{D0AA94A2-62D1-49AF-B43C-AAB592EB944A}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fun.Blazor.Docs.Wasm", "Fun.Blazor.Docs.Wasm\Fun.Blazor.Docs.Wasm.fsproj", "{2BE91776-A6E9-4174-A57A-D2A61026C879}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fun.Blazor.Docs.Server", "Fun.Blazor.Docs.Server\Fun.Blazor.Docs.Server.fsproj", "{E5CC1CFE-489B-49EA-95E5-E1F5D8226AB8}"
Expand Down Expand Up @@ -85,18 +83,6 @@ Global
{7CEE3A57-69E6-4F91-BD11-D66CBB4D59F4}.Release|x64.Build.0 = Release|Any CPU
{7CEE3A57-69E6-4F91-BD11-D66CBB4D59F4}.Release|x86.ActiveCfg = Release|Any CPU
{7CEE3A57-69E6-4F91-BD11-D66CBB4D59F4}.Release|x86.Build.0 = Release|Any CPU
{D0AA94A2-62D1-49AF-B43C-AAB592EB944A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0AA94A2-62D1-49AF-B43C-AAB592EB944A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0AA94A2-62D1-49AF-B43C-AAB592EB944A}.Debug|x64.ActiveCfg = Debug|Any CPU
{D0AA94A2-62D1-49AF-B43C-AAB592EB944A}.Debug|x64.Build.0 = Debug|Any CPU
{D0AA94A2-62D1-49AF-B43C-AAB592EB944A}.Debug|x86.ActiveCfg = Debug|Any CPU
{D0AA94A2-62D1-49AF-B43C-AAB592EB944A}.Debug|x86.Build.0 = Debug|Any CPU
{D0AA94A2-62D1-49AF-B43C-AAB592EB944A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0AA94A2-62D1-49AF-B43C-AAB592EB944A}.Release|Any CPU.Build.0 = Release|Any CPU
{D0AA94A2-62D1-49AF-B43C-AAB592EB944A}.Release|x64.ActiveCfg = Release|Any CPU
{D0AA94A2-62D1-49AF-B43C-AAB592EB944A}.Release|x64.Build.0 = Release|Any CPU
{D0AA94A2-62D1-49AF-B43C-AAB592EB944A}.Release|x86.ActiveCfg = Release|Any CPU
{D0AA94A2-62D1-49AF-B43C-AAB592EB944A}.Release|x86.Build.0 = Release|Any CPU
{2BE91776-A6E9-4174-A57A-D2A61026C879}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BE91776-A6E9-4174-A57A-D2A61026C879}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BE91776-A6E9-4174-A57A-D2A61026C879}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion Fun.Blazor/Fun.Blazor.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>2.0.0-beta011</Version>
<Version>2.0.0-beta012</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Fun.Bolero/Fun.Bolero.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>2.0.0-beta011</Version>
<Version>2.0.0-beta012</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a483bb8

Please sign in to comment.