Skip to content

Commit

Permalink
Merge pull request #105 from tryphotino/104-move-photinoservernet-to-…
Browse files Browse the repository at this point in the history
…the-separate-package

Removes PhotinoServer from photino.NET package
  • Loading branch information
philippjbauer authored Sep 29, 2022
2 parents c2be700 + 4620679 commit 899963d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 86 deletions.
2 changes: 1 addition & 1 deletion Photino.NET/Photino.NET.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Authors>TryPhotino</Authors>
Expand Down
82 changes: 0 additions & 82 deletions Photino.NET/PhotinoServer.NET.cs

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
Photino is a lightweight open-source framework for building native,
cross-platform desktop applications with Web UI technology.

Photino enables developers to use fast, natively compiled languages like C#, C++, Java and more. Use your favorite development frameworks like .NET 5, and build desktop apps with Web UI frameworks, like Blazor, React, Angular, Vue, etc.!
Photino enables developers to use fast, natively compiled languages like C#, C++, Java and more. Use your favorite development frameworks like .NET 6, and build desktop apps with Web UI frameworks, like Blazor, React, Angular, Vue, etc.!

Photino uses the OSs built-in WebKit-based browser control for Windows, macOS and Linux.
Photino is the lightest cross-platform framework. Compared to Electron, a Photino app is up to 110 times smaller! And it uses far less system memory too!


## <span>Photino.</span>NET

This project represents the .NET 5 wrapper for the Photino.Native project, which makes it available for all operating systems (Windows, macOS, Linux).
This project represents the .NET 6 wrapper for the Photino.Native project, which makes it available for all operating systems (Windows, macOS, Linux).
This library is used for all the sample projects provided by Photino, which include Blazor, Vue.JS, Angular, React, or the basic HTML app:
https://github.com/tryphotino/photino.Samples

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-photino.net-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trigger:

variables:
major: 2
minor: 2
minor: 3
patch: $[counter(variables['minor'], 0)] #this will reset when we bump minor
buildConfiguration: 'Release'

Expand Down

0 comments on commit 899963d

Please sign in to comment.