Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Sep 9, 2020
1 parent d11a128 commit bf196a8
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 23 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 8.2.0 (git master)
## 8.2.1 (git master)

## 8.2.0 (09/09/2020)
* All readers, including the UniversalProjectReader, now support a readAll method. If a file or database contains more than one project the readAll method can be used to retrieve them all in one operation. If the file format doesn't support multiple schedules, readAll will just return a single schedule.
* Add PrimaveraDatabaseFileReader to encapsulate access to SQLite Primavera databases.
* Ensure that the summary flag is true for WBS items in Primavera schedules, even if they have no child activities.
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.1.4" />
<property name="current.version" value="8.2.0" />
<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.1.4</version>
<!-- MPXJ --><version>8.2.0</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.1.4.0")]
[assembly: AssemblyVersion("8.1.4.0")]
[assembly: AssemblyFileVersion("8.1.4.0")]
// [assembly: AssemblyVersion("8.2.0.0")]
[assembly: AssemblyVersion("8.2.0.0")]
[assembly: AssemblyFileVersion("8.2.0.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.1.4.0")]
[assembly: AssemblyVersion("8.1.4.0")]
[assembly: AssemblyFileVersion("8.1.4.0")]
// [assembly: AssemblyVersion("8.2.0.0")]
[assembly: AssemblyVersion("8.2.0.0")]
[assembly: AssemblyFileVersion("8.2.0.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.1.4.0")]
[assembly: AssemblyVersion("8.1.4.0")]
[assembly: AssemblyFileVersion("8.1.4.0")]
// [assembly: AssemblyVersion("8.2.0.0")]
[assembly: AssemblyVersion("8.2.0.0")]
[assembly: AssemblyFileVersion("8.2.0.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.1.4.0")]
[assembly: AssemblyVersion("8.1.4.0")]
[assembly: AssemblyFileVersion("8.1.4.0")]
// [assembly: AssemblyVersion("8.2.0.0")]
[assembly: AssemblyVersion("8.2.0.0")]
[assembly: AssemblyFileVersion("8.2.0.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.1.4.0")]
[assembly: AssemblyVersion("8.1.4.0")]
[assembly: AssemblyFileVersion("8.1.4.0")]
// [assembly: AssemblyVersion("8.2.0.0")]
[assembly: AssemblyVersion("8.2.0.0")]
[assembly: AssemblyFileVersion("8.2.0.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.1.4.0")]
[assembly: AssemblyVersion("8.1.4.0")]
[assembly: AssemblyFileVersion("8.1.4.0")]
// [assembly: AssemblyVersion("8.2.0.0")]
[assembly: AssemblyVersion("8.2.0.0")]
[assembly: AssemblyFileVersion("8.2.0.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.1.4"
VERSION = "8.2.0"
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="[email protected]">Jon Iles</author>
</properties>
<body>
<release date="git master" version="8.2.0">
<release date="git master" version="8.2.1">
</release>
<release date="09/09/2020" version="8.2.0">
<action dev="joniles" type="add">All readers, including the UniversalProjectReader, now support a readAll method. If a file or database contains more than one project the readAll method can be used to retrieve them all in one operation. If the file format doesn't support multiple schedules, readAll will just return a single schedule.</action>
<action dev="joniles" type="add">Add PrimaveraDatabaseFileReader to encapsulate access to SQLite Primavera databases.</action>
<action dev="joniles" type="update">Ensure that the summary flag is true for WBS items in Primavera schedules, even if they have no child activities.</action>
Expand Down

0 comments on commit bf196a8

Please sign in to comment.