Skip to content

Commit

Permalink
Bump version to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rbergen committed Dec 6, 2023
1 parent 447ff3f commit 3010460
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Azure SWA production CD

on:
workflow_dispatch:
push:
branches:
- production
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Azure SWA staging CD

on:
workflow_dispatch:
push:
branches:
- staging
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Plain .NET build

on:
push:
pull_request:
branches:
- staging
- production
on: [workflow_dispatch, push, pull_request]

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions src/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// Revision
using System.Reflection;

[assembly: AssemblyVersion("4.4.0.0")]
[assembly: AssemblyFileVersion("4.4.0.0")]
[assembly: AssemblyVersion("4.5.0.0")]
[assembly: AssemblyFileVersion("4.5.0.0")]
[assembly: AssemblyCompany("R.I.P.")]
[assembly: AssemblyProduct("R136")]
[assembly: AssemblyCopyright("© Copyright R.I.P. 1998, 2021")]
[assembly: AssemblyCopyright("© Copyright R.I.P. 1998, 2023")]

0 comments on commit 3010460

Please sign in to comment.