Skip to content

Commit 3935d52

Browse files
committed
Bumped version to v1.4.6
1 parent 27f9f35 commit 3935d52

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deploy:
1818

1919
# GitHub Release Deployment
2020
- provider: GitHub
21-
tag: v1.4.5
21+
tag: v1.4.6
2222
description: 'Automated AppVeyor deployment'
2323
auth_token:
2424
secure: MgLx/AxMRG7E0GkPw36xBBD81pAD2Qqm5pBR3UsUVDJNzx8Fm2p8rOIJQ8PCJ7pC

src/Lavalink4NET.DSharpPlus/Lavalink4NET.DSharpPlus.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Company>Angelo Breuer</Company>
1717
<Copyright>Angelo Breuer</Copyright>
1818
<Product>Lavalink4NET</Product>
19-
<Version>1.4.5</Version>
19+
<Version>1.4.6</Version>
2020
<Description>
2121
A Lavalink wrapper for playing music using a discord bot.
2222
Integration with DSharpPlus Library.

src/Lavalink4NET.Discord_NET/Lavalink4NET.DiscordNet.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReleaseNotes>Compatible with Lavalink Server 3.0</PackageReleaseNotes>
1717
<PackageTags>lavalink,lavalink-wrapper,discord,discord-music,discord-music-bot,discord.net</PackageTags>
1818
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
19-
<Version>1.4.5</Version>
19+
<Version>1.4.6</Version>
2020
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2121
<PackageIconUrl>https://imgur.com/DbTYXxY.png</PackageIconUrl>
2222
<RepositoryUrl>https://github.com/angelobreuer/Lavalink4NET</RepositoryUrl>

src/Lavalink4NET.MemoryCache/Lavalink4NET.MemoryCache.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageProjectUrl></PackageProjectUrl>
1919
<RepositoryUrl>https://github.com/angelobreuer/Lavalink4NET</RepositoryUrl>
2020
<PackageIconUrl>https://imgur.com/DbTYXxY.png</PackageIconUrl>
21-
<Version>1.4.5</Version>
21+
<Version>1.4.6</Version>
2222
</PropertyGroup>
2323

2424
<ItemGroup>

src/Lavalink4NET/Lavalink4NET.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1717
<PackageTags>lavalink,lavalink-wrapper,discord,discord-music,discord-music-bot</PackageTags>
1818
<PackageReleaseNotes>Compatible with Lavalink Server 3.0</PackageReleaseNotes>
19-
<Version>1.4.5</Version>
19+
<Version>1.4.6</Version>
2020
<PackageProjectUrl />
2121
<PackageIconUrl>https://imgur.com/DbTYXxY.png</PackageIconUrl>
2222
<RepositoryUrl>https://github.com/angelobreuer/Lavalink4NET</RepositoryUrl>

0 commit comments

Comments
 (0)