diff --git a/.gitignore b/.gitignore
index db6eceb..c6a9724 100644
--- a/.gitignore
+++ b/.gitignore
@@ -259,6 +259,4 @@ artifacts/
.sonarqube/
# dotnet tools
-.store/
-
-!Dlls/**
\ No newline at end of file
+.store/
\ No newline at end of file
diff --git a/Directory.build.props b/Directory.build.props
index 5cd4e50..135d0d6 100644
--- a/Directory.build.props
+++ b/Directory.build.props
@@ -3,25 +3,26 @@
Copyright (c) Martijn van Dijk
Apache-2.0
https://github.com/martijn00/LottieXamarin
- https://raw.githubusercontent.com/martijn00/LottieXamarin/master/icon_lottie.png
+ https://raw.githubusercontent.com/martijn00/LottieXamarin/develop/icon.png
+
Martijn van Dijk
martijn00
xamarin, monodroid, C#, xamarin.android, Forms, android, Lottie, animation, airbnb
-
+ https://github.com/martijn00/LottieXamarin/releases
false
-
- true
+
https://github.com/martijn00/LottieXamarin
git
$(AssemblyName) ($(TargetFramework))
en
3.0.0
AnyCPU
-
+
7.3
$(NoWarn);1591;1701;1702;1705;VSX1000;NU1603
-
+
$(MSBuildProjectName.Contains('UnitTest'))
+ $(MSBuildProjectName.Contains('Lottie'))
@@ -47,8 +48,8 @@
-
-
+
+
diff --git a/icon_lottie.png b/icon.png
similarity index 100%
rename from icon_lottie.png
rename to icon.png