Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Dec 17, 2024
1 parent 523bc51 commit 507e03b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
6 changes: 4 additions & 2 deletions mkdocs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ More details of the supported file formats can be found

## Languages
MPXJ is written and maintained in Java, however this is no barrier to using
its functionality in other languages. Thanks to [IKVM](https://github.com/ikvmnet/ikvm), MPXJ is
[available for .Net](https://www.nuget.org/packages?q=net.sf.mpxj), allowing it to be used from any .Net language.
its functionality in other languages. Thanks to
[IKVM](https://github.com/ikvmnet/ikvm), MPXJ is
[available for .Net](https://www.nuget.org/packages/MPXJ.Net),
allowing it to be used from any .Net language.

There is also now a [Ruby Gem](https://rubygems.org/gems/mpxj) which provides
native Ruby access to read from schedule files using MPXJ, and a
Expand Down
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ More details of the supported file formats can be found

## Languages
MPXJ is written and maintained in Java, however this is no barrier to using
its functionality in other languages. Thanks to [IKVM](https://github.com/ikvmnet/ikvm), MPXJ is
[available for .Net](https://www.nuget.org/packages?q=net.sf.mpxj), allowing it to be used from any .Net language.
its functionality in other languages. Thanks to
[IKVM](https://github.com/ikvmnet/ikvm), MPXJ is
[available for .Net](https://www.nuget.org/packages/MPXJ.Net),
allowing it to be used from any .Net language.

There is also now a [Ruby Gem](https://rubygems.org/gems/mpxj) which provides
native Ruby access to read from schedule files using MPXJ, and a
Expand Down
2 changes: 1 addition & 1 deletion src.net/nuget/mpxj-for-csharp.readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**IMPORTANT**: this is the legacy .Net version of MPXJ. When MPXJ 14 is released
this package will no longer be published. Please migrate your code to use the
MPXJ.Net package instead.
[MPXJ.Net package](https://www.nuget.org/packages/MPXJ.Net) instead.

[MPXJ](http://mpxj.org) is a Java library which allows a variety of project
file formats and databases to be read and written. This NuGet package uses
Expand Down
2 changes: 1 addition & 1 deletion src.net/nuget/mpxj-for-vb.readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**IMPORTANT**: this is the legacy .Net version of MPXJ. When MPXJ 14 is released
this package will no longer be published. Please migrate your code to use the
MPXJ.Net package instead.
[MPXJ.Net package](https://www.nuget.org/packages/MPXJ.Net) instead.

[MPXJ](http://mpxj.org) is a Java library which allows a variety of project
file formats and databases to be read and written. This NuGet package uses
Expand Down
2 changes: 1 addition & 1 deletion src.net/nuget/mpxj.readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**IMPORTANT**: this is the legacy .Net version of MPXJ. When MPXJ 14 is released
this package will no longer be published. Please migrate your code to use the
MPXJ.Net package instead.
[MPXJ.Net package](https://www.nuget.org/packages/MPXJ.Net) instead.

[MPXJ](http://mpxj.org) is a Java library which allows a variety of project
file formats and databases to be read and written. This NuGet package uses
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</release>
<release date="2024-06-20" version="13.0.0">
<action dev="joniles" type="update">NOTE: this is a major release containing breaking changes. When updating from a 12.x release it is recommended that you first update to the most recent 12.x release and deal with any deprecation warnings before moving to this release.</action>
<action dev="joniles" type="update">NOTE: the [original `net.sf.mpxj` NuGet packages](https://www.nuget.org/packages?q=net.sf.mpxj) are now deprecated and will be replaced by the [MPXJ.Net NuGet Package](https://www.nuget.org/packages/MPXJ.Net) in the next major MPXJ release. The `net.sf.mpxj` packages will continue to be maintained until then, at which point they will no longer be distributed. Please migrate your code to use MPXJ.Net at the earliest opportunity, and open an issue in the GitHUb issue tracker if you encounter problems.</action>
<action dev="joniles" type="update">NOTE: the [original `net.sf.mpxj` NuGet packages](https://www.nuget.org/packages?q=net.sf.mpxj) are now deprecated and will be replaced by the [MPXJ.Net NuGet Package](https://www.nuget.org/packages/MPXJ.Net) in the next major MPXJ release. The `net.sf.mpxj` packages will continue to be maintained until then, at which point they will no longer be distributed. Please migrate your code to use MPXJ.Net at the earliest opportunity, and open an issue in the GitHub issue tracker if you encounter problems.</action>
<action dev="joniles" type="update">Updated to use JAXB3. Among other things this change ensures compatibility with Spring Boot 3. Note that this may be a breaking change for you if you own application uses JAXB2.</action>
<action dev="joniles" type="update">When reading P6 schedules, the custom properties (as retrieved using `ProjectProperties.getCustomProperties`) will no longer contain scheduling options. These are now all available as attributes of the `ProjectProperties` class.</action>
<action dev="joniles" type="update">Removed redundant `setUniqueID` methods from immutable objects. These previously threw `UnsupportedOperationException` when called.</action>
Expand Down

0 comments on commit 507e03b

Please sign in to comment.