Skip to content

Commit

Permalink
chore: bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljbc1994 committed Oct 15, 2021
1 parent 947a485 commit fe7b462
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -33,7 +33,7 @@

<!-- Versioning properties -->
<PropertyGroup>
<VersionPrefix Condition=" '$(VersionPrefix)'=='' ">3.0.1</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)'=='' ">3.1.0</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">dev</VersionSuffix>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@
<Title>Blazor Intersection Observer</Title>
<Description>Intersection Observer API for Blazor applications</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>3.0.1</Version>
<Version>3.1.0</Version>
<Product>BlazorIntersectionObserver</Product>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>
3.1.0
- Use the navigation manager for importing intersection observer script

3.0.1
- Add helpful error messages if the consumer fails to provide an element to observe or does not provide
any child content.
Expand Down

0 comments on commit fe7b462

Please sign in to comment.