Skip to content

Commit

Permalink
Merge branch 'hotfix/1.7.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Aug 3, 2016
2 parents 881253f + b85bfe2 commit 15883b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Terradue.GeoJson/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@{
Terradue .NET GeoJson Library. Initially developed to provide an easy way to manage Geometry objects with serialization and deserialization functions and transformation functions from/to GeoJson, it also supports GML, georss and Well Known Text (WKT)
\xrefitem sw_version "Versions" "Software Package Version" 1.7.6
\xrefitem sw_version "Versions" "Software Package Version" 1.7.7
\xrefitem sw_link "Links" "Software Package List" [DotNetGeoJson](https://github.com/Terradue/DotNetGeoJson)
Expand Down Expand Up @@ -50,6 +50,6 @@
[assembly: AssemblyProjectUrl("https://github.com/Terradue/DotNetGeoJson")]
[assembly: AssemblyLicenseUrl("https://github.com/Terradue/DotNetGeoJson/blob/master/LICENSE")]
[assembly: AssemblyCopyright("Terradue")]
[assembly: AssemblyVersion("1.7.6.*")]
[assembly: AssemblyInformationalVersion("1.7.6")]
[assembly: AssemblyVersion("1.7.7.*")]
[assembly: AssemblyInformationalVersion("1.7.7")]

2 changes: 1 addition & 1 deletion Terradue.GeoJson/Terradue/GeoJson/GeoRss/GeoRss.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public partial class GeoRssWhere : abstractFeaturePropertyType, IGeoRSS {
[System.Xml.Serialization.XmlElementAttribute("LineString", typeof(LineStringType), Namespace = "http://www.opengis.net/gml")]
[System.Xml.Serialization.XmlElementAttribute("Point", typeof(PointType), Namespace = "http://www.opengis.net/gml")]
[System.Xml.Serialization.XmlElementAttribute("Polygon", typeof(PolygonType), Namespace = "http://www.opengis.net/gml")]
[System.Xml.Serialization.XmlAnyElement(Namespace = "http://www.opengis.net/gml")]
[System.Xml.Serialization.XmlAnyElement()]
public object[] Item {
get {
return this.itemField;
Expand Down

0 comments on commit 15883b3

Please # to comment.