Skip to content

Commit

Permalink
releasing version 1.1.5 to NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
nberardi committed Sep 6, 2012
1 parent fa0ea23 commit 29c7bdf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@echo Off
set config=%1
if "%config%" == "" (
set config=Debug
)

%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild .\src\FluentCassandra.csproj /p:Configuration="%config%" /v:M /fl /flp:LogFile=msbuild.log;Verbosity=Normal /nr:false

if "%config%" == "Release" (
nuget pack .\src\FluentCassandra.csproj -Build -Symbols -Properties Configuration=Release
)
2 changes: 1 addition & 1 deletion src/FluentCassandra.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>FluentCassandra</id>
<version>1.1.4</version>
<version>1.1.5</version>
<title>Fluent Cassandra</title>
<authors>Nick Berardi</authors>
<owners>Managed Fusion, LLC</owners>
Expand Down

0 comments on commit 29c7bdf

Please sign in to comment.