Skip to content

Commit c1be661

Browse files
committed
nuget 0.3.2
1 parent e1ed2f3 commit c1be661

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,4 @@ UpgradeLog*.htm
185185

186186
# Microsoft Fakes
187187
FakesAssemblies/
188+
*.DS_Store

src/GeoJSON.Net.Contrib.MsSqlSpatial.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>GeoJSON.Net.Contrib.MsSqlSpatial</id>
5-
<version>$version$</version>
5+
<version>0.3.2</version>
66
<authors>Xavier Fischer</authors>
77
<requireLicenseAcceptance>false</requireLicenseAcceptance>
88
<description>Provides GeoJSON.Net Converters from / to the MS SQL Spatial types.</description>
99
<summary>This package contains custom JSON converters to be used with the base GeoJSON.Net library to bridge from and to the Microsoft SQL Spatial types.</summary>
10-
<releaseNotes>Updated to GeoJson.Net 1.1.64 and Microsoft.SqlServer.Types 14.0.314.7..</releaseNotes>
10+
<releaseNotes>Bounding box is now optional (Thanks to Justin Hachemeister)</releaseNotes>
1111
<language>en-US</language>
12-
<copyright>Joerg Battermann and Contributors (!)</copyright>
12+
<copyright>GeoJSON.Net and Contributors (!)</copyright>
1313
<licenseUrl>https://github.com/GeoJSON-Net/GeoJSON.Net.Contrib/blob/master/LICENSE</licenseUrl>
1414
<projectUrl>https://github.com/GeoJSON-Net/GeoJSON.Net.Contrib/blob/master/README.md</projectUrl>
1515
<dependencies>

src/GeoJSON.Net.Contrib.MsSqlSpatial/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[assembly: AssemblyTitle("GeoJSON.Net.Contrib.MsSqlSpatial")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("Xavier Fischer and GeoJSON.Net.Contrib contributors")]
1212
[assembly: AssemblyProduct("GeoJSON.Net.Contrib.MsSqlSpatial")]
13-
[assembly: AssemblyCopyright("Copyright © 2015")]
13+
[assembly: AssemblyCopyright("Copyright © 2018")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,6 @@
3232
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
3333
// en utilisant '*', comme indiqué ci-dessous :
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.0.3.2")]
36+
[assembly: AssemblyFileVersion("1.0.3.2")]
37+

0 commit comments

Comments
 (0)