Skip to content

Commit

Permalink
7.1 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreye committed Dec 30, 2021
1 parent 00bc8dd commit 460668b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -58,14 +58,14 @@ jobs:
if: matrix.platform == 'macos-latest'
uses: actions/upload-artifact@v2
with:
name: macOS Release
name: macOS x64 Release
path: artifacts/ILSpy-macos-x64-Release.zip
if-no-files-found: error
- name: Upload macOS arm64 artifacts
if: matrix.platform == 'macos-latest'
uses: actions/upload-artifact@v2
with:
name: macOS Release
name: macOS arm64 Release
path: artifacts/ILSpy-macos-arm64-Release.zip
if-no-files-found: error
- name: Upload Windows x64 artifacts
Expand Down
6 changes: 3 additions & 3 deletions ILSpy.Core/Properties/AssemblyInfo.cs
Expand Up @@ -36,9 +36,9 @@
internal static class RevisionClass
{
public const string Major = "7";
public const string Minor = "0";
public const string Build = "1";
public const string Revision = "1";
public const string Minor = "1";
public const string Build = "0";
public const string Revision = "0";
public const string VersionName = "rc";

public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision + "." + VersionName;
Expand Down

0 comments on commit 460668b

Please sign in to comment.