Skip to content

Commit

Permalink
stable to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PieroCastillo committed Mar 29, 2021
1 parent 4da8d87 commit e98f094
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
Binary file added Pictures/aura.ui stb 1.3 vs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 2 additions & 7 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,14 @@ Install Aura.UI with Visual Studio or dotnetCLI:
Open the Nuget Packages Manager on your project and search
Aura.UI.

<img src="Pictures\vs_aura_ui.png" ></img>
<img src="Pictures\aura.ui stb 1.3 vs.png" ></img>

<h3>Dotnet CLI</h3>

Open the terminal on the root folder of your project and write <br/>
```cmd
dotnet package Aura.UI --version 0.1.3-rc2
dotnet package Aura.UI --version 0.1.3
```
Do it like this:

<img src="Pictures/cli_aura_ui.png"></img>


# Preparation

For Fluent Theme add these Styles to App.xaml
Expand Down
2 changes: 1 addition & 1 deletion build/version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PackageVersion>0.1.3.0-rc3</PackageVersion>
<PackageVersion>0.1.3.0</PackageVersion>
<AssemblyVersion>0.1.3.0</AssemblyVersion>
<Version>0.1.3.0</Version>
<LangVersion>9.0</LangVersion>
Expand Down

0 comments on commit e98f094

Please sign in to comment.