Skip to content

Commit

Permalink
Merge pull request #26 from CityofSantaMonica/release
Browse files Browse the repository at this point in the history
Release v0.3.0
  • Loading branch information
thekaveman committed Jan 8, 2015
2 parents f523958 + bb9fc58 commit bf6dada
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### New in 0.3.0 (Released 2015/01/08)

Dependency Updates

- `Newtonsoft.Json` upgraded to 6.0.7
- `NUnit` (for test projects) upgraded to 2.6.4

New features

- Implementation of SODA [`PhoneColumn`](https://support.socrata.com/hc/en-us/articles/202949918-Importing-Data-Types-and-You-) [#24](https://github.com/CityofSantaMonica/SODA.NET/pull/24) via @mickmorbitzer
- Added a Uri helper for Foundry-style API documentation pages [#22](https://github.com/CityofSantaMonica/SODA.NET/issues/22)

### New in 0.2.1 (Released 2014/12/02)

Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions SODA.Utilities/SODA.Utilities.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2014 City of Santa Monica, CA</copyright>
<copyright>Copyright 2015 City of Santa Monica, CA</copyright>
<tags>EWS OleDb SODA</tags>
<dependencies>
<dependency id="CSM.SodaDotNet" version="0.2.1" />
<dependency id="CSM.SodaDotNet" version="0.3.0" />
<dependency id="EWS-Api-2.1" version="1.0.0" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion SODA/SODA.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2014 City of Santa Monica, CA</copyright>
<copyright>Copyright 2015 City of Santa Monica, CA</copyright>
<tags>API OpenData Socrata SODA</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="6.0.7" />
Expand Down
8 changes: 4 additions & 4 deletions SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

[assembly: AssemblyCompany("City of Santa Monica, CA")]
[assembly: AssemblyProduct("SODA")]
[assembly: AssemblyCopyright("Copyright © 2014 City of Santa Monica, CA")]
[assembly: AssemblyVersion("0.2.1")]
[assembly: AssemblyFileVersion("0.2.1")]
[assembly: AssemblyInformationalVersion("0.2.1")]
[assembly: AssemblyCopyright("Copyright © 2015 City of Santa Monica, CA")]
[assembly: AssemblyVersion("0.3.0")]
[assembly: AssemblyFileVersion("0.3.0")]
[assembly: AssemblyInformationalVersion("0.3.0")]
[assembly: ComVisible(false)]

0 comments on commit bf6dada

Please sign in to comment.