Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 0cac073

Browse files
- Update version information
- Update changelog
1 parent 237ec9f commit 0cac073

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Release notes
22
=============
33

4+
Version 1.0.2
5+
===
6+
7+
#### 1.0.2
8+
(2020-08-18)
9+
10+
Fixed:
11+
12+
- Exception when $Object.Year is not valid when adding to a UserCustomList ([Issue 173](https://github.com/henrikfroehling/Trakt.NET/issues/173)
13+
14+
---------
15+
416
Version 1.0.1
517
===
618

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _**Formerly known as [TraktApiSharp](https://github.com/henrikfroehling/TraktApi
88
**This is a .NET wrapper library for the [Trakt.tv](https://trakt.tv/) [API](http://docs.trakt.apiary.io/#).**
99

1010
[![Project Status](https://img.shields.io/badge/Project%20Status-In%20Development-green)](https://img.shields.io/badge/Project%20Status-In%20Development-green)
11-
[![NuGet Package](https://img.shields.io/badge/NuGet-v1.0.1-green.svg?style=flat)](https://www.nuget.org/packages/Trakt.NET/1.0.1)
11+
[![NuGet Package](https://img.shields.io/badge/NuGet-v1.0.2-green.svg?style=flat)](https://www.nuget.org/packages/Trakt.NET/1.0.2)
1212
[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](https://opensource.org/licenses/MIT)
1313
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
1414
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=henrikfroehling_Trakt.NET&metric=alert_status)](https://sonarcloud.io/dashboard?id=henrikfroehling_Trakt.NET)

Source/Lib/Trakt.NET/Trakt.NET.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>TraktNet</RootNamespace>
66
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
77
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
8-
<Version>1.0.1</Version>
8+
<Version>1.0.2</Version>
99
<Authors>Henrik Fröhling</Authors>
1010
<Company>Henrik Fröhling</Company>
1111
<PackageLicenseUrl>https://github.com/henrikfroehling/Trakt.NET/blob/develop/LICENSE.md</PackageLicenseUrl>
@@ -21,8 +21,8 @@ Features
2121
- Serialization Service
2222
- Language Service</Description>
2323
<RepositoryUrl>https://github.com/henrikfroehling/Trakt.NET</RepositoryUrl>
24-
<PackageTags>trakt REST</PackageTags>
25-
<PackageReleaseNotes>https://github.com/henrikfroehling/Trakt.NET/blob/develop/Changelog.md#101</PackageReleaseNotes>
24+
<PackageTags>trakt rest api</PackageTags>
25+
<PackageReleaseNotes>https://github.com/henrikfroehling/Trakt.NET/blob/develop/Changelog.md#102</PackageReleaseNotes>
2626
</PropertyGroup>
2727

2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

Source/Lib/Trakt.NET/Trakt.NET.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Trakt.NET</id>
5-
<version>1.0.1$versionSuffix$</version>
5+
<version>1.0.2$versionSuffix$</version>
66
<title>Trakt.NET</title>
77
<authors>Henrik Fröhling</authors>
88
<owners>henrikfroehling</owners>
@@ -20,10 +20,10 @@ Features
2020
- Language Service
2121
</description>
2222
<summary>.NET wrapper library for the Trakt.tv API.</summary>
23-
<releaseNotes>https://github.com/henrikfroehling/Trakt.NET/blob/develop/Changelog.md#100-beta</releaseNotes>
23+
<releaseNotes>https://github.com/henrikfroehling/Trakt.NET/blob/develop/Changelog.md#102</releaseNotes>
2424
<copyright>Copyright (c) 2016 - 2020 Henrik Fröhling et al.</copyright>
2525
<language>en-US</language>
26-
<tags>trakt REST</tags>
26+
<tags>trakt rest api</tags>
2727
<dependencies>
2828
<dependency id="Newtonsoft.Json" version="12.0.3" />
2929
</dependencies>

0 commit comments

Comments
 (0)