Skip to content

Commit

Permalink
NuGet info updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Nov 1, 2018
1 parent cee3957 commit 170e774
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion UICompositionAnimations/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyInformationalVersion("3.0.0-beta8")]
[assembly: AssemblyInformationalVersion("3.0.0")]
[assembly: ComVisible(false)]

2 changes: 1 addition & 1 deletion UICompositionAnimations/UICompositionAnimations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<Version>2018.2.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.1.5</Version>
<Version>6.1.9</Version>
</PackageReference>
<PackageReference Include="Win2D.uwp">
<Version>1.23.0</Version>
Expand Down
6 changes: 3 additions & 3 deletions UICompositionAnimations/UICompositionAnimations.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<package>
<metadata>
<id>UICompositionAnimations</id>
<version>3.0.0-beta8</version>
<version>3.0.0</version>
<title>UICompositionAnimations</title>
<description>A wrapper UWP PCL to work with Windows.UI.Composition and XAML animations, and Win2D effects</description>
<authors>Sergio Pedri</authors>
<owners>Sergio Pedri</owners>
<projectUrl>https://github.com/Sergio0694/UICompositionAnimations</projectUrl>
<licenseUrl>https://github.com/Sergio0694/UICompositionAnimations/blob/master/LICENSE.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>Retargeted to support SDK 17134, bug fixes and code improvements</releaseNotes>
<releaseNotes>Retargeted to support SDK 17134, new APIs and code refactoring</releaseNotes>
<copyright>Copyright © 2018</copyright>
<tags>uwp composition animations xaml csharp windows winrt universal app ui win2d graphics</tags>
<dependencies>
<dependency id="JetBrains.Annotations" version="2018.2.1" />
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="6.1.5" />
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="6.1.9" />
<dependency id="Win2D.uwp" version="1.23.0" />
</dependencies>
</metadata>
Expand Down

0 comments on commit 170e774

Please sign in to comment.