Skip to content

Commit

Permalink
New release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Mar 5, 2024
1 parent 0b5da29 commit c74595c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2022 [Anders Bjerner](https://twitter.com/abjerner)
Copyright (c) 2024 [Anders Bjerner](https://github.com/abjerner)

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
Install the package via [**NuGet**](https://www.nuget.org/packages/Skybrud.Social.Google) - either via the .NET CLI:

```
dotnet add package Skybrud.Social.Google --version 1.0.2
dotnet add package Skybrud.Social.Google --version 1.0.3
```

or the NuGet Package Manager:

```
Install-Package Skybrud.Social.Google -Version 1.0.2
Install-Package Skybrud.Social.Google -Version 1.0.3
```


Expand Down Expand Up @@ -74,7 +74,7 @@ The [**releases page**][Releases] lists all releases, and each there will be som



[Website]: http://social.skybrud.dk/google/
[Website]: https://packages.limbo.works/skybrud.social.google/
[NuGetPackage]: https://www.nuget.org/packages/Skybrud.Social.Google
[GitHubRelease]: https://github.com/abjerner/Skybrud.Social.Google/releases/latest
[Releases]: https://github.com/abjerner/Skybrud.Social.Google/releases
Expand Down
Binary file added releases/nuget/Skybrud.Social.Google.1.0.3.nupkg
Binary file not shown.
6 changes: 3 additions & 3 deletions src/Skybrud.Social.Google/Skybrud.Social.Google.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<LangVersion>10.0</LangVersion>
<LangVersion>12</LangVersion>
<TargetFrameworks>netstandard2.0;net45;net46;net47</TargetFrameworks>
<BuildInParallel>false</BuildInParallel>
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<Company>Limbo</Company>
<Product>Skybrud.Social</Product>
<Authors>Anders Bjerner</Authors>
Expand All @@ -23,7 +23,7 @@
<PackageId>Skybrud.Social.Google</PackageId>
<PackageTags>Skybrud, Social, Google, OAuth, JSON, Limbo</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://packages.skybrud.dk/skybrud.social.google/</PackageProjectUrl>
<PackageProjectUrl>https://packages.limbo.works/skybrud.social.google/</PackageProjectUrl>
<PackageIcon>Limbo.png</PackageIcon>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/abjerner/Skybrud.Social.Google</RepositoryUrl>
Expand Down

0 comments on commit c74595c

Please sign in to comment.