summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--nuget/nuget.exebin0 -> 3955928 bytes
-rw-r--r--nuget/pack.bat1
-rw-r--r--src/Scs/Properties/AssemblyInfo.cs4
4 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index bdc3535..2803596 100644
--- a/.gitignore
+++ b/.gitignore
@@ -106,3 +106,5 @@ Generated_Code #added for RIA/Silverlight projects
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
+
+!nuget.exe \ No newline at end of file
diff --git a/nuget/nuget.exe b/nuget/nuget.exe
new file mode 100644
index 0000000..31fc988
--- /dev/null
+++ b/nuget/nuget.exe
Binary files differ
diff --git a/nuget/pack.bat b/nuget/pack.bat
new file mode 100644
index 0000000..8c5fc5d
--- /dev/null
+++ b/nuget/pack.bat
@@ -0,0 +1 @@
+"NuGet.exe" "pack" "..\src\Scs\Scs.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols \ No newline at end of file
diff --git a/src/Scs/Properties/AssemblyInfo.cs b/src/Scs/Properties/AssemblyInfo.cs
index 6601ece..50840de 100644
--- a/src/Scs/Properties/AssemblyInfo.cs
+++ b/src/Scs/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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.1.0.1")]
-[assembly: AssemblyFileVersion("1.1.0.1")]
+[assembly: AssemblyVersion("1.1.1.0")]
+[assembly: AssemblyFileVersion("1.1.1.0")]