Skip to content

Commit

Permalink
Update nuget package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticEcho committed Aug 4, 2018
1 parent 249eaf8 commit be5ab46
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SharpExchange [![](https://img.shields.io/badge/NuGet-1.0.0-brightgreen.svg)](https://www.nuget.org/packages/SharpExchange)
# SharpExchange [![](https://img.shields.io/badge/NuGet-1.0.1-brightgreen.svg)](https://www.nuget.org/packages/SharpExchange)

An unofficial library for interacting with Stack Exchange chat, and the API (version 2.2). Targeting .NET Standard 2.0.

Expand Down
19 changes: 19 additions & 0 deletions SharpExchange/SharpExchange.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>ArcticEcho</Authors>
<Company>SOBotics</Company>
<Description>An unofficial library for interacting with Stack Exchange chat, and the API</Description>
<PackageLicenseUrl>https://github.com/SOBotics/SharpExchange/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/SOBotics/SharpExchange</PackageProjectUrl>
<RepositoryUrl>https://github.com/SOBotics/SharpExchange</RepositoryUrl>
<PackageTags>api chat stackexchange websocket</PackageTags>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>1.0.1</Version>
<PackageReleaseNotes>Fix maximum API request rate.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard2.0\SharpExchange.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netstandard2.0\SharpExchange.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit be5ab46

Please sign in to comment.