Browse Source

nuget spec update

Ronen 8 years ago
parent
commit
003e1a2c1f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      MonoGameSceneGraph.nuspec

+ 2 - 1
MonoGameSceneGraph.nuspec

@@ -5,11 +5,12 @@
 	<version>1.1.0.0</version>
 	<authors>Ronen Ness</authors>
 	<owners>RonenNess</owners>
+	<title>MonoGame Scene Graph</title>
 	<licenseUrl>https://en.wikipedia.org/wiki/MIT_License</licenseUrl>
 	<projectUrl>https://github.com/RonenNess/MonoGame-SceneGraph</projectUrl>
 	<iconUrl>https://raw.githubusercontent.com/RonenNess/MonoGame-SceneGraph/master/icon.png</iconUrl>
 	<requireLicenseAcceptance>false</requireLicenseAcceptance>
-	<releaseNotes>Stable version with nodes, transformations, and basic model entity.</releaseNotes>
+	<releaseNotes>Added Culling Nodes and Bounding Boxes support + minor changes in APIs.</releaseNotes>
 	<description>Basic scene graph (node-based transformations) for 3D MonoGame projects.</description>
 	<tags>monogame scene graph gamedev nodes 3d animations</tags>
 	<dependencies>