Skip to content

Commit

Permalink
chore: we'll use 10.6.0 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Jan 3, 2024
1 parent 1c0f92a commit a4be7d5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Set outputs
id: vars
run: |
echo "version=10.5.1" >> $GITHUB_OUTPUT
echo "version=10.6.0" >> $GITHUB_OUTPUT
echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- name: "Create Sentry prod release"
if: ${{!inputs.release_as_prerelease}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sentry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set outputs
id: vars
run: |
echo "version=10.4.2" >> $GITHUB_OUTPUT
echo "version=10.6.0" >> $GITHUB_OUTPUT
echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- name: "Create Sentry release"
uses: getsentry/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion DisCatSharp.Attributes/DisCatSharp.Attributes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<OutputType>Library</OutputType>
<Version>10.5.1</Version>
<Version>10.6.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion DisCatSharp.Docs/changelogs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ author: DisCatSharp Team

Please select the changelog you want to view from the left side.

Current: [v10.5.1](xref:changelogs_v10_10_5_1)
Current: [v10.5.1](xref:changelogs_v10_10_6_0)
4 changes: 2 additions & 2 deletions DisCatSharp.Docs/changelogs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ items:
- name: Version 10.X
expanded: true
items:
- name: Version 10.5.1
href: v10/10_5_1.md
- name: Version 10.6.0
href: v10/10_6_0.md
- name: Version 10.4.0
href: v10/10_4_0.md
- name: Version 10.3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
uid: changelogs_v10_10_5_1
title: Version 10.5.1
uid: changelogs_v10_10_6_0
title: Version 10.6.0
author: DisCatSharp Team
---

# Upgrade from **10.4.0** to **10.5.1**
# Upgrade from **10.4.0** to **10.6.0**

<br/>

Expand Down
2 changes: 1 addition & 1 deletion DisCatSharp.Docs/dcs/_redirects
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/changelogs/latest /changelogs/v10/10_5_1 303
/changelogs/latest /changelogs/v10/10_6_0 303
2 changes: 1 addition & 1 deletion DisCatSharp.Targets/Version.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>10.5.1</VersionPrefix>
<VersionPrefix>10.6.0</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' != ''">
<Version>$(VersionPrefix)-$(VersionSuffix)-$(BuildNumber)</Version>
Expand Down

0 comments on commit a4be7d5

Please sign in to comment.