Skip to content

Commit

Permalink
release 4.7.0 (gRPC 1.6.0, GTM 1.3.0, ...)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakenr committed Nov 12, 2024
1 parent 6094a16 commit 8a64667
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>

<!-- aligned NuGet PackageVersion for package-bundles -->
<ComponentsPackagesVersion>4.7.0-pre05</ComponentsPackagesVersion>
<GrpcPackagesVersion>1.6.0-pre05</GrpcPackagesVersion>
<ComponentsPackagesVersion>4.7.0</ComponentsPackagesVersion>
<GrpcPackagesVersion>1.6.0</GrpcPackagesVersion>
</PropertyGroup>

<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" Condition="Exists($([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../')))"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- NuGet -->
<Import Project="../NuGet.targets" />
<PropertyGroup>
<PackageVersion>1.3.0-pre01</PackageVersion>
<PackageVersion>1.3.0</PackageVersion>
<Description>HAVIT Blazor Library - Google Tag Manager support (incl. optional automatic page-views tracking)</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/havit/Havit.Blazor</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- NuGet -->
<Import Project="../NuGet.targets" />
<PropertyGroup>
<PackageVersion>1.0.9</PackageVersion>
<PackageVersion>1.0.10</PackageVersion>
<Description>HAVIT .NET Framework Extensions - Localization</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/havit/Havit.Blazor</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- NuGet -->
<Import Project="../NuGet.targets" />
<PropertyGroup>
<PackageVersion>1.0.10</PackageVersion>
<PackageVersion>1.0.11</PackageVersion>
<Description>HAVIT Source Generators for generating string localizers strong API.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/havit/Havit.Blazor</PackageProjectUrl>
Expand Down

0 comments on commit 8a64667

Please sign in to comment.