misc: bump version.
This commit is contained in:
@@ -62,6 +62,9 @@ You can now use Ursa controls in your Avalonia Application.
|
||||
|
||||

|
||||
|
||||
## Compatibility Notice
|
||||
Ursa currently is compatible with both Avalonia 11.1.x and 11.2.x, but specifically does not support Avalonia 11.2.0.
|
||||
|
||||
## Extensions
|
||||
|
||||
### Prism Extension
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
|
||||
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="$(AvaloniaVersion)" />
|
||||
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.0" />
|
||||
<PackageReference Include="Semi.Avalonia" Version="11.1.0.5-beta1" />
|
||||
<PackageReference Include="Semi.Avalonia" Version="11.2.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.5.0.1</Version>
|
||||
<Version>1.6.0</Version>
|
||||
<AvaloniaVersion>11.1.1</AvaloniaVersion>
|
||||
<Authors>IRIHI Technology Co., Ltd.</Authors>
|
||||
<RepositoryUrl>https://github.com/irihitech/Ursa.Avalonia</RepositoryUrl>
|
||||
|
||||
Reference in New Issue
Block a user