Skip to content

Commit

Permalink
update version 10.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Sep 24, 2022
1 parent 6c0e9ad commit a06d9cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DisCatSharp.Docs/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
uid: index
title: DisCatSharp 10.1.0 Documentation
title: DisCatSharp 10.1.3 Documentation
---

<h1 class="main-title">DisCatSharp ![Stable](https://img.shields.io/nuget/v/DisCatSharp?color=%23ebb34b&label=Stable&style=flat-square&logo=nuget) ![Nightly](https://img.shields.io/nuget/vpre/DisCatSharp?color=%23ff1493&label=Nightly&style=flat-square&logo=nuget)</h1>

<h1 class="logo-center">![DisCatSharp Logo](/logobig.png "DisCatSharp Documentation")</h1>
## DisCatSharp 10.1.0 Documentation
## DisCatSharp 10.1.3 Documentation
[DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp) (DCS) is an unofficial .NET wrapper for the [Discord API](https://discord.com/developers/docs/intro "Discord API") based off DSharpPlus.<br/>
The library has been rewritten to fit quality and API standards. Furthermore this lib includes many new features of Discord and is pretty fast with keeping up with Discords API.

Expand Down
2 changes: 1 addition & 1 deletion Version.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>10.1.2</VersionPrefix>
<VersionPrefix>10.1.3</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' != ''">
<Version>$(VersionPrefix)-$(VersionSuffix)-$(BuildNumber)</Version>
Expand Down

0 comments on commit a06d9cf

Please sign in to comment.