Skip to content

Commit

Permalink
Merge pull request #379 from TimeWarpEngineering/Cramer/2024-01-30/do…
Browse files Browse the repository at this point in the history
…tnet8

Update Nuget information
  • Loading branch information
StevenTCramer authored Jan 31, 2024
2 parents 0e267fe + 2a62d92 commit 128f021
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
<PropertyGroup>
<Authors>Steven T. Cramer</Authors>
<Product>Blazor State</Product>
<PackageVersion>11.0.0-beta.3+8.0.101</PackageVersion>
<PackageVersion>11.0.0-beta.4+8.0.101</PackageVersion>
<PackageProjectUrl>https://timewarpengineering.github.io/blazor-state/</PackageProjectUrl>
<PackageTags>TimeWarp-State; TimeWarpState; BlazorState; Blazor; State; Blazor-State; MediatR; Mediator; Pipeline; Redux; Flux</PackageTags>
<PackageIcon>Logo.png</PackageIcon>
<RepositoryUrl>https://github.com/TimeWarpEngineering/blazor-state.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
<PackageReleaseNotes>https://timewarpengineering.github.io/blazor-state/Overview.html</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<!-- Deterministic Builds https://devblogs.microsoft.com/dotnet/producing-packages-with-source-link/#deterministic-builds -->
Expand Down
2 changes: 1 addition & 1 deletion Source/BlazorState/BlazorState.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>https://timewarpengineering.github.io/blazor-state/Overview.html</PackageReleaseNotes>
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>

</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DefaultReduxEnabled|AnyCPU'">
Expand Down

0 comments on commit 128f021

Please sign in to comment.