-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase version number. Create package for SimpleRouter.Avalonia
- Loading branch information
Showing
2 changed files
with
40 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,44 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
|
||
<PackageId>IDotta.SimpleRouter.Avalonia</PackageId> | ||
<Version>1.0.2</Version> | ||
<Title>SimpleRouter.Avalonia</Title> | ||
<Product>SimpleRouter.Avalonia</Product> | ||
<Authors>Iúri Dotta</Authors> | ||
<Description>Contains the IDotta.SimpleRouter platform specific extensions for AvaloniaUI.</Description> | ||
<PackageDescription>Contains the IDotta.SimpleRouter platform specific extensions for AvaloniaUI.</PackageDescription> | ||
<PackageProjectUrl>https://github.com/idotta/SimpleRouter</PackageProjectUrl> | ||
<PackageTags>router;navigation;navigator;mvvm;avalonia;csharp</PackageTags> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<RepositoryUrl>https://github.com/idotta/SimpleRouter</RepositoryUrl> | ||
<Copyright>MIT</Copyright> | ||
<Company>Dotta IT Solutions</Company> | ||
<!--<PackageIcon></PackageIcon>--> | ||
<PackageLicenseFile>LICENSE</PackageLicenseFile> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Avalonia" Version="11.0.10" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="..\..\LICENSE"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
<None Include="..\..\README.md"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\SimpleRouter\SimpleRouter.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Avalonia" Version="11.0.10" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\SimpleRouter\SimpleRouter.csproj" /> | ||
</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