Skip to content

Commit 1f194f6

Browse files
committed
chore: release 2.0.0
1 parent b29e35a commit 1f194f6

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Community translations for the MudBlazor component library.
1313
| MudBlazor | MudBlazor.Translations |
1414
|-----------|------------------------|
1515
| 7.x.x | 1.x.x |
16+
| 8.x.x | 2.x.x |
1617

1718
## Installation
1819

src/MudBlazor.Translations/MudBlazor.Translations.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
55

66
<PackageId>MudBlazor.Translations</PackageId>
77
<PackageDescription>Community translations for the MudBlazor component library.</PackageDescription>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="MudBlazor" Version="7.15.0" />
12+
<PackageReference Include="MudBlazor" Version="8.0.0" />
1313
<PackageReference Include="Microsoft.CodeAnalysis.ResxSourceGenerator" Version="3.11.0-beta1.24605.2">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

test/MudBlazor.Translations.SampleApp/MudBlazor.Translations.SampleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="MudBlazor" Version="7.15.0" />
10+
<PackageReference Include="MudBlazor" Version="8.0.0" />
1111
<PackageReference Update="SonarAnalyzer.CSharp" Version="10.5.0.109200">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.6",
3+
"version": "2.0",
44
"versionHeightOffset": -1,
55
"nugetPackageVersion": {
66
"semVer": 2

0 commit comments

Comments
 (0)