Skip to content

Commit

Permalink
Merge pull request #352 from irihitech/version
Browse files Browse the repository at this point in the history
Upgrade verstion to 1.1.0
  • Loading branch information
rabbitism authored Aug 16, 2024
2 parents 0a43630 + ce98afd commit 0c17aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/Ursa.Demo/Ursa.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
<PackageReference Include="Semi.Avalonia" Version="11.1.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Package.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<AvaloniaVersion>11.1.1</AvaloniaVersion>
</PropertyGroup>
</Project>

0 comments on commit 0c17aec

Please sign in to comment.