Skip to content

Commit dd91798

Browse files
committedApr 21, 2017
Update version
1 parent 323a1a2 commit dd91798

File tree

11 files changed

+27
-21
lines changed

11 files changed

+27
-21
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/lib.net/junit.dll
88
/lib.net/mpxj*.dll
99
/lib.net/poi*.dll
10+
/lib.net/commons-collections*.dll
1011
/lib.net/rtfparserkit*.dll
1112
/lib.net/sqlite-jdbc*.dll
1213
/lib.net/MpxjUtilities.dll

‎CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changelog
22

3-
## 5.7.2 (Git master)
4-
* Updated to use POI 3.16.
3+
## 5.8.0 (Git master)
4+
* Updated to use POI 3.16 (note new dependency on Apache Commons Collections required by POI).
55
* Improve support for estimated durations in Merlin files.
6+
* Read task notes from Asta files.
7+
* Improve support for reading resource rates from Phoenix files.
8+
* Add "file application" and "file type" to project properties to determine source of schedule data.
69

710
## 5.7.1 (22/03/2017)
811
* Improve support for Phoenix Project Manager XML files.

‎build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<target name="init-props" description="Initialize properties">
1010
<tstamp />
1111

12-
<property name="current.version" value="5.7.1" />
12+
<property name="current.version" value="5.8.0" />
1313
<property name="ikvm.dir" value="${basedir}/../ikvm-8.0.5449.1" />
1414
<property name="nuget.dir" value="${basedir}/../nuget" />
1515
<property name="ruby.dir" value="C:/Ruby21"/>

‎maven/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>mpxj</artifactId>
99

1010
<!-- Note - this is automatically updated by the ant build ... don't remove the MPXJ comment! -->
11-
<!-- MPXJ --><version>5.7.1</version>
11+
<!-- MPXJ --><version>5.8.0</version>
1212

1313
<name>MPXJ</name>
1414
<url>http://mpxj.org</url>

‎maven/src/changes/changes.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<author email="jon.iles@bcs.org.uk">Jon Iles</author>
66
</properties>
77
<body>
8-
<release date="Git master" version="5.8.0">
8+
<release date="Git master" version="5.8.1">
9+
</release>
10+
<release date="21/04/2017" version="5.8.0">
911
<action dev="joniles" type="update">Updated to use POI 3.16 (note new dependency on Apache Commons Collections required by POI).</action>
1012
<action dev="joniles" type="update">Improve support for estimated durations in Merlin files.</action>
1113
<action dev="joniles" type="update">Read task notes from Asta files.</action>

‎src.net/MpxjConvert/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("5.7.1.0")]
35-
[assembly: AssemblyVersion("5.7.1.0")]
36-
[assembly: AssemblyFileVersion("5.7.1.0")]
34+
// [assembly: AssemblyVersion("5.8.0.0")]
35+
[assembly: AssemblyVersion("5.8.0.0")]
36+
[assembly: AssemblyFileVersion("5.8.0.0")]

‎src.net/MpxjCreate/MpxjCreate/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("5.7.1.0")]
35-
[assembly: AssemblyVersion("5.7.1.0")]
36-
[assembly: AssemblyFileVersion("5.7.1.0")]
34+
// [assembly: AssemblyVersion("5.8.0.0")]
35+
[assembly: AssemblyVersion("5.8.0.0")]
36+
[assembly: AssemblyFileVersion("5.8.0.0")]

‎src.net/MpxjQuery/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("5.7.1.0")]
35-
[assembly: AssemblyVersion("5.7.1.0")]
36-
[assembly: AssemblyFileVersion("5.7.1.0")]
34+
// [assembly: AssemblyVersion("5.8.0.0")]
35+
[assembly: AssemblyVersion("5.8.0.0")]
36+
[assembly: AssemblyFileVersion("5.8.0.0")]

‎src.net/MpxjTest/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
//
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
35-
// [assembly: AssemblyVersion("5.7.1.0")]
36-
[assembly: AssemblyVersion("5.7.1.0")]
37-
[assembly: AssemblyFileVersion("5.7.1.0")]
35+
// [assembly: AssemblyVersion("5.8.0.0")]
36+
[assembly: AssemblyVersion("5.8.0.0")]
37+
[assembly: AssemblyFileVersion("5.8.0.0")]

‎src.net/MpxjUtilities/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
//
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
35-
// [assembly: AssemblyVersion("5.7.1.0")]
36-
[assembly: AssemblyVersion("5.7.1.0")]
37-
[assembly: AssemblyFileVersion("5.7.1.0")]
35+
// [assembly: AssemblyVersion("5.8.0.0")]
36+
[assembly: AssemblyVersion("5.8.0.0")]
37+
[assembly: AssemblyFileVersion("5.8.0.0")]

‎src.ruby/mpxj/lib/mpxj/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# MPXJ gem module
22
module MPXJ
33
# MPXJ gem version number
4-
VERSION = "5.7.1"
4+
VERSION = "5.8.0"
55
end

0 commit comments

Comments
 (0)
Please sign in to comment.