diff --git a/.gitignore b/.gitignore index af8ef04..5b423ad 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ obj/ #NuGet packages/ +*.nupkg #Installer installer/Output diff --git a/Stylet/Properties/AssemblyInfo.cs b/Stylet/Properties/AssemblyInfo.cs index 99c2457..1890254 100644 --- a/Stylet/Properties/AssemblyInfo.cs +++ b/Stylet/Properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ using System.Windows.Markup; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Stylet")] -[assembly: AssemblyDescription("This is the description")] +[assembly: AssemblyDescription("A very lightweight but powerful ViewModel-First MVVM framework for WPF, inspired by Caliburn.Micro. Comes with its own IoC container.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Antony Male")] [assembly: AssemblyProduct("Stylet")] @@ -35,5 +35,5 @@ using System.Windows.Markup; // 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +//[assembly: AssemblyVersion("1.0.0.0")] +//[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Stylet/Stylet.nuspec b/Stylet/Stylet.nuspec new file mode 100644 index 0000000..b15bdc6 --- /dev/null +++ b/Stylet/Stylet.nuspec @@ -0,0 +1,23 @@ + + + + Stylet + 0.9.0-beta7 + Stylet + Antony Male + Antony Male + http://github.com/canton7/Stylet/blob/master/LICENSE.txt + http://github.com/canton7/Stylet + https://raw.githubusercontent.com/canton7/Stylet/master/StyletIcon.png + false + A very lightweight but powerful ViewModel-First MVVM framework for WPF, inspired by Caliburn.Micro. Comes with its own IoC container. + Copyright 2014 Antony Male + WPF MVVM ViewModel Screen Conductor ViewModel-First Model-View-ViewModel UI + + + + + + + +