Skip to content

Commit

Permalink
V2.5.0 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
XceedBoucherS committed Aug 11, 2023
1 parent db0c524 commit f7cec0f
Show file tree
Hide file tree
Showing 152 changed files with 805 additions and 446 deletions.
4 changes: 2 additions & 2 deletions Xceed.Document.NET/AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2022 Xceed Software Inc.
Copyright (C) 2009-2023 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand All @@ -21,7 +21,7 @@ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
internal static class _XceedVersionInfo
{
[System.Diagnostics.CodeAnalysis.SuppressMessage( "Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields" )]
public const string BaseVersion = "2.4";
public const string BaseVersion = "2.5";
[System.Diagnostics.CodeAnalysis.SuppressMessage( "Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields" )]
public const string Version = BaseVersion +
".0.0";
Expand Down
2 changes: 1 addition & 1 deletion Xceed.Document.NET/AssemblyVersionInfoCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2022 Xceed Software Inc.
Copyright (C) 2009-2023 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
4 changes: 2 additions & 2 deletions Xceed.Document.NET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2022 Xceed Software Inc.
Copyright (C) 2009-2023 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand All @@ -26,7 +26,7 @@ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

[assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyProduct( "Xceed Document for .NET" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2009-2022" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2009-2023" )]
[assembly: AssemblyCulture("")]


Expand Down
2 changes: 1 addition & 1 deletion Xceed.Document.NET/Src/Bookmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2022 Xceed Software Inc.
Copyright (C) 2009-2023 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
2 changes: 1 addition & 1 deletion Xceed.Document.NET/Src/BookmarkCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2022 Xceed Software Inc.
Copyright (C) 2009-2023 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
2 changes: 1 addition & 1 deletion Xceed.Document.NET/Src/Border.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2022 Xceed Software Inc.
Copyright (C) 2009-2023 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
2 changes: 1 addition & 1 deletion Xceed.Document.NET/Src/Borders.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2022 Xceed Software Inc.
Copyright (C) 2009-2023 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
2 changes: 1 addition & 1 deletion Xceed.Document.NET/Src/Charts/Axis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2022 Xceed Software Inc.
Copyright (C) 2009-2023 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
2 changes: 1 addition & 1 deletion Xceed.Document.NET/Src/Charts/BarChart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2022 Xceed Software Inc.
Copyright (C) 2009-2023 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
2 changes: 1 addition & 1 deletion Xceed.Document.NET/Src/Charts/CategoryAxis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2022 Xceed Software Inc.
Copyright (C) 2009-2023 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
16 changes: 14 additions & 2 deletions Xceed.Document.NET/Src/Charts/Chart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2022 Xceed Software Inc.
Copyright (C) 2009-2023 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down Expand Up @@ -415,7 +415,19 @@ public void Remove()
{
if( _packageRelationship.Package != null )
{
_packageRelationship.Package.DeletePart( _packageRelationship.TargetUri );
var uriString = _packageRelationship.TargetUri.OriginalString;
if( !uriString.StartsWith( "/" ) )
{
uriString = "/" + uriString;
}
if( !uriString.StartsWith( "/word/" ) )
{
uriString = "/word" + uriString;
}

var uri = new Uri( uriString, UriKind.Relative );

_packageRelationship.Package.DeletePart( uri );
}

if( _parentParagraph.Document.PackagePart != null )
Expand Down
2 changes: 1 addition & 1 deletion Xceed.Document.NET/Src/Charts/LineChart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2022 Xceed Software Inc.
Copyright (C) 2009-2023 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
2 changes: 1 addition & 1 deletion Xceed.Document.NET/Src/Charts/PieChart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2022 Xceed Software Inc.
Copyright (C) 2009-2023 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
2 changes: 1 addition & 1 deletion Xceed.Document.NET/Src/Charts/Series.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2022 Xceed Software Inc.
Copyright (C) 2009-2023 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
2 changes: 1 addition & 1 deletion Xceed.Document.NET/Src/Charts/ValueAxis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2022 Xceed Software Inc.
Copyright (C) 2009-2023 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
2 changes: 1 addition & 1 deletion Xceed.Document.NET/Src/Charts/XElementHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DocX – DocX is the community edition of Xceed Words for .NET
Copyright (C) 2009-2022 Xceed Software Inc.
Copyright (C) 2009-2023 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
Expand Down
Loading

0 comments on commit f7cec0f

Please sign in to comment.