Skip to content

Commit

Permalink
New release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Mar 18, 2024
1 parent db8b176 commit 5c88ee4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 [Anders Bjerner](https://github.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
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/abjerner/Skybrud.Social.Mastodon/blob/v1/main/LICENSE.md)
[![NuGet](https://img.shields.io/nuget/vpre/Skybrud.Social.Mastodon.svg)](https://www.nuget.org/packages/Skybrud.Social.Mastodon)
[![NuGet](https://img.shields.io/nuget/dt/Skybrud.Social.Mastodon.svg)](https://www.nuget.org/packages/Skybrud.Social.Mastodon)
[![Skybrud.Social.Mastodon at packages.limbo.works](https://img.shields.io/badge/limbo-packages-blue)](https://packages.limbo.works/skybrud.social.mastodon/)





.NET API wrapper and implementation of the [**Mastodon API**](https://docs.joinmastodon.org/client/intro/).
Expand Down Expand Up @@ -31,13 +35,13 @@
The package is only available via [**NuGet**](https://www.nuget.org/packages/Skybrud.Social.Mastodon/1.0.0-alpha003). To install the package, you can either use the .NET CLI:

```
dotnet add package Skybrud.Social.Mastodon --version 1.0.0-alpha003
dotnet add package Skybrud.Social.Mastodon --version 1.0.0-alpha004
```

or the NuGet Package Manager:

```
Install-Package Skybrud.Social.Mastodon -Version 1.0.0-alpha003
Install-Package Skybrud.Social.Mastodon -Version 1.0.0-alpha004
```


Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Skybrud.Social.Mastodon/Skybrud.Social.Mastodon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>1.0.0-alpha003</VersionPrefix>
<VersionPrefix>1.0.0-alpha004</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
<Company>Limbo</Company>
<Product>Skybrud.Social</Product>
Expand Down

0 comments on commit 5c88ee4

Please sign in to comment.