Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlOfDuty committed Apr 10, 2022
1 parent 76bada4 commit 9b6a743
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -350,3 +350,5 @@ MigrationBackup/
.ionide/

config.yml

.idea/
10 changes: 6 additions & 4 deletions SponsorBoi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
<Product>SponsorBoi</Product>
<Description>A Discord bot which syncs Github Sponsors to Discord.</Description>
<Authors>KarlofDuty</Authors>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0.1</AssemblyVersion>
<FileVersion>1.0.0.1</FileVersion>
<PackageVersion>1.0.0-A</PackageVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DSharpPlus" Version="4.1.0" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="4.1.0" />
<PackageReference Include="MySql.Data" Version="8.0.27" />
<PackageReference Include="DSharpPlus" Version="4.2.0-nightly-01109" />
<PackageReference Include="DSharpPlus.CommandsNext" Version="4.2.0-nightly-01109" />
<PackageReference Include="MySql.Data" Version="8.0.28" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Octokit.GraphQL" Version="0.1.8-beta" />
<PackageReference Include="YamlDotNet" Version="11.2.1" />
Expand Down
7 changes: 7 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sdk": {
"version": "6.0",
"rollForward": "latestMajor",
"allowPrerelease": false
}
}

0 comments on commit 9b6a743

Please sign in to comment.