File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
demo/Semi.Avalonia.Demo/Pages
Semi.Avalonia.ColorPicker
Semi.Avalonia.TreeDataGrid Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public Overview()
99 InitializeComponent ( ) ;
1010 }
1111
12- public string MainInstall { get ; set ; } = "dotnet add package Semi.Avalonia --version 11.2.1.5 " ;
12+ public string MainInstall { get ; set ; } = "dotnet add package Semi.Avalonia --version 11.2.1.6 " ;
1313
1414 public string MainStyle { get ; set ; } =
1515 """
@@ -20,7 +20,7 @@ public Overview()
2020 </Application.Styles>
2121 """ ;
2222
23- public string ColorPickerInstall { get ; set ; } = "dotnet add package Semi.Avalonia.ColorPicker --version 11.2.1.5 " ;
23+ public string ColorPickerInstall { get ; set ; } = "dotnet add package Semi.Avalonia.ColorPicker --version 11.2.1.6 " ;
2424
2525 public string ColorPickerStyle { get ; set ; } =
2626 """
@@ -29,7 +29,7 @@ public Overview()
2929 </Application.Styles>
3030 """ ;
3131
32- public string DataGridInstall { get ; set ; } = "dotnet add package Semi.Avalonia.DataGrid --version 11.2.1.5 " ;
32+ public string DataGridInstall { get ; set ; } = "dotnet add package Semi.Avalonia.DataGrid --version 11.2.1.6 " ;
3333
3434 public string DataGridStyle { get ; set ; } =
3535 """
@@ -38,7 +38,7 @@ public Overview()
3838 </Application.Styles>
3939 """ ;
4040
41- public string TreeDataGridInstall { get ; set ; } = "dotnet add package Semi.Avalonia.TreeDataGrid --version 11.0.10.1 " ;
41+ public string TreeDataGridInstall { get ; set ; } = "dotnet add package Semi.Avalonia.TreeDataGrid --version 11.0.10.2 " ;
4242
4343 public string TreeDataGridStyle { get ; set ; } =
4444 """
Original file line number Diff line number Diff line change 33 <TargetFrameworks >netstandard2.0;net6.0;net8.0</TargetFrameworks >
44 <Nullable >enable</Nullable >
55 <LangVersion >latest</LangVersion >
6- <Version >11.2.1.5 </Version >
6+ <Version >11.2.1.6 </Version >
77 <Authors >IRIHI Technology Co., Ltd.</Authors >
88 <Description >Avalonia Theme inspired by Semi Design.</Description >
99 <RepositoryUrl >https://github.com/irihitech/Semi.Avalonia</RepositoryUrl >
Original file line number Diff line number Diff line change 44
55 <PropertyGroup >
66 <Title >Semi.Avalonia.ColorPicker</Title >
7- <PackageReleaseNotes >Update to Semi.Avalonia.ColorPicker 11.2.1.5 </PackageReleaseNotes >
7+ <PackageReleaseNotes >Update to Semi.Avalonia.ColorPicker 11.2.1.6 </PackageReleaseNotes >
88 </PropertyGroup >
99
1010 <PropertyGroup Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))" >
Original file line number Diff line number Diff line change 44 <TargetFrameworks >netstandard2.0;net6.0;net8.0</TargetFrameworks >
55 <Nullable >enable</Nullable >
66 <LangVersion >latest</LangVersion >
7- <Version >11.2.1.5 </Version >
8- <PackageReleaseNotes >Update to Semi.Avalonia.DataGrid 11.2.1.5 </PackageReleaseNotes >
7+ <Version >11.2.1.6 </Version >
8+ <PackageReleaseNotes >Update to Semi.Avalonia.DataGrid 11.2.1.6 </PackageReleaseNotes >
99 <Authors >IRIHI Technology Co., Ltd.</Authors >
1010 <Description >Avalonia Theme inspired by Semi Design.</Description >
1111 <RepositoryUrl >https://github.com/irihitech/Semi.Avalonia</RepositoryUrl >
Original file line number Diff line number Diff line change 44 <TargetFramework >net6.0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <LangVersion >latest</LangVersion >
7- <Version >11.0.10.1 </Version >
8- <PackageReleaseNotes >Update to 11.0.10.1 </PackageReleaseNotes >
7+ <Version >11.0.10.2 </Version >
8+ <PackageReleaseNotes >Update to 11.0.10.2 </PackageReleaseNotes >
99 <Authors >IRIHI Technology Co., Ltd.</Authors >
1010 <Description >Avalonia Theme inspired by Semi Design.</Description >
1111 <RepositoryUrl >https://github.com/irihitech/Semi.Avalonia</RepositoryUrl >
Original file line number Diff line number Diff line change 44
55 <PropertyGroup >
66 <Title >Semi.Avalonia</Title >
7- <PackageReleaseNotes >Update to Semi.Avalonia 11.2.1.5 </PackageReleaseNotes >
7+ <PackageReleaseNotes >Update to Semi.Avalonia 11.2.1.6 </PackageReleaseNotes >
88 </PropertyGroup >
99
1010 <PropertyGroup Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))" >
You can’t perform that action at this time.
0 commit comments