File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
demo/Semi.Avalonia.Demo/Pages
Semi.Avalonia.ColorPicker
Semi.Avalonia.TreeDataGrid Expand file tree Collapse file tree 6 files changed +9
-9
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.6 " ;
12+ public string MainInstall { get ; set ; } = "dotnet add package Semi.Avalonia --version 11.2.1.7 " ;
1313
1414 public string MainStyle { get ; set ; } =
1515 """
@@ -18,7 +18,7 @@ public Overview()
1818 </Application.Styles>
1919 """ ;
2020
21- public string ColorPickerInstall { get ; set ; } = "dotnet add package Semi.Avalonia.ColorPicker --version 11.2.1.6 " ;
21+ public string ColorPickerInstall { get ; set ; } = "dotnet add package Semi.Avalonia.ColorPicker --version 11.2.1.7 " ;
2222
2323 public string ColorPickerStyle { get ; set ; } =
2424 """
@@ -27,7 +27,7 @@ public Overview()
2727 </Application.Styles>
2828 """ ;
2929
30- public string DataGridInstall { get ; set ; } = "dotnet add package Semi.Avalonia.DataGrid --version 11.2.1.6 " ;
30+ public string DataGridInstall { get ; set ; } = "dotnet add package Semi.Avalonia.DataGrid --version 11.2.1.7 " ;
3131
3232 public string DataGridStyle { get ; set ; } =
3333 """
@@ -36,7 +36,7 @@ public Overview()
3636 </Application.Styles>
3737 """ ;
3838
39- public string TreeDataGridInstall { get ; set ; } = "dotnet add package Semi.Avalonia.TreeDataGrid --version 11.0.10.2 " ;
39+ public string TreeDataGridInstall { get ; set ; } = "dotnet add package Semi.Avalonia.TreeDataGrid --version 11.0.10.3 " ;
4040
4141 public string TreeDataGridStyle { get ; set ; } =
4242 """
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.6 </Version >
6+ <Version >11.2.1.7 </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.6 </PackageReleaseNotes >
7+ <PackageReleaseNotes >Update to Semi.Avalonia.ColorPicker 11.2.1.7 </PackageReleaseNotes >
88 </PropertyGroup >
99
1010 <PropertyGroup Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))" >
Original file line number Diff line number Diff line change 55 <Nullable >enable</Nullable >
66 <LangVersion >latest</LangVersion >
77 <Version >11.2.1.6</Version >
8- <PackageReleaseNotes >Update to Semi.Avalonia.DataGrid 11.2.1.6 </PackageReleaseNotes >
8+ <PackageReleaseNotes >Update to Semi.Avalonia.DataGrid 11.2.1.7 </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 55 <Nullable >enable</Nullable >
66 <LangVersion >latest</LangVersion >
77 <Version >11.0.10.2</Version >
8- <PackageReleaseNotes >Update to 11.0.10.2 </PackageReleaseNotes >
8+ <PackageReleaseNotes >Update to 11.0.10.3 </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.6 </PackageReleaseNotes >
7+ <PackageReleaseNotes >Update to Semi.Avalonia 11.2.1.7 </PackageReleaseNotes >
88 </PropertyGroup >
99
1010 <PropertyGroup Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))" >
You can’t perform that action at this time.
0 commit comments