Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kir-Antipov committed Nov 3, 2023
1 parent fe30a75 commit 9b77155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PropertyGroup>
<IsPackable>false</IsPackable>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Kir_Antipov</Authors>
<Company>$(Authors)</Company>
<ReleaseYear>2023</ReleaseYear>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ While you could use the `dotnet add` command to accomplish this, I would strongl

<ItemGroup>
<PackageReference Condition="$(DefineConstants.Contains(ENABLE_XAML_HOT_RELOAD))" Include="Avalonia.Markup.Xaml.Loader" Version="$(AvaloniaVersion)" />
<PackageReference Condition="$(DefineConstants.Contains(ENABLE_XAML_HOT_RELOAD))" Include="HotAvalonia" Version="1.0.0" />
<PackageReference Include="HotAvalonia.Extensions" Version="1.0.0" PrivateAssets="All" />
<PackageReference Condition="$(DefineConstants.Contains(ENABLE_XAML_HOT_RELOAD))" Include="HotAvalonia" Version="1.0.1" />
<PackageReference Include="HotAvalonia.Extensions" Version="1.0.1" PrivateAssets="All" />
</ItemGroup>
```

Expand Down

0 comments on commit 9b77155

Please sign in to comment.