Skip to content

Commit

Permalink
Updated NuGet info
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Mar 19, 2019
1 parent ded04a4 commit 6e0b1d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions UICompositionAnimations/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Sergio Pedri")]
[assembly: AssemblyProduct("UICompositionAnimations")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -23,8 +23,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.1.0")]
[assembly: AssemblyFileVersion("3.0.1.0")]
[assembly: AssemblyInformationalVersion("3.0.1")]
[assembly: AssemblyVersion("3.1.0.0")]
[assembly: AssemblyFileVersion("3.1.0.0")]
[assembly: AssemblyInformationalVersion("3.1.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 @@ -178,7 +178,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations">
<Version>2018.2.1</Version>
<Version>2018.3.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.1.9</Version>
Expand Down
10 changes: 5 additions & 5 deletions UICompositionAnimations/UICompositionAnimations.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
<package>
<metadata>
<id>UICompositionAnimations</id>
<version>3.0.1</version>
<version>3.1.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>
<license type="expression">GPL-3.0-only</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>Added new pointer events handling APIs</releaseNotes>
<copyright>Copyright © 2018</copyright>
<releaseNotes>New PipelineBrush and composition effect APIs</releaseNotes>
<copyright>Copyright © 2010</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="JetBrains.Annotations" version="2018.3.0" />
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="6.1.9" />
<dependency id="Win2D.uwp" version="1.23.0" />
</dependencies>
Expand Down

0 comments on commit 6e0b1d6

Please sign in to comment.