-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #171 from AvaloniaCommunity/3.0_major_update
3.0 major update
- Loading branch information
Showing
268 changed files
with
12,434 additions
and
4,854 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<Project> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<LangVersion>latest</LangVersion> | ||
<Nullable>enable</Nullable> | ||
<NoWarn>NU5104, NU1507</NoWarn> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
|
||
<Authors>Larymar,SKProCH,Appleneko2001</Authors> | ||
<Company>Larymar,SKProCH,Appleneko2001</Company> | ||
<PackageProjectUrl>https://github.com/AvaloniaCommunity/Material.Avalonia</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/AvaloniaCommunity/Material.Avalonia</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="$(MSBuildThisFileDirectory)\.editorconfig" Link=".editorconfig" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<AvaloniaResource Include="**\*.xaml"> | ||
<Generator>MSBuild:Compile</Generator> | ||
<SubType>Designer</SubType> | ||
</AvaloniaResource> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled> | ||
<AvaloniaVersion>11.0.0</AvaloniaVersion> | ||
<ShowMeTheXamlVersion>1.3.0</ShowMeTheXamlVersion> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Avalonia" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="Avalonia" Version="$(AvaloniaVersion)" /> | ||
<PackageVersion Include="Avalonia.Diagnostics" Version="$(AvaloniaVersion)" /> | ||
<PackageVersion Include="Avalonia.Controls.DataGrid" Version="$(AvaloniaVersion)" /> | ||
<PackageVersion Include="Avalonia.Controls.ItemsRepeater" Version="$(AvaloniaVersion)" /> | ||
<PackageVersion Include="Avalonia.Desktop" Version="$(AvaloniaVersion)" /> | ||
<PackageVersion Include="Avalonia.Themes.Simple" Version="$(AvaloniaVersion)" /> | ||
<!--For Material.Styles--> | ||
<PackageVersion Include="System.Reactive" Version="6.0.0" /> | ||
<PackageVersion Include="aqua.tool.polyfill.IsExternalInit" Version="2.0.0" /> | ||
<!--For Material.Demo--> | ||
<PackageVersion Include="Material.Icons.Avalonia" Version="2.0.1" /> | ||
<PackageVersion Include="DialogHost.Avalonia" Version="0.7.4" /> | ||
<PackageVersion Include="ShowMeTheXaml.Avalonia" Version="$(ShowMeTheXamlVersion)" /> | ||
<PackageVersion Include="ShowMeTheXaml.Avalonia.AvaloniaEdit" Version="$(ShowMeTheXamlVersion)" /> | ||
<PackageVersion Include="ShowMeTheXaml.Avalonia.Generator" Version="$(ShowMeTheXamlVersion)" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.