-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMonolith.nuspec
21 lines (20 loc) · 1012 Bytes
/
Monolith.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package>
<metadata>
<id>$id$</id>
<version>1.1.1.0</version>
<title>Lousy.Monolith</title>
<authors>Lousy</authors>
<owners>Lousy</owners>
<licenseUrl>https://raw.githubusercontent.com/ThatLousyGuy/Monolith/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/ThatLousyGuy/Monolith</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Monolith is a Windows library that lets you create animations in codebehind in a fluent, somewhat straightforward manner. It's a wrapper around the Windows.UI.Xaml.Media.Animation library that removes as much of the setup as possible.</description>
<releaseNotes>
Most methods and classes should now have useful descriptions in Intellisense
Oli.Run().Now() and Oli.Run().After() now produce EventTokens that can be used with other animations
</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>Monolith Lousy</tags>
</metadata>
</package>