Skip to content

Commit

Permalink
update metadata to reflect 2.0.0.GA
Browse files Browse the repository at this point in the history
  • Loading branch information
sbohlen committed Mar 28, 2015
1 parent 45e67d8 commit c70a700
Show file tree
Hide file tree
Showing 20 changed files with 44 additions and 34 deletions.
3 changes: 2 additions & 1 deletion build-release-all.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ cd ..
@echo ...
@echo Running full Build Script, capturing output to buildlog.txt file...
@echo Start Time: %time%
build-support\tools\nant\bin\nant clean package -f:spring.build -D:project.build.sign=true -D:build-ems=true -D:test.integration.ems=false -D:test.integration.data=true -D:mstest.exe="c:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\mstest.exe" -D:package.version=2.0.0 -D:nuget.version.suffix=RC2 -D:vs-net.mstest.bin.dir="c:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE" -D:skipmstestrun=true > buildlog.txt
build-support\tools\nant\bin\nant clean package -f:spring.build -D:project.build.sign=true -D:build-ems=true -D:test.integration.ems=false -D:test.integration.data=true -D:mstest.exe="c:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\mstest.exe" -D:package.version=2.0.0 -D:vs-net.mstest.bin.dir="c:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE" -D:skipmstestrun=true > buildlog.txt
rem for reference, package suffix arg = -D:nuget.version.suffix=RC2
@echo .
@echo ..
@echo ...
Expand Down
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ SPRING.NET FRAMEWORK CHANGELOG
==============================
http://www.springframework.net

*****************************************************************************************
Release Version 2.0.0 March 27, 2015

Release Notes - Spring.NET - Version 2.0.0





*****************************************************************************************
Release Version 1.3.2 August 1, 2011

Expand Down
2 changes: 1 addition & 1 deletion src/Spring/Spring.Aop/Spring.Aop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Spring.Core" version="2.0.0-RC1" />
<dependency id="Spring.Core" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="NHibernate" version="3.3.0" />
<dependency id="Spring.Aop" version="2.0.0-RC1" />
<dependency id="Spring.Core" version="2.0.0-RC1" />
<dependency id="Spring.Data" version="2.0.0-RC1" />
<dependency id="Spring.Aop" version="2.0.0" />
<dependency id="Spring.Core" version="2.0.0" />
<dependency id="Spring.Data" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="NHibernate" version="4.0.0" />
<dependency id="Spring.Aop" version="2.0.0-RC1" />
<dependency id="Spring.Core" version="2.0.0-RC1" />
<dependency id="Spring.Data" version="2.0.0-RC1" />
<dependency id="Spring.Aop" version="2.0.0" />
<dependency id="Spring.Core" version="2.0.0" />
<dependency id="Spring.Data" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions src/Spring/Spring.Data/Spring.Data.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Spring.Aop" version="2.0.0-RC1" />
<dependency id="Spring.Core" version="2.0.0-RC1" />
<dependency id="Spring.Aop" version="2.0.0" />
<dependency id="Spring.Core" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions src/Spring/Spring.Messaging.Ems/Spring.Messaging.Ems.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Spring.Core" version="2.0.0-RC1" />
<dependency id="Spring.Data" version="2.0.0-RC1" />
<dependency id="Spring.Core" version="2.0.0" />
<dependency id="Spring.Data" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<dependencies>
<dependency id="Apache.NMS" version="1.4.0" />
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Spring.Core" version="2.0.0-RC1" />
<dependency id="Spring.Data" version="2.0.0-RC1" />
<dependency id="Spring.Core" version="2.0.0" />
<dependency id="Spring.Data" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions src/Spring/Spring.Messaging/Spring.Messaging.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Spring.Core" version="2.0.0-RC1" />
<dependency id="Spring.Data" version="2.0.0-RC1" />
<dependency id="Spring.Core" version="2.0.0" />
<dependency id="Spring.Data" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<dependencies>
<dependency id="Common.Logging" version="2.1.2" />
<dependency id="Quartz" version="2.2.1" />
<dependency id="Spring.Core" version="2.0.0-RC1" />
<dependency id="Spring.Data" version="2.0.0-RC1" />
<dependency id="Spring.Core" version="2.0.0" />
<dependency id="Spring.Data" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion src/Spring/Spring.Services/Spring.Services.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Spring.Core" version="2.0.0-RC1" />
<dependency id="Spring.Core" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="NVelocity" version="1.0.3" />
<dependency id="Spring.Core" version="2.0.0-RC1" />
<dependency id="Spring.Core" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Spring.Core" version="2.0.0-RC1" />
<dependency id="Spring.Data" version="2.0.0-RC1" />
<dependency id="Spring.Core" version="2.0.0" />
<dependency id="Spring.Data" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions src/Spring/Spring.Testing.NUnit/Spring.Testing.NUnit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="NUnit" version="2.5.7" />
<dependency id="Spring.Core" version="2.0.0-RC1" />
<dependency id="Spring.Data" version="2.0.0-RC1" />
<dependency id="Spring.Core" version="2.0.0" />
<dependency id="Spring.Data" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Spring.Data.NHibernate3" version="2.0.0-RC1" />
<dependency id="Spring.Data.NHibernate3" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions src/Spring/Spring.Web.Extensions/Spring.Web.Extensions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<summary>Interfaces and classes that provide ASP.NET AJAX 1.0 support in Spring.Net</summary>
<language>en-US</language>
<dependencies>
<dependency id="Spring.Core" version="2.0.0-RC1" />
<dependency id="Spring.Web" version="2.0.0-RC1" />
<dependency id="Spring.Core" version="2.0.0" />
<dependency id="Spring.Web" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Spring.Core" version="2.0.0-RC1" />
<dependency id="Spring.Web" version="2.0.0-RC1" />
<dependency id="Spring.Core" version="2.0.0" />
<dependency id="Spring.Web" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions src/Spring/Spring.Web.Mvc4/Spring.Web.Mvc4.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Spring.Core" version="2.0.0-RC1" />
<dependency id="Spring.Web" version="2.0.0-RC1" />
<dependency id="Spring.Core" version="2.0.0" />
<dependency id="Spring.Web" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions src/Spring/Spring.Web.Mvc5/Spring.Web.Mvc5.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Spring.Core" version="2.0.0-RC1" />
<dependency id="Spring.Web" version="2.0.0-RC1" />
<dependency id="Spring.Core" version="2.0.0" />
<dependency id="Spring.Web" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion src/Spring/Spring.Web/Spring.Web.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Spring.Core" version="2.0.0-RC1" />
<dependency id="Spring.Core" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down

5 comments on commit c70a700

@ynauls
Copy link
Contributor

@ynauls ynauls commented on c70a700 Mar 28, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should Spring.Data.NHibernate4 nuspec reflect NH 4.0.3?

@sbohlen
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it will matter, will it? Won't NuGet silently replace NH4.0 with the latest NH4.x, package...?

@ynauls
Copy link
Contributor

@ynauls ynauls commented on c70a700 Mar 28, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stand by, i will try it out :)

@ynauls
Copy link
Contributor

@ynauls ynauls commented on c70a700 Mar 28, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are good to go!

@sbohlen
Copy link
Contributor Author

@sbohlen sbohlen commented on c70a700 Mar 28, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.