diff --git a/Directory.Build.props b/Directory.Build.props
index 5e6dd89..9af82d2 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -33,7 +33,7 @@
- 1.0.0
+ 1.1.0
dev
diff --git a/src/Blazor.IntersectionObserver/Blazor.IntersectionObserver.csproj b/src/Blazor.IntersectionObserver/Blazor.IntersectionObserver.csproj
index 7911657..d4eb849 100644
--- a/src/Blazor.IntersectionObserver/Blazor.IntersectionObserver.csproj
+++ b/src/Blazor.IntersectionObserver/Blazor.IntersectionObserver.csproj
@@ -16,7 +16,7 @@
Blazor Intersection Observer
Intersection Observer API for Blazor applications
true
- 1.0.0
+ 1.1.0
BlazorIntersectionObserver
06/12/2020
- Updated project to use dotnet 5
@@ -58,19 +58,14 @@
-
+
+
+
+
-
- Never
-
-
- Never
-
-
- Never
-
+
@@ -84,5 +79,15 @@
True
+
+ Never
+
+
+ Never
+
+
+
+ Never
+
\ No newline at end of file
diff --git a/src/Blazor.IntersectionObserver/package.json b/src/Blazor.IntersectionObserver/package.json
index 3ab5839..b5a9576 100644
--- a/src/Blazor.IntersectionObserver/package.json
+++ b/src/Blazor.IntersectionObserver/package.json
@@ -1,9 +1,9 @@
{
"name": "blazor.intersectionobserver",
"private": true,
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "Intersection Observer wrapper for Blazor",
- "main": "index.ts",
+ "main": "src/index.ts",
"scripts": {
"build": "rollup -c",
"test": "jest --ci --reporters=default --reporters=jest-junit --coverage --coverageReporters cobertura",