Pat Hartl
|
89b9ef8115
|
Import PhotinoNotification functions and implement new notification API
|
2025-10-18 19:12:02 -05:00 |
|
cypherpotato
|
237a8e7534
|
feat: add docs symbols to nuget package
|
2025-03-25 13:08:26 -03:00 |
|
Mike Yeager
|
8408c7f060
|
Updated .Native to 4.0. Updated version to 4.0.
|
2025-01-23 10:10:10 -07:00 |
|
Mike Yeager
|
27d2d03387
|
Removed all references to NET7_0_OR_GREATER. Changed target frameworks to 8/9 only.
|
2025-01-17 13:26:29 -07:00 |
|
Mike Yeager
|
8f8504c565
|
Updated vdersion to 3.2.0, updated Photino.Native reference. Fixed bug in .NET 6 compile.
|
2024-10-24 10:46:16 -06:00 |
|
Mike Yeager
|
5bcb9c95bd
|
Updated Photino.Native to 3.1.6
|
2024-09-06 09:53:38 -06:00 |
|
Mike Yeager
|
e7ff087678
|
Updated .Native reference to dev version.
|
2024-09-05 10:51:09 -06:00 |
|
Mike Yeager
|
8ef26a1ecb
|
Removed all support for passing UTF16 strings on Windows. Standardized on UTF8 on all platforms.
|
2024-08-30 11:38:25 -06:00 |
|
Mike Yeager
|
aebe0b4a9b
|
Removed defining constants for OSs other than windows in csproj file. Fixes string marshalling issue, but we're not sure why.
|
2024-08-22 09:59:21 -06:00 |
|
Mike Yeager
|
94e813368e
|
Fixed OS detection for compiler in DllImports.
|
2024-08-15 14:12:42 -06:00 |
|
Mike Yeager
|
05e2d9685d
|
Updated dependency to Photino.Native 3.1.5. Bumped minor version to 3.1.
|
2024-08-15 10:01:38 -06:00 |
|
Mike Yeager
|
682ca668e6
|
V3.0
|
2024-05-30 09:10:12 -06:00 |
|
DKOJA
|
713622d1ec
|
Merge branch 'master' into feature/merge-with-upstream
|
2024-02-27 09:43:37 +01:00 |
|
DKOJA
|
f267b28038
|
Rewrite dll imports to support source generation
|
2024-02-26 15:20:14 +01:00 |
|
DKOJA
|
1265444930
|
Fix invalid tag used
|
2024-02-26 14:42:31 +01:00 |
|
DKOJA
|
6ee6e944a0
|
Rename project based on other packages convention
|
2024-02-26 13:37:32 +01:00 |
|
DKOJA
|
e35aa4086a
|
Add target frameworks
|
2024-02-26 13:36:51 +01:00 |
|
Philipp Bauer
|
cef8ee2b7b
|
Update photino.Native to v2.6.0
|
2024-01-11 11:29:18 -06:00 |
|
Josh Menzel
|
825161b3c9
|
Update Photino.NET.csproj
use latest debug version of photino.native nuget package - 0.9.0-20240105.1
|
2024-01-11 11:29:18 -06:00 |
|
Mike Yeager
|
b03d88654f
|
Another attempt
|
2024-01-11 11:29:18 -06:00 |
|
Mike Yeager
|
7a09993608
|
Another attempt
|
2024-01-11 11:29:18 -06:00 |
|
Mike Yeager
|
bdb1ea7e6c
|
Another attempt
|
2024-01-11 11:29:18 -06:00 |
|
Mike Yeager
|
c96c8675dd
|
Another attempt
|
2024-01-11 11:29:18 -06:00 |
|
Mike Yeager
|
60491573c4
|
Another attempt
|
2024-01-11 11:29:18 -06:00 |
|
Mike Yeager
|
1d789335ac
|
Another attempt.
|
2024-01-11 11:29:18 -06:00 |
|
Mike Yeager
|
26a529be60
|
Try to fix circular dependency in build/pack.
|
2024-01-11 11:29:18 -06:00 |
|
Mike Yeager
|
178b1fecf8
|
Removed version #
|
2024-01-11 11:29:18 -06:00 |
|
Mike Yeager
|
26aba95277
|
Added .NET 8 support. Updated NuGetAuthenticate@0 to @1. Pointed to Photino.Native dev build package.
|
2024-01-11 11:29:18 -06:00 |
|
Philipp Bauer
|
e02089a6d9
|
Update Photino.Native package to v2.5.2
|
2023-11-09 13:52:14 -06:00 |
|
Philipp Bauer
|
34b9d9e632
|
Update Photino.Native package to v2.5.1
|
2023-11-09 12:55:54 -06:00 |
|
Philipp Bauer
|
afbe698441
|
Update Photino.Native to latest version (2.5.0)
|
2023-11-02 18:57:34 -05:00 |
|
Philipp Bauer
|
c27ac0b8e5
|
Update to latest Photino.Native Prod Build (2.4.1)
|
2023-04-13 11:38:39 -05:00 |
|
Philipp Bauer
|
ea88a95b26
|
Update to latest Photino.Native Debug Build (0.9.0-20230413.3)
|
2023-04-13 11:35:58 -05:00 |
|
Philipp Bauer
|
0eea628091
|
Merge pull request #132 from tryphotino/debug-dialogs
Debug dialogs
|
2023-03-16 10:09:19 -05:00 |
|
Philipp Bauer
|
cd71849d3a
|
Update Photino.Native Package Reference to Native package with dialog support
|
2023-03-16 16:08:37 +01:00 |
|
Brett V. Forsgren
|
2a1d68ad1b
|
add net7.0 TFM and allow for .NET 7 AOT
The method `Marshal.GetHINSTANCE()` is [not supported](https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs=cli#api-incompatibility) in AOT scenarios, but the method `NativeLibrary.GetMainProgramHandle()` was added in [.NET 7](https://github.com/dotnet/runtime/issues/63714#issuecomment-1011675863) and allows for this to work.
|
2023-03-08 15:30:23 -07:00 |
|
Mike Yeager
|
b0ff5b0543
|
Merge branch 'master' into debug
|
2023-02-03 15:03:10 -07:00 |
|
Mike Yeager
|
d4f3cc7813
|
Updated to latest .Native. Changed version to 2.3. Added method for clearing browser auto-fill.
|
2023-02-03 14:58:10 -07:00 |
|
Philipp Bauer
|
a834e45b7e
|
Removes PhotinoServer from photino.NET package
* Removes PhotinoServer.NET.cs
* Removes dependency to Microsoft.NET.Sdk.Web
* Updates minor version
|
2022-09-29 15:16:43 -05:00 |
|
Philipp Bauer
|
c6824f8936
|
Update Photino.Native reference to latest production build
|
2022-09-23 16:01:09 -05:00 |
|
Philipp Bauer
|
c9ec1bd332
|
Update Photino.Native reference to latest debug build
|
2022-09-23 15:59:16 -05:00 |
|
Philipp Bauer
|
b24bcf3f99
|
Add IsPackable property as advised by error message in Azure Pipeline
|
2022-09-14 14:55:20 -05:00 |
|
Philipp Bauer
|
d6f2742e50
|
Use latest debug version
|
2022-09-14 14:21:08 -05:00 |
|
Philipp Bauer
|
9c0090fcbb
|
Updates target framework to net6.0, similar to the other projects
|
2022-09-14 12:38:06 -05:00 |
|
Mike Yeager
|
8059042816
|
Removed reference to NewtonSoft.
|
2022-09-14 09:36:15 -05:00 |
|
Mike Yeager
|
c1814cce58
|
Updated Photino.Native package reference.
|
2022-01-13 09:52:48 -07:00 |
|
Mike Yeager
|
c3577e8467
|
Merge branch 'master' into debug
|
2021-11-18 13:51:24 -07:00 |
|
Mike Yeager
|
0c0f269473
|
Removed and re-added reference to .Native internal build.
|
2021-11-04 11:33:46 -06:00 |
|
Mike Yeager
|
36ac01d739
|
Updated to current .Native build. 0.9.0-20211104.3
|
2021-11-04 11:10:34 -06:00 |
|
Mike Yeager
|
48e4051c69
|
Merge branch 'debug' into master
|
2021-10-14 10:52:37 -06:00 |
|