Skip to content

Commit

Permalink
Merge pull request #285 from TimeWarpEngineering/Cramer/2022-03-16
Browse files Browse the repository at this point in the history
Update some tags descriptions version
  • Loading branch information
StevenTCramer authored Mar 16, 2022
2 parents e1d7e34 + 500c64c commit 00d644f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Build/BlazorStateMultiStage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ trigger:
pr: none

variables:
Major: 4
Minor: 1
Major: 5
Minor: 0
Patch: 0
Beta: "-beta.6" # "-beta.X" or ""
Beta: "-beta.0" # "-beta.X" or ""
DotNetSdkVersion: 6.0.200

stages:
Expand Down Expand Up @@ -192,4 +192,4 @@ stages:
tag: 'v$(Version)'
releaseNotesSource: 'inline'
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'
changeLogType: 'commitBased'
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Product>Blazor State</Product>
<!-- <PackageIconUrl>https://raw.githubusercontent.com/TimeWarpEngineering/blazor-state/master/Assets/Logo.png</PackageIconUrl> -->
<PackageProjectUrl>https://timewarpengineering.github.io/blazor-state/</PackageProjectUrl>
<PackageTags>BlazorState Microsoft ASP.NET Core Blazor State Blazor-State MediatR Mediator Pipeline Redux</PackageTags>
<PackageTags>TimeWarp-State TimeWarpState BlazorState Blazor State Blazor-State MediatR Mediator Pipeline Redux Flux</PackageTags>
<PackageReleaseNotes>a MediatR pipeline for Blazor state management.</PackageReleaseNotes>
<RepositoryUrl>https://github.com/TimeWarpEngineering/blazor-state.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
4 changes: 2 additions & 2 deletions Source/BlazorState/BlazorState.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<!-- End Blazor Library Template parameters-->

<PropertyGroup>
<Title>Blazor State</Title>
<Title>TimeWarp Blazor State</Title>
<Company>TimeWarp Enterprises Limited</Company>
<Description>TimeWarp State management for Blazor</Description>
<Description>State management for Blazor</Description>
<OutputType>Library</OutputType>
<PackageId>Blazor-State</PackageId>
<AssemblyName>Blazor-State</AssemblyName>
Expand Down

0 comments on commit 00d644f

Please sign in to comment.