Skip to content

Commit

Permalink
Update Remora.Discord to 2022.46.0.
Browse files Browse the repository at this point in the history
Signed-off-by: AraHaan <seandhunt_7@yahoo.com>
  • Loading branch information
AraHaan committed Jul 28, 2022
1 parent d02ab76 commit 9547428
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Remora.Discord.Sdk/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>2022.45.0</Version>
<Version>2022.46.0</Version>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<NoPackageAnalysis>true</NoPackageAnalysis>
<PackageTags>Remora.Discord</PackageTags>
Expand Down
6 changes: 3 additions & 3 deletions Sdk/Sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<KnownFrameworkReference Include="Remora.Discord.App"
TargetFramework="net6.0"
RuntimeFrameworkName="Remora.Discord.App"
DefaultRuntimeFrameworkVersion="2022.45.0"
LatestRuntimeFrameworkVersion="2022.45.0"
DefaultRuntimeFrameworkVersion="2022.46.0"
LatestRuntimeFrameworkVersion="2022.46.0"
TargetingPackName="Remora.Discord.App.Ref"
TargetingPackVersion="2022.45.0"
TargetingPackVersion="2022.46.0"
RuntimePackNamePatterns="Remora.Discord.App.Runtime.**RID**"
RuntimePackRuntimeIdentifiers="win-x86;win-x64;win-arm64;linux-x64;linux-arm;linux-arm64;osx-x64;osx-arm64"
IsTrimmable="true" />
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<!-- This repo version -->
<MajorVersion>2022</MajorVersion>
<MinorVersion>45</MinorVersion>
<MinorVersion>46</MinorVersion>
<PatchVersion>0</PatchVersion>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<!-- <ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild> -->
Expand Down
2 changes: 1 addition & 1 deletion pkg/sfx/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Required to strong name sign Remora.Discord and it's unsigned dependencies. -->
<PackageReference Include="StrongNamer" Version="*-*" />
<!-- The actual Remora.Discord nuget metapackage. -->
<PackageReference Include="Remora.Discord" Version="2022.45.0" />
<PackageReference Include="Remora.Discord" Version="2022.46.0" />
<!-- Remora's plugin system. -->
<PackageReference Include="Remora.Plugins" Version="*-*" />
<!-- SourceLink -->
Expand Down

0 comments on commit 9547428

Please sign in to comment.