Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Nov 24, 2020
1 parent 8681553 commit 23be46c
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 33 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Changelog

## 8.3.3 (git master)
## 8.3.4 (git master)

## 8.3.3 (24/11/2020)
* Added cost rate table support when reading from and writing to PMXML files.
* Added a getPopulatedFields method to the TaskContainer, ResourceContainer and ResourceAssignmentContainer classes. This will retrieve the set of fields which are populated with a non-null value across the whole project for Tasks, Resources, and ResourceAssignments respectively.
* Added support for reading and writing cost rate tables from PMXML files.
* Add START_ON, FINISH_ON constraint types. Deprecate MANDATORY_START, MANDATORY_FINISH constraint types. MANDATORY_START/FINISH are now represented as MUST_START/FINISH_ON. This change allows users to distinguish between START/FINISH_ON and the MANDATORY_* constraints when reading P6 schedules.
* Improve handling of cost rate tables and availability tables when writing to an MSPDI file.
* Handle P6 databases and XER files with user defined fields of type FT_FLOAT.
* Align invalid XER record behaviour with P6.
* Handle Planner files which don't contain an allocations tag.
* Gracefully handle MPP files with missing view data.
* Gracefully handle MPP files with missing table data.
* Improve handling of cost rate tables and availability tables when writing to an MSPDI file.
* Gracefully handle MPP files with missing view or table data.

## 8.3.2 (22/10/2020)
* Added support for "new tasks are manual" project property (Contributed by Rohit Sinha)
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<tstamp />

<property environment="env"/>
<property name="current.version" value="8.3.2" />
<property name="current.version" value="8.3.3" />
<property name="ikvm.dir" value="${basedir}/../ikvm-8.1.5717.0" />
<property name="nuget.dir" value="${basedir}/../nuget" />
<property name="ruby.dir" value="C:/Ruby21"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>mpxj</artifactId>

<!-- Note - this is automatically updated by the ant build ... don't remove the MPXJ comment! -->
<!-- MPXJ --><version>8.3.2</version>
<!-- MPXJ --><version>8.3.3</version>

<name>MPXJ</name>
<url>http://mpxj.org</url>
Expand Down
6 changes: 3 additions & 3 deletions src.net/MpxjConvert/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("8.3.2.0")]
[assembly: AssemblyVersion("8.3.2.0")]
[assembly: AssemblyFileVersion("8.3.2.0")]
// [assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyFileVersion("8.3.3.0")]
6 changes: 3 additions & 3 deletions src.net/MpxjCreate/MpxjCreate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("8.3.2.0")]
[assembly: AssemblyVersion("8.3.2.0")]
[assembly: AssemblyFileVersion("8.3.2.0")]
// [assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyFileVersion("8.3.3.0")]
6 changes: 3 additions & 3 deletions src.net/MpxjPrimaveraConvert/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("8.3.2.0")]
[assembly: AssemblyVersion("8.3.2.0")]
[assembly: AssemblyFileVersion("8.3.2.0")]
// [assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyFileVersion("8.3.3.0")]
6 changes: 3 additions & 3 deletions src.net/MpxjQuery/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("8.3.2.0")]
[assembly: AssemblyVersion("8.3.2.0")]
[assembly: AssemblyFileVersion("8.3.2.0")]
// [assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyFileVersion("8.3.3.0")]
6 changes: 3 additions & 3 deletions src.net/MpxjTest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("8.3.2.0")]
[assembly: AssemblyVersion("8.3.2.0")]
[assembly: AssemblyFileVersion("8.3.2.0")]
// [assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyFileVersion("8.3.3.0")]
6 changes: 3 additions & 3 deletions src.net/MpxjUtilities/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("8.3.2.0")]
[assembly: AssemblyVersion("8.3.2.0")]
[assembly: AssemblyFileVersion("8.3.2.0")]
// [assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyVersion("8.3.3.0")]
[assembly: AssemblyFileVersion("8.3.3.0")]
2 changes: 1 addition & 1 deletion src.ruby/mpxj/lib/mpxj/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MPXJ gem module
module MPXJ
# MPXJ gem version number
VERSION = "8.3.2"
VERSION = "8.3.3"
end
15 changes: 8 additions & 7 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
<author email="[email protected]">Jon Iles</author>
</properties>
<body>
<release date="git master" version="8.3.3">
<action dev="joniles" type="add">Added a getPopulatedFields method to the TaskContainer, ResourceContainer and ResourceAssignmentContainer classes. This will retrieve the set of fields which are populated with a non-null value across the whole project for Tasks, Resources, and ResourceAssignments respectively. </action>
<action dev="joniles" type="add">Added support for reading and writing cost rate tables from PMXML files.</action>
<action dev="joniles" type="update">Add START_ON, FINISH_ON constraint types. Deprecate MANDATORY_START, MANDATORY_FINISH constraint types. MANDATORY_START/FINISH are now represented as MUST_START/FINISH_ON. This change allows users to distinguish between START/FINISH_ON and the MANDATORY_* constraints when reading P6 schedules.</action>
<release date="git master" version="8.3.4">
</release>
<release date="24/11/2020" version="8.3.3">
<action dev="joniles" type="add">Added cost rate table support when reading from and writing to PMXML files.</action>
<action dev="joniles" type="add">Added a getPopulatedFields method to the TaskContainer, ResourceContainer and ResourceAssignmentContainer classes. This will retrieve the set of fields which are populated with a non-null value across the whole project for Tasks, Resources, and ResourceAssignments respectively. </action>
<action dev="joniles" type="add">Add START_ON, FINISH_ON constraint types. Deprecate MANDATORY_START, MANDATORY_FINISH constraint types. MANDATORY_START/FINISH are now represented as MUST_START/FINISH_ON. This change allows users to distinguish between START/FINISH_ON and the MANDATORY_* constraints when reading P6 schedules.</action>
<action dev="joniles" type="update">Improve handling of cost rate tables and availability tables when writing to an MSPDI file.</action>
<action dev="joniles" type="update">Handle P6 databases and XER files with user defined fields of type FT_FLOAT.</action>
<action dev="joniles" type="update">Align invalid XER record behaviour with P6.</action>
<action dev="joniles" type="update">Handle Planner files which don't contain an allocations tag.</action>
<action dev="joniles" type="update">Gracefully handle MPP files with missing view data.</action>
<action dev="joniles" type="update">Gracefully handle MPP files with missing table data.</action>
<action dev="joniles" type="update">Improve handling of cost rate tables and availability tables when writing to an MSPDI file.</action>
<action dev="joniles" type="update">Gracefully handle MPP files with missing view or table data.</action>
</release>
<release date="22/10/2020" version="8.3.2">
<action dev="joniles" type="add">Added support for "new tasks are manual" project property (Contributed by Rohit Sinha)</action>
Expand Down

0 comments on commit 23be46c

Please sign in to comment.