Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 02cabcd

Browse files
committed
Fix typo in new animation lib nuspec
1 parent acf8584 commit 02cabcd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
<?xml version="1.0"?>
22
<package>
33
<metadata>
4-
<id>Xamarin.Android.Support.Dynamic.Animations</id>
5-
<title>Xamarin Android Support Library - Dynamic Animations</title>
4+
<id>Xamarin.Android.Support.Dynamic.Animation</id>
5+
<title>Xamarin Android Support Library - Dynamic Animation</title>
66
<version>$version$</version>
77
<authors>Xamarin Inc.</authors>
88
<owners>Xamarin Inc.</owners>
99
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10-
<description>Dynamic Animations Android Support Library C# bindings for Xamarin</description>
10+
<description>Dynamic Animation Android Support Library C# bindings for Xamarin</description>
1111
<copyright>Copyright © Microsoft Corporation</copyright>
1212
<projectUrl>https://github.com/xamarin/AndroidSupportComponents/</projectUrl>
1313
<licenseUrl>https://github.com/xamarin/AndroidSupportComponents/blob/master/LICENSE.md</licenseUrl>
14-
<iconUrl>https://raw.githubusercontent.com/xamarin/AndroidSupportComponents/master/icons/dynamic-animations_128x128.png</iconUrl>
14+
<iconUrl>https://raw.githubusercontent.com/xamarin/AndroidSupportComponents/master/icons/dynamic-animation_128x128.png</iconUrl>
1515
<dependencies>
1616
<group targetFramework="MonoAndroid70">
1717
<dependency id="Xamarin.Build.Download" version="0.4.3" />
1818
</group>
1919
</dependencies>
2020
</metadata>
2121
<files>
22-
<file src="dynamic-animations/nuget/Xamarin.Android.Support.Dynamic.Animations.targets" target="build/MonoAndroid70" />
22+
<file src="dynamic-animation/nuget/Xamarin.Android.Support.Dynamic.Animation.targets" target="build/MonoAndroid70" />
2323

24-
<file src="output/Xamarin.Android.Support.Dynamic.Animations.dll" target="lib/MonoAndroid70" />
24+
<file src="output/Xamarin.Android.Support.Dynamic.Animation.dll" target="lib/MonoAndroid70" />
2525
</files>
2626
</package>

0 commit comments

Comments
 (0)