Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Dec 27, 2019
1 parent 1592d62 commit 0dbe2b2
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 23 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog

## 7.9.8 (git master)
## 7.9.9 (git master)

## 7.9.8 (27/12/2019)
* Added support for reading and writing outline code/custom field lookup tables for MSPDI files.
* Added sample code to demonstrate creation of timephased work.
* Populate project status date attribute when reading Asta schedules.
* Populate parent attribute when reading activity code values from Primavera schedules.
* Improve configurability of PrimaveraDatabaseReader and PrimaveraXERFileReader.
* Made JAXB JARs an explicit dependency to avoid issues with recent Java versions which do not include them.

## 7.9.7 (25/11/2019)
* Round percent complete values read from Asta files to two decimal places to avoid values like 99.9999999%.
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<target name="init" description="Initialize properties">
<tstamp />

<property name="current.version" value="7.9.7" />
<property name="current.version" value="7.9.8" />
<property name="ikvm.dir" value="${basedir}/../ikvm-8.0.5449.1" />
<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>7.9.7</version>
<!-- MPXJ --><version>7.9.8</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("7.9.7.0")]
[assembly: AssemblyVersion("7.9.7.0")]
[assembly: AssemblyFileVersion("7.9.7.0")]
// [assembly: AssemblyVersion("7.9.8.0")]
[assembly: AssemblyVersion("7.9.8.0")]
[assembly: AssemblyFileVersion("7.9.8.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("7.9.7.0")]
[assembly: AssemblyVersion("7.9.7.0")]
[assembly: AssemblyFileVersion("7.9.7.0")]
// [assembly: AssemblyVersion("7.9.8.0")]
[assembly: AssemblyVersion("7.9.8.0")]
[assembly: AssemblyFileVersion("7.9.8.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("7.9.7.0")]
[assembly: AssemblyVersion("7.9.7.0")]
[assembly: AssemblyFileVersion("7.9.7.0")]
// [assembly: AssemblyVersion("7.9.8.0")]
[assembly: AssemblyVersion("7.9.8.0")]
[assembly: AssemblyFileVersion("7.9.8.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("7.9.7.0")]
[assembly: AssemblyVersion("7.9.7.0")]
[assembly: AssemblyFileVersion("7.9.7.0")]
// [assembly: AssemblyVersion("7.9.8.0")]
[assembly: AssemblyVersion("7.9.8.0")]
[assembly: AssemblyFileVersion("7.9.8.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("7.9.7.0")]
[assembly: AssemblyVersion("7.9.7.0")]
[assembly: AssemblyFileVersion("7.9.7.0")]
// [assembly: AssemblyVersion("7.9.8.0")]
[assembly: AssemblyVersion("7.9.8.0")]
[assembly: AssemblyFileVersion("7.9.8.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("7.9.7.0")]
[assembly: AssemblyVersion("7.9.7.0")]
[assembly: AssemblyFileVersion("7.9.7.0")]
// [assembly: AssemblyVersion("7.9.8.0")]
[assembly: AssemblyVersion("7.9.8.0")]
[assembly: AssemblyFileVersion("7.9.8.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 = "7.9.7"
VERSION = "7.9.8"
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="git master" version="7.9.8">
<release date="git master" version="7.9.9">
</release>
<release date="27/12/2019" version="7.9.8">
<action dev="joniles" type="add">Added support for reading and writing outline code/custom field lookup tables for MSPDI files.</action>
<action dev="joniles" type="add">Added sample code to demonstrate creation of timephased work.</action>
<action dev="joniles" type="update">Populate project status date attribute when reading Asta schedules.</action>
Expand Down

0 comments on commit 0dbe2b2

Please sign in to comment.