Skip to content

Commit

Permalink
10.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheXorog committed Sep 25, 2022
1 parent f57d3e0 commit fecd243
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
@@ -1,12 +1,12 @@
---
uid: index
title: DisCatSharp 10.1.3 Documentation
title: DisCatSharp 10.1.4 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.3 Documentation
## DisCatSharp 10.1.4 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
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>10.1.3</VersionPrefix>
<VersionPrefix>10.1.4</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' != ''">
<Version>$(VersionPrefix)-$(VersionSuffix)-$(BuildNumber)</Version>
Expand Down

0 comments on commit fecd243

Please sign in to comment.