Skip to content

Commit

Permalink
update avalonia edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
danwalmsley committed Jan 22, 2021
1 parent 5777401 commit 5856b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.0-rc1</AvaloniaVersion>
<AvaloniaVersion>0.10.0</AvaloniaVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/AvaloniaEdit/AvaloniaEdit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>612,618</WarningsNotAsErrors>
<Version>0.10.0-rc1</Version>
<Version>0.10.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5856b95

Please sign in to comment.