Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Apr 21, 2023
1 parent 32d3f5e commit 20ffb44
Show file tree
Hide file tree
Showing 17 changed files with 57 additions and 26 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## 11.3.1 (unreleased)
## 11.3.2 (unreleased)

## 11.3.1 (2023-04-21)
* Improve accuracy of resource assignment Actual Start and Actual Finish dates when reading MPP files.
* Avoid generating timephased data for zero duration tasks.
* Improve preservation of custom timephased data start and end times.

## 11.3.0 (2023-04-12)
* Implemented `PrimaveraXERFileWriter` to allow MPXJ to write XER files.
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<property environment="env"/>

<!-- Build Configuration -->
<property name="current.version" value="11.3.0" />
<property name="current.version" value="11.3.1" />

<!-- Environment Configuration-->
<property name="maven.cmd" value="c:/java/apache-maven-3.8.5/bin/mvn.cmd"/>
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>11.3.0</version>
<!-- MPXJ --><version>11.3.1</version>

<name>MPXJ</name>
<url>http://mpxj.org</url>
Expand Down
6 changes: 3 additions & 3 deletions src.net/samples/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("11.3.0.0")]
[assembly: AssemblyVersion("11.3.0.0")]
[assembly: AssemblyFileVersion("11.3.0.0")]
// [assembly: AssemblyVersion("11.3.1.0")]
[assembly: AssemblyVersion("11.3.1.0")]
[assembly: AssemblyFileVersion("11.3.1.0")]
6 changes: 3 additions & 3 deletions src.net/samples/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("11.3.0.0")]
[assembly: AssemblyVersion("11.3.0.0")]
[assembly: AssemblyFileVersion("11.3.0.0")]
// [assembly: AssemblyVersion("11.3.1.0")]
[assembly: AssemblyVersion("11.3.1.0")]
[assembly: AssemblyFileVersion("11.3.1.0")]
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("11.3.0.0")]
[assembly: AssemblyVersion("11.3.0.0")]
[assembly: AssemblyFileVersion("11.3.0.0")]
// [assembly: AssemblyVersion("11.3.1.0")]
[assembly: AssemblyVersion("11.3.1.0")]
[assembly: AssemblyFileVersion("11.3.1.0")]
6 changes: 3 additions & 3 deletions src.net/samples/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("11.3.0.0")]
[assembly: AssemblyVersion("11.3.0.0")]
[assembly: AssemblyFileVersion("11.3.0.0")]
// [assembly: AssemblyVersion("11.3.1.0")]
[assembly: AssemblyVersion("11.3.1.0")]
[assembly: AssemblyFileVersion("11.3.1.0")]
6 changes: 3 additions & 3 deletions src.net/samples/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("11.3.0.0")]
[assembly: AssemblyVersion("11.3.0.0")]
[assembly: AssemblyFileVersion("11.3.0.0")]
// [assembly: AssemblyVersion("11.3.1.0")]
[assembly: AssemblyVersion("11.3.1.0")]
[assembly: AssemblyFileVersion("11.3.1.0")]
6 changes: 3 additions & 3 deletions src.net/utilities/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("11.3.0.0")]
[assembly: AssemblyVersion("11.3.0.0")]
[assembly: AssemblyFileVersion("11.3.0.0")]
// [assembly: AssemblyVersion("11.3.1.0")]
[assembly: AssemblyVersion("11.3.1.0")]
[assembly: AssemblyFileVersion("11.3.1.0")]
2 changes: 1 addition & 1 deletion src.net/utilities/MpxjUtilities.nca31.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\mpxj.snk</AssemblyOriginatorKeyFile>
<Version>11.3.0.0</Version>
<Version>11.3.1.0</Version>
<Copyright>Copyright © Packwood Software</Copyright>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src.python/mpxj/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="mpxj",
version="11.3.0",
version="11.3.1",
author="Jon Iles",
author_email="jon.iles@bcs.org.uk",
description="Python wrapper for the MPXJ Java library for manipulating project files",
Expand Down
8 changes: 8 additions & 0 deletions src.ruby/mpxj/lib/mpxj/property_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,13 @@ def last_saved
get_date_value(attribute_values['last_saved'])
end

# Retrieve the Location Unique ID value
#
# @return Location Unique ID value
def location_unique_id
get_integer_value(attribute_values['location_unique_id'])
end

# Retrieve the Manager value
#
# @return Manager value
Expand Down Expand Up @@ -1057,6 +1064,7 @@ def work2
'lastprinted' => :date,
'last_author' => :string,
'last_saved' => :date,
'location_unique_id' => :integer,
'manager' => :string,
'microsoft_project_server_url' => :boolean,
'minutes_per_day' => :integer,
Expand Down
8 changes: 8 additions & 0 deletions src.ruby/mpxj/lib/mpxj/resource_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2902,6 +2902,13 @@ def linked_fields
get_boolean_value(attribute_values['linked_fields'])
end

# Retrieve the Location Unique ID value
#
# @return Location Unique ID value
def location_unique_id
get_integer_value(attribute_values['location_unique_id'])
end

# Retrieve the Material Label value
#
# @return Material Label value
Expand Down Expand Up @@ -4283,6 +4290,7 @@ def work_variance
'initials' => :string,
'leveling_delay' => :string,
'linked_fields' => :boolean,
'location_unique_id' => :integer,
'material_label' => :string,
'max_units' => :units,
'modify_on_integrate' => :boolean,
Expand Down
8 changes: 8 additions & 0 deletions src.ruby/mpxj/lib/mpxj/task_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5079,6 +5079,13 @@ def linked_fields
get_boolean_value(attribute_values['linked_fields'])
end

# Retrieve the Location Unique ID value
#
# @return Location Unique ID value
def location_unique_id
get_integer_value(attribute_values['location_unique_id'])
end

# Retrieve the Longest Path value
#
# @return Longest Path value
Expand Down Expand Up @@ -7513,6 +7520,7 @@ def work_variance
'leveling_delay_units' => :time_units,
'level_assignments' => :boolean,
'linked_fields' => :boolean,
'location_unique_id' => :integer,
'longest_path' => :boolean,
'mail' => :string,
'manager' => :string,
Expand Down
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 = "11.3.0"
VERSION = "11.3.1"
end
4 changes: 3 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<author email="jon.iles@bcs.org.uk">Jon Iles</author>
</properties>
<body>
<release date="unreleased" version="11.3.1">
<release date="unreleased" version="11.3.2">
</release>
<release date="2023-04-21" version="11.3.1">
<action dev="joniles" type="update">Improve accuracy of resource assignment Actual Start and Actual Finish dates when reading MPP files.</action>
<action dev="joniles" type="update">Avoid generating timephased data for zero duration tasks.</action>
<action dev="joniles" type="update">Improve preservation of custom timephased data start and end times.</action>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sf/mpxj/MPXJ.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
*/
public final class MPXJ
{
public static final String VERSION = "11.3.0";
public static final String VERSION = "11.3.1";
}

0 comments on commit 20ffb44

Please sign in to comment.