Skip to content

Commit

Permalink
Added nuget packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Sep 28, 2016
1 parent 2c50d11 commit 8f192c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,5 @@ Generated_Code #added for RIA/Silverlight projects
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML

!nuget.exe
Binary file added nuget/nuget.exe
Binary file not shown.
1 change: 1 addition & 0 deletions nuget/pack.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"NuGet.exe" "pack" "..\src\Scs\Scs.csproj" -Properties Configuration=Release -IncludeReferencedProjects -Symbols
4 changes: 2 additions & 2 deletions src/Scs/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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")]

0 comments on commit 8f192c2

Please sign in to comment.