Skip to content

Commit

Permalink
Package Update
Browse files Browse the repository at this point in the history
#CHANGE: Updated Package Specs to AdamsLair.Duality 3.2.1
  • Loading branch information
Barsonax committed Apr 20, 2020
1 parent 6e1016e commit 9afb443
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Build/NuGetPackageSpecs/Duality.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>AdamsLair.Duality</id>
<version>3.2.0</version>
<version>3.2.1</version>
<authors>Fedja Adam</authors>
<owners>Fedja Adam</owners>
<title>Duality Core</title>
Expand All @@ -13,8 +13,8 @@
<summary>The Duality engine core.</summary>
<description>The Duality engine core.</description>
<tags>Duality Core</tags>
<releaseNotes>Added Support for Setting Hardware Cursors
#ADD: It is now possible to adjust the hardware cursor on the game window through `INativeWindow`.</releaseNotes>
<releaseNotes>
</releaseNotes>
<dependencies>
<dependency id="AdamsLair.Duality.Primitives" version="3.0.4" />
<dependency id="AdamsLair.NVorbis" version="0.7.6" />
Expand Down
4 changes: 2 additions & 2 deletions Source/Core/Duality/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
//
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("3.2.0")]
[assembly: AssemblyVersion("3.2.0")]
// [assembly: AssemblyVersion("3.2.1")]
[assembly: AssemblyVersion("3.2.1")]
[assembly: InternalsVisibleTo("DualityEditor")]
[assembly: InternalsVisibleTo("DualityTests")]

0 comments on commit 9afb443

Please sign in to comment.