Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
Merge tag 'v3.2.1' into develop
Browse files Browse the repository at this point in the history
Release v3.2.1 - closes #23
  • Loading branch information
jcheng31 committed Oct 26, 2017
2 parents 9836f8e + 8b95ee0 commit bf52d9a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## New in Version 3.2.1 (26 October 2017)

* Add support for UV Index and UV Index Time properties. Thanks, [@rootasjey](https://github.com/rootasjey)!

## New in Version 3.2.0 (27 May 2017)
* Target .NET Standard 1.1.
- This should support the same platforms as before, with the addition of Mono 4.6.
Expand Down
5 changes: 2 additions & 3 deletions DarkSkyApi/DarkSkyApi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
<metadata>
<id>DarkSkyApi</id>
<title>DarkSkyApi</title>
<version>3.2.0</version>
<version>3.2.1</version>
<authors>Jerome Cheng</authors>
<owners>Jerome Cheng</owners>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/jcheng31/DarkSkyApi</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A portable class library for the Dark Sky weather API.</description>
<releaseNotes>
* Target .NET Standard 1.1.
* Add support for Bulgarian, Catalan, and Estonian.
* Add UV Index and UV Index Time properties.
</releaseNotes>
<copyright />
<tags>DarkSky Dark Sky Forecast.IO Forecast Weather Portable PCL</tags>
Expand Down
4 changes: 2 additions & 2 deletions DarkSkyApi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
// 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("3.2.0.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]
[assembly: AssemblyVersion("3.2.1.0")]
[assembly: AssemblyFileVersion("3.2.1.0")]
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ An unofficial C# library for the [Dark Sky](https://darksky.net/dev) weather ser

[NuGet](https://www.nuget.org/packages/DarkSkyApi/): `Install-Package DarkSkyApi`

## New in Version 3.2.0 (27 May 2017)
## New in Version 3.2.1 (26 October 2017)

[Full Changelog](CHANGELOG.md)

* Target .NET Standard 1.1.
- This should support the same platforms as before, with the addition of Mono 4.6.
* Add support for Bulgarian, Catalan, and Estonian.
* Add support for UV Index and UV Index Time properties. Thanks, [@rootasjey](https://github.com/rootasjey)!

## Quick Start

Expand Down

0 comments on commit bf52d9a

Please sign in to comment.