Skip to content

Commit

Permalink
updated build inputs to reflect 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbohlen committed Mar 27, 2015
1 parent 99b7700 commit bf10d4a
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions build-release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ cls
@echo .
@echo .

rem tools\nant\bin\nant.exe -f:Common.Logging.build build package-zip package-nuget -D:project.sign=true -D:package.version=3.0.0 -D:nuget.version.suffix=Alpha1 -D:project.releasetype=release > buildlog.txt
tools\nant\bin\nant.exe -f:Common.Logging.build build package-zip package-nuget -D:project.sign=true -D:package.version=3.0.0 -D:project.releasetype=release > buildlog.txt
rem tools\nant\bin\nant.exe -f:Common.Logging.build build package-zip package-nuget -D:project.sign=true -D:package.version=3.1.0 -D:nuget.version.suffix=Alpha1 -D:project.releasetype=release > buildlog.txt
tools\nant\bin\nant.exe -f:Common.Logging.build build package-zip package-nuget -D:project.sign=true -D:package.version=3.1.0 -D:project.releasetype=release > buildlog.txt

@echo ...complete!
@echo .
Expand Down
2 changes: 1 addition & 1 deletion src/Common.Logging.EntLib31/Common.Logging.EntLib31.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>EntLib Common.Logging.EntLib logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Common.Logging" version="3.1.0" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion src/Common.Logging.EntLib41/Common.Logging.EntLib41.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>EntLib Common.Logging.EntLib logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Common.Logging" version="3.1.0" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion src/Common.Logging.EntLib50/Common.Logging.EntLib50.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>EntLib Common.Logging.EntLib logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Common.Logging" version="3.1.0" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion src/Common.Logging.EntLib60/Common.Logging.EntLib60.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>EntLib Common.Logging.EntLib logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Common.Logging" version="3.1.0" />
<dependency id="EnterpriseLibrary.Common" version="6.0.1304" />
<dependency id="EnterpriseLibrary.Logging" version="6.0.1304" />
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>Log4Net Common.Logging.Log4Net logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Common.Logging" version="3.1.0" />
<dependency id="log4net" version="[1.2.10]" />
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>Log4Net Common.Logging.Log4Net logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Common.Logging" version="3.1.0" />
<dependency id="Log4Net" version="1.2.11" />
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>Log4Net Common.Logging.Log4Net logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Common.Logging" version="3.1.0" />
<dependency id="Log4Net" version="1.2.12" />
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>Log4Net Common.Logging.Log4Net logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Common.Logging" version="3.1.0" />
<dependency id="Log4Net" version="1.2.13" />
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>Log4Net Common.Logging.Log4Net logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Common.Logging" version="3.1.0" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion src/Common.Logging.NLog10/Common.Logging.NLog10.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>NLog Common.Logging.NLog logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Common.Logging" version="3.1.0" />
<dependency id="NLog" version="[1.0.0]" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion src/Common.Logging.NLog20/Common.Logging.NLog20.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>NLog Common.Logging.NLog logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Common.Logging" version="3.1.0" />
<dependency id="NLog" version="2.0.0" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion src/Common.Logging.NLog21/Common.Logging.NLog21.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>NLog Common.Logging.NLog logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Common.Logging" version="3.1.0" />
<dependency id="NLog" version="2.1.0" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion src/Common.Logging.NLog30/Common.Logging.NLog30.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>NLog Common.Logging.NLog logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Common.Logging" version="3.1.0" />
<dependency id="NLog" version="3.0.0" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion src/Common.Logging.NLog31/Common.Logging.NLog31.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>NLog Common.Logging.NLog logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Common.Logging" version="3.1.0" />
<dependency id="NLog" version="3.1.0" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion src/Common.Logging.NLog32/Common.Logging.NLog32.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>NLog Common.Logging.NLog logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging" version="3.0.0" />
<dependency id="Common.Logging" version="3.1.0" />
<dependency id="NLog" version="3.2.0" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion src/Common.Logging.Portable/Common.Logging.Portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>PCL Common.Logging.Portable Common.Logging.Core logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging.Core" version="3.0.0" />
<dependency id="Common.Logging.Core" version="3.1.0" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>Silverlight Common.Logging.Silverlight logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging.Portable" version="3.0.0" />
<dependency id="Common.Logging.Portable" version="3.1.0" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion src/Common.Logging/Common.Logging.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>logging log Common.Logging</tags>
<language>en-US</language>
<dependencies>
<dependency id="Common.Logging.Core" version="3.0.0" />
<dependency id="Common.Logging.Core" version="3.1.0" />
</dependencies>
</metadata>
<files>
Expand Down
6 changes: 3 additions & 3 deletions src/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@

#if PORTABLE
[assembly: AssemblyConfigurationAttribute("portable; release")]
[assembly: AssemblyInformationalVersionAttribute("3.0.0; portable; release")]
[assembly: AssemblyInformationalVersionAttribute("3.1.0; portable; release")]
#else
// Note - if we decide to skip SL4+WP support and only Support SL5 then we should be able to specify AllowPartiallyTrustedCallersAttribute
// even for Common.Logging.Core
[assembly: AllowPartiallyTrustedCallers()]
[assembly: AssemblyConfigurationAttribute("net-4.5.win32; release")]
[assembly: AssemblyInformationalVersionAttribute("3.0.0; net-4.5.win32; release")]
[assembly: AssemblyInformationalVersionAttribute("3.1.0; net-4.5.win32; release")]
#endif

[assembly: AssemblyCompanyAttribute("http://netcommon.sourceforge.net/")]
[assembly: AssemblyCopyrightAttribute("Copyright 2006-2011 the Common Infrastructure Libraries Team.")]
[assembly: AssemblyTrademarkAttribute("Apache License, Version 2.0")]
[assembly: AssemblyCultureAttribute("")]
[assembly: AssemblyVersionAttribute("3.0.0")]
[assembly: AssemblyVersionAttribute("3.1.0")]
[assembly: AssemblyDelaySignAttribute(false)]

0 comments on commit bf10d4a

Please sign in to comment.