Skip to content

Commit cb09621

Browse files
2 parents 0363dc8 + 8cf5053 commit cb09621

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: csharp
22
mono: none
33
dist: xenial
4-
dotnet: 3.0
4+
dotnet: 3.1
55
before_script:
66
- export PATH="$PATH:/home/travis/.dotnet/tools"
77
script:

Changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Not released
22

3+
4+
# Released
5+
36
# 8.31.1
47

58
ElectronNET.API:
69

710
* New Feature: Electron 8.2.3 support, but not all new features (we search contributors)
811

9-
# Released
10-
1112
# 7.30.2
1213

1314
ElectronNET.CLI:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AppVeyor (Win/Linux): [![Build status](https://ci.appveyor.com/api/projects/stat
99

1010
Travis-CI (Win/macOS/Linux): [![Build Status](https://travis-ci.org/ElectronNET/Electron.NET.svg?branch=master)](https://travis-ci.org/ElectronNET/Electron.NET)
1111

12-
Build cross platform desktop apps with .NET Core 2.2 and ASP.NET NET Core.
12+
Build cross platform desktop apps with .NET Core 3.1 and ASP.NET NET Core.
1313

1414
Electron.NET is a __wrapper__ around a "normal" Electron application with an embedded ASP.NET Core application. Via our Electron.NET IPC bridge we can invoke Electron APIs from .NET.
1515

@@ -26,7 +26,7 @@ Well... there are lots of different approaches how to get a X-plat desktop app r
2626

2727
# Requirements to run:
2828

29-
The current Electron.NET CLI builds Windows/macOS/Linux binaries. Our API uses .NET Core 3.0, so our minimum base OS is the same as [.NET Core 3.0](https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0-supported-os.md).
29+
The current Electron.NET CLI builds Windows/macOS/Linux binaries. Our API uses .NET Core 3.1, so our minimum base OS is the same as [.NET Core 3.1](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1-supported-os.md).
3030

3131
Also you should have installed:
3232

buildReleaseNuGetPackages.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set ENETVER=5.30.1
1+
set ENETVER=8.31.1
22
echo "Start building Electron.NET dev stack..."
33
echo "Restore & Build API"
44
cd ElectronNet.API

0 commit comments

Comments
 (0)