Skip to content

Commit

Permalink
11.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Nov 16, 2023
1 parent 78a3f72 commit 7eb990f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Restore workloads
run: dotnet workload restore
- name: Restore dependencies
Expand Down
8 changes: 7 additions & 1 deletion Avalonia.Maui/Avalonia.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,23 @@
<!-- Packaging -->
<PropertyGroup>
<IsPackable>true</IsPackable>
<Version>11.0-preview3</Version>
<Version>11.0.5</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/AvaloniaUI/AvaloniaMauiHybrid</RepositoryUrl>
<PackageTags>avalonia;avaloniaui;maui;android</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageIcon>Icon.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup Label="PackageIcon">
<None Include="Icon.png" Pack="true" Visible="false" PackagePath=""/>
</ItemGroup>
<!-- /Packaging -->
</Project>
Binary file added Avalonia.Maui/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions AvaloniaMauiHybrid.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionIt
LICENSE = LICENSE
nuget.config = nuget.config
README.md = README.md
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AvaloniaSample", "AvaloniaSample", "{10E5B37C-47D1-498B-AD9D-9A281064C091}"
Expand Down

0 comments on commit 7eb990f

Please sign in to comment.