Skip to content

Commit f2a8b01

Browse files
committed
Bump package version to v4.1.3 & add tentative patch notes
1 parent 7fe36cf commit f2a8b01

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/Discore/Discore.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard1.5</TargetFramework>
55
<Copyright>Bundled Sticks Inkorporated 2018</Copyright>
6-
<Version>4.1.2</Version>
7-
<AssemblyVersion>4.1.2.0</AssemblyVersion>
8-
<FileVersion>4.1.2.0</FileVersion>
6+
<Version>4.1.3</Version>
7+
<AssemblyVersion>4.1.3.0</AssemblyVersion>
8+
<FileVersion>4.1.3.0</FileVersion>
99
<Authors>Ethan Lafrenais;Tristan Smith</Authors>
1010
<PackageTags>discord;discord-api;discord-library;dotnet-standard</PackageTags>
1111
<Company>Bundled Sticks Inkorporated</Company>
@@ -17,8 +17,7 @@ Please note: Discore is not an official Discord API interface!</Description>
1717
<RepositoryUrl>https://github.com/BundledSticksInkorperated/Discore.git</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
1919
<PackageProjectUrl>https://github.com/BundledSticksInkorperated/Discore</PackageProjectUrl>
20-
<PackageReleaseNotes>- Fixed guild channel creation.
21-
- Fixed an erreoneous shard failure that occurred when retrieving the Gateway URL timed out.</PackageReleaseNotes>
20+
<PackageReleaseNotes>- Tweak to bring UDP voice connections more inline with new API documentation.</PackageReleaseNotes>
2221
</PropertyGroup>
2322

2423
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

0 commit comments

Comments
 (0)