Skip to content

Commit

Permalink
SharedAssemblyInfo AssemblyVersion updated to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Benghi authored and Claudio Benghi committed Oct 24, 2016
1 parent 80ace8b commit 1b9e5fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions SharedAssemblyInfo.cs
Expand Up @@ -10,11 +10,10 @@

[assembly: AssemblyCompany("Xbim Team")]
[assembly: AssemblyProduct("Xbim Library")]
[assembly: AssemblyCopyright("Copyright © Xbim Team 2007-2015")]
[assembly: AssemblyCopyright("Copyright © Xbim Team 2007-2016")]
[assembly: AssemblyTrademark("Xbim")]
[assembly: AssemblyCulture("")]

// AssemblyVersion is the CLR version. Change this only when making breaking changes
[assembly: AssemblyVersion("3.2")]

[assembly: AssemblyInformationalVersion("3.2.develop")]
[assembly: AssemblyVersion("4.0")]
[assembly: AssemblyInformationalVersion("4.0.master")]
4 changes: 2 additions & 2 deletions Xbim.Cobie.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Xbim.Cobie</id>
<version>4.0.4</version>
<version>4.0.5</version>
<title>xBIM Cobie</title>
<authors>xBIM team</authors>
<owners>Steve Lockley, Martin Cerny</owners>
Expand All @@ -20,7 +20,7 @@
<tags>COBie, BIM, IFC, IfcXml, IfcZip, COBie, Ifc4, .Net, C#, BuildingSmart</tags>
<dependencies>
<dependency id="NPOI" version="2.2.1" />
<dependency id="Xbim.Essentials" version="4.0.4" />
<dependency id="Xbim.Essentials" version="4.0.5" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion Xbim.Essentials.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Xbim.Essentials</id>
<version>4.0.4</version>
<version>4.0.5</version>
<title>xBIM Essentials</title>
<authors>xBIM Team</authors>
<owners>Steve Lockley, Martin Cerny</owners>
Expand Down

2 comments on commit 1b9e5fc

@XbimCI
Copy link
Contributor

@XbimCI XbimCI commented on 1b9e5fc Oct 24, 2016

Choose a reason for hiding this comment

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

TeamCity Xbim :: Xbim Essentials :: XbimEssentials Build 450 is now running

@XbimCI
Copy link
Contributor

@XbimCI XbimCI commented on 1b9e5fc Oct 24, 2016

Choose a reason for hiding this comment

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

TeamCity Xbim :: Xbim Essentials :: XbimEssentials Build 450 outcome was FAILURE
Summary: Compilation error: Xbim.Tessellator\Xbim.Tessellator.csproj (new) Build time: 00:02:00

Please sign in to comment.