diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b1b78c..0cd8748 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,9 +3,10 @@ name: .NET on: push: branches: [ "main" ] + pull_request: branches: [ "main" ] - + jobs: build: @@ -28,4 +29,4 @@ jobs: - name: Publish to NuGet if: ${{ github.ref == 'refs/heads/main' }} - run: dotnet nuget push --skip-duplicate --api-key ${{secrets.PB_COMPONENTS_NUGET_KEY}} --source 'https://api.nuget.org/v3/index.json' ${{github.workspace}}/src/**/Pure.Blazor.Components.*.nupkg + run: dotnet nuget push --skip-duplicate --api-key ${{secrets.PB_COMPONENTS_NUGET_KEY}} --source 'https://api.nuget.org/v3/index.json' ${{github.workspace}}/src/**/PureBlazor.Components.*.nupkg diff --git a/src/.DS_Store b/src/.DS_Store deleted file mode 100644 index 32cdafc..0000000 Binary files a/src/.DS_Store and /dev/null differ diff --git a/src/Pure.Blazor.Components/Forms/PureInput.razor b/src/Pure.Blazor.Components/Forms/PureInput.razor index 0dec609..3671fb3 100644 --- a/src/Pure.Blazor.Components/Forms/PureInput.razor +++ b/src/Pure.Blazor.Components/Forms/PureInput.razor @@ -50,7 +50,7 @@ } else if (!string.IsNullOrWhiteSpace(errorMessage)) { - @errorMessage + @errorMessage } diff --git a/src/Pure.Blazor.Components/Pure.Blazor.Components.csproj b/src/Pure.Blazor.Components/Pure.Blazor.Components.csproj index fe1e622..c8b2acc 100644 --- a/src/Pure.Blazor.Components/Pure.Blazor.Components.csproj +++ b/src/Pure.Blazor.Components/Pure.Blazor.Components.csproj @@ -7,19 +7,20 @@ preview True PureBlazor Components - 0.0.9 - Blazor UI components, built with Tailwind CSS for the PureBlazor CMS - https://github.com/pureblazor/components + 0.1.0 + PureBlazor.Components + Blazor UI components for .NET Blazor with an optional headless mode. + https://pureblazor.com https://github.com/pureblazor/components - blazor, maui, tailwind, tailwindcss, components, pureblazor + blazor, maui, ssr, wasm, headless, tailwind, tailwindcss, components, pureblazor README.md True snupkg initial early release MIT - CodeFrog + PureBlazor codymullins - Copyright 2023 CodeFrog + Copyright 2024 PureBlazor