Skip to content

Commit 2f7329d

Browse files
Updates to .nuspec; Updates to README.md
1 parent 5966792 commit 2f7329d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

AppleAuth.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
<Copyright>Copyright (c) 2020 Accedia JSC</Copyright>
1111
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
1212
<RepositoryUrl>https://github.com/Accedia/appleauth-net</RepositoryUrl>
13-
<PackageReleaseNotes>Initial version which includes the main functionality for making requests to Sign in with Apple's REST API.</PackageReleaseNotes>
13+
<PackageReleaseNotes>Updates to validation of token expiration; Updates to README.md</PackageReleaseNotes>
1414
<PackageTags>apple signin aspnet net</PackageTags>
15+
<Version>1.0.1</Version>
1516
</PropertyGroup>
1617

1718
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NuGet](https://img.shields.io/badge/nuget-v1.0.0-blue)](https://www.nuget.org/packages/AppleAuth.NET/1.0.0)
1+
[![NuGet](https://img.shields.io/badge/nuget-v1.0.1-blue)](https://www.nuget.org/packages/AppleAuth.NET/1.0.1)
22

33
# What is AppleAuth.NET?
44
AppleAuth is a very simple library for .NET that encapsulates the logic for communicating with [Apple's REST API for Sign in with Apple](https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_rest_api).

0 commit comments

Comments
 (0)