Skip to content

Commit

Permalink
update assembly version to 2.1.0.0
Browse files Browse the repository at this point in the history
prepare for the release
  • Loading branch information
tonyqus committed Jun 4, 2014
1 parent 76f0f07 commit 3b842d9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 21 deletions.
4 changes: 2 additions & 2 deletions main/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.9.0")]
[assembly: AssemblyFileVersion("2.0.9.0")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyInformationalVersion("NPOI 2.1")]

[assembly: InternalsVisibleTo("NPOI.TestCases, PublicKey=002400000480000094000000060200000024000052534131000400000100010095ccd95af3b39d8bc20544d3f47fd24b53ebc5ccb693eaed116290629f8cd882c827ebd511ad59449224f0718d3f9d03b64945a6c8b6644266001b8c8426185330e3d96da70ae16d4acc21b8d4d480f1385c7e924273179375aa88f81380a72fb115712a313379d16aed4aa36208ee3b4a5dd785b06a07b2d868e3227f4495b5", AllInternalsVisible = true)]
Expand Down
4 changes: 2 additions & 2 deletions ooxml/OpenXmlFormats/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.9.0")]
[assembly: AssemblyFileVersion("2.0.9.0")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyInformationalVersion("NPOI 2.1")]
[assembly: AllowPartiallyTrustedCallers]
4 changes: 2 additions & 2 deletions ooxml/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.9.0")]
[assembly: AssemblyFileVersion("2.0.9.0")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyInformationalVersion("NPOI 2.1")]

//[assembly: InternalsVisibleTo("ooxml.Testcases")]
Expand Down
13 changes: 0 additions & 13 deletions ooxml/XWPF/Model/XWPFHeaderFooterPolicy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -292,19 +292,6 @@ private void SetHeaderReference(ST_HdrFtr type, XWPFHeaderFooter wrapper)

private XmlSerializerNamespaces Commit(XWPFHeaderFooter wrapper)
{
// XmlOptions xmlOptions = new XmlOptions(wrapper.DEFAULT_XML_OPTIONS);
// Dictionary<String, String> map = new Dictionary<String, String>();
// map.Put("http://schemas.Openxmlformats.org/officeDocument/2006/math", "m");
// map.Put("urn:schemas-microsoft-com:office:office", "o");
// map.Put("http://schemas.Openxmlformats.org/officeDocument/2006/relationships", "r");
// map.Put("urn:schemas-microsoft-com:vml", "v");
// map.Put("http://schemas.Openxmlformats.org/markup-compatibility/2006", "ve");
// map.Put("http://schemas.Openxmlformats.org/wordProcessingml/2006/main", "w");
// map.Put("urn:schemas-microsoft-com:office:word", "w10");
// map.Put("http://schemas.microsoft.com/office/word/2006/wordml", "wne");
// map.Put("http://schemas.Openxmlformats.org/drawingml/2006/wordProcessingDrawing", "wp");
// xmlOptions.SaveSuggestedPrefixes=(map);
// return xmlOptions;
XmlSerializerNamespaces namespaces = new XmlSerializerNamespaces(new XmlQualifiedName[] {
new XmlQualifiedName("ve", "http://schemas.openxmlformats.org/markup-compatibility/2006"),
new XmlQualifiedName("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships"),
Expand Down
4 changes: 2 additions & 2 deletions ooxml/openxml4Net/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.9.0")]
[assembly: AssemblyFileVersion("2.0.9.0")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyInformationalVersion("NPOI 2.1")]
[assembly: AllowPartiallyTrustedCallers]

0 comments on commit 3b842d9

Please sign in to comment.