mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 02:39:52 +08:00
Compare commits
1 Commits
Mono-Net4X
...
0.9.2.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c3d29d638 |
8
.github/workflows/msbuild48.yml
vendored
8
.github/workflows/msbuild48.yml
vendored
@@ -33,8 +33,8 @@ jobs:
|
||||
name: LastAutoBuild
|
||||
files: LastBuild.zip
|
||||
|
||||
- name: report push to irc if from main OpenSim repository
|
||||
if: github.event_name == 'push' && github.repository_owner == 'opensim'
|
||||
- name: report push to irc
|
||||
if: github.event_name == 'push'
|
||||
uses: rectalogic/notify-irc@v1
|
||||
with:
|
||||
channel: "#opensim-dev"
|
||||
@@ -45,8 +45,8 @@ jobs:
|
||||
${{ join(github.event.commits.*.message, '\n') }}
|
||||
mono framework4.8 compile: ${{ steps.build.conclusion }}
|
||||
|
||||
- name: manual report to irc if from main OpenSim repository
|
||||
if: github.event_name == 'workflow_dispatch' && github.repository_owner == 'opensim'
|
||||
- name: manual report to irc
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
uses: rectalogic/notify-irc@v1
|
||||
with:
|
||||
channel: "#opensim-dev"
|
||||
|
||||
8
.github/workflows/msbuildnet6.yml
vendored
8
.github/workflows/msbuildnet6.yml
vendored
@@ -39,8 +39,8 @@ jobs:
|
||||
name: LastDotNetAutoBuild
|
||||
files: LastDotNetBuild.zip
|
||||
|
||||
- name: report push to irc if from main OpenSim repository
|
||||
if: github.event_name == 'push' && github.repository_owner == 'opensim'
|
||||
- name: report push to irc
|
||||
if: github.event_name == 'push'
|
||||
uses: rectalogic/notify-irc@v1
|
||||
with:
|
||||
channel: "#opensim-dev"
|
||||
@@ -51,8 +51,8 @@ jobs:
|
||||
${{ join(github.event.commits.*.message, '\n') }}
|
||||
dotnet compile: ${{ steps.build.conclusion }}
|
||||
|
||||
- name: manual report to irc if from main OpenSim repository
|
||||
if: github.event_name == 'workflow_dispatch' && github.repository_owner == 'opensim'
|
||||
- name: manual report to irc
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
uses: rectalogic/notify-irc@v1
|
||||
with:
|
||||
channel: "#opensim-dev"
|
||||
|
||||
@@ -32,7 +32,7 @@ namespace OpenSim
|
||||
public const string VersionNumber = "0.9.2.2";
|
||||
public const string AssemblyVersionNumber = "0.9.2.2";
|
||||
|
||||
public const Flavour VERSION_FLAVOUR = Flavour.Dev;
|
||||
public const Flavour VERSION_FLAVOUR = Flavour.Release;
|
||||
|
||||
public enum Flavour
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user