diff --git a/src/BlazorQuery.Library/BlazorQuery.Library.csproj b/src/BlazorQuery.Library/BlazorQuery.Library.csproj
index bbbd409..f9e3351 100644
--- a/src/BlazorQuery.Library/BlazorQuery.Library.csproj
+++ b/src/BlazorQuery.Library/BlazorQuery.Library.csproj
@@ -7,28 +7,21 @@
BlazorQuery.Library
true
true
- 0.0.2
+ 0.0.3
KevinJPetersen and contributors
https://github.com/kevinjpetersen/BlazorQuery
https://github.com/kevinjpetersen/BlazorQuery
GitHub
Blazor, Razor, jQuery, Query, CSharp, DOM, Manipulation
-
- Version 0.0.2 - 2020-07-29 | Functionality added
- * Update projects to build with latest version of Blazor
- * Migration from blazor preview --> blazor release
- * Starting wrapping fadein and fadeout
- * New testapp to test with blazor webassembly, and refactoring to make common code between the 2 testaspp
- Version 0.0.1 - 2019-07-09 | Functionality added
- * Added Select (Equivalent to $/jQuery, to select elements)
- * Added AddClass, RemoveClass,
- * Added Height (Set & Get), Width (Set & Get)
- * Added Text (Set & Get)
- * Added CSS
-
+ Version 0.0.3 - 2021-05-01
+* Migrated to .NET 5 and updated all packages to .NET 5 versions
+* Some cleanup, such as moving BlazorQueryDOMHelpers to a new file
+* Fixed a bug where Height and Width on DOM element needed to be double
+* Added "href" to DOM element
BlazorQuery is a Blazor Library that wraps jQuery in C# so that DOM Manipulation, Ajax, etc, can be done directly without leaving the comfort of C#.
MIT License
LICENSE
+ BlazorQuery