Skip to content

Commit

Permalink
Bump to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
markdwags committed Mar 24, 2023
1 parent 7727087 commit d789e0c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set AssemblyInfo
uses: dannevesdantas/set-version-assemblyinfo@v.1.0.0
with:
version: '1.9.${{ github.run_number }}.0'
version: '1.10.${{ github.run_number }}.0'

- name: Build Razor (x86)
run: msbuild $env:Solution_Name /t:Build /p:Configuration=$env:Configuration /p:Platform="Any CPU"
Expand Down
6 changes: 3 additions & 3 deletions Razor/Properties/AssemblyInfo.cs
Expand Up @@ -44,9 +44,9 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.9.0.0")]
[assembly: AssemblyFileVersion("1.9.0.0")]
[assembly: AssemblyInformationalVersion("1.8.0.0")]
[assembly: AssemblyVersion("1.10.0.0")]
[assembly: AssemblyFileVersion("1.10.0.0")]
[assembly: AssemblyInformationalVersion("1.10.0.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
4 changes: 2 additions & 2 deletions help/docs/download.md
Expand Up @@ -13,9 +13,9 @@ description: Download Razor, a free tool designed to help with simple tasks whil

Use the links below to download the **latest** version of Razor. To learn more about each version, view the [release notes](releasenotes.md). You can also download previous versions on [Github](https://github.com/markdwags/Razor/releases).

[Download Razor 1.8.61.0 (x64)](https://github.com/markdwags/Razor/releases/download/v1.8.61.0/Razor-x64-v1.8.61.0.zip){ .md-button .md-button--primary }
[Download Razor 1.9.77.0 (x64)](https://github.com/markdwags/Razor/releases/download/v1.9.77.00/Razor-x64-v1.9.77.0.zip){ .md-button .md-button--primary }

[Download Razor 1.8.61.0 (x86)](https://github.com/markdwags/Razor/releases/download/v1.8.61.0/Razor-x86-v1.8.61.0.zip){ .md-button }
[Download Razor 1.9.77.0 (x86)](https://github.com/markdwags/Razor/releases/download/v1.9.77.0/Razor-x86-v1.9.77.0.zip){ .md-button }

## Developer Preview

Expand Down
2 changes: 1 addition & 1 deletion help/docs/releasenotes.md
Expand Up @@ -6,7 +6,7 @@ description: Stay up-to-date with the latest Razor release notes

Below is a list of the latest releases notes going back to the first release of this version of Razor.

## 1.9.X.0 (Dev Preview)
## 1.9.77.0

This version includes more updates to the scripting engine, including the ability to create cooldowns that will display as a gump. This version also introduces lists and timers to the scripting engine. Be sure to review the latest scripting docs for details.

Expand Down

0 comments on commit d789e0c

Please sign in to comment.