dependabot[bot]
ce4a37b292
Bump Mages from 3.0.0 to 3.0.1
...
---
updated-dependencies:
- dependency-name: Mages
dependency-version: 3.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-25 22:35:13 +00:00
Jeremy
dc1f0f1095
merge back v2.0.1 from master into dev
2025-09-21 23:15:34 +10:00
Jeremy Wu
a05e09908c
Release 2.0.1 ( #3998 )
2025-09-21 20:23:00 +08:00
Jack251970
78e5bf2a60
Use Flow.Launcher.Localization to improve code quality
2025-09-21 11:50:51 +08:00
Jack251970
8e837b8e56
Avoid clobbering inherited NoWarn; append instead.
2025-09-06 13:37:27 +08:00
Jack251970
b07763ad05
Suppress FLSG0007
2025-08-19 14:27:45 +08:00
Jack251970
922c3d5611
Upgrade nuget packages & Update lock files
2025-08-17 16:54:41 +08:00
VictoriousRaptor
b637e0a028
Use Flow.Launcher.Localization 0.0.4 & update expect list
2025-07-27 00:17:09 +08:00
Jack Ye
010b6dde79
Merge branch 'dev' into code_quality
2025-07-19 20:40:49 +08:00
Hongtao Zhang
e96a4cf59d
Merge remote-tracking branch 'origin/dev' into net9
...
# Conflicts:
# Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj
# Flow.Launcher/Flow.Launcher.csproj
2025-07-15 15:52:34 -07:00
Jack251970
e6a38ad6e2
Adjust indent
2025-06-23 12:37:58 +08:00
Jack251970
fe7985d564
Use Flow.Launcher.Localization to improve code quality
2025-06-23 12:25:16 +08:00
Jack251970
9ec8681ab8
Remove useless project reference
2025-02-28 14:54:24 +08:00
Hongtao Zhang
865c865942
update to .net 9
2025-02-26 22:37:41 +08:00
Jack251970
38402848aa
Improve code quality for project references
2025-02-23 23:06:15 +08:00
dependabot[bot]
a9d77d8bcf
Bump Mages from 2.0.2 to 3.0.0 ( #3154 )
2025-01-10 19:31:36 +00:00
VictoriousRaptor
e4621a5c87
Fix calculator typo
2024-05-25 14:35:14 +08:00
VictoriousRaptor
27392a53c3
Fix output path
2024-05-25 14:32:49 +08:00
dependabot[bot]
1d578790b5
Bump Mages from 2.0.1 to 2.0.2 ( #2471 )
...
Bumps [Mages](https://github.com/FlorianRappl/Mages ) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/FlorianRappl/Mages/releases )
- [Changelog](https://github.com/FlorianRappl/Mages/blob/devel/CHANGELOG.md )
- [Commits](https://github.com/FlorianRappl/Mages/compare/v2.0.1...v2.0.2 )
---
updated-dependencies:
- dependency-name: Mages
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-16 20:58:54 -06:00
Hongtao Zhang
db354a23a5
Update to .Net 7
2022-12-30 19:12:11 -05:00
dependabot[bot]
521e8976be
Bump Mages from 2.0.0 to 2.0.1
...
Bumps [Mages](https://github.com/FlorianRappl/Mages ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/FlorianRappl/Mages/releases )
- [Changelog](https://github.com/FlorianRappl/Mages/blob/devel/CHANGELOG.md )
- [Commits](https://github.com/FlorianRappl/Mages/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: Mages
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-18 21:06:58 +00:00
Kevin Zhang
f9d608840d
Upgrade to .net 6
2021-12-28 11:36:28 -06:00
Kevin Zhang
fd794b8e77
Bump Dependency
2021-08-14 07:12:22 +08:00
Jeremy Wu
f4c77fb67b
Merge branch 'dev' into DotNet5Upgrade
2021-02-23 21:01:39 +11:00
弘韬 张
0981be499f
Use PortablePDB instead of Full pdb for debugging
2021-02-22 13:16:48 +08:00
弘韬 张
a37f1918ae
Update all profile to dotnet 5
2021-02-12 03:17:13 +08:00
Ioannis G
b3b64e1d2e
set SatelliteResourceLanguages for plugin projects
2021-01-07 00:53:57 +02:00
Jeremy Wu
08f97f0ef9
change csproj images folder to use wildcard
2021-01-02 12:57:13 +11:00
Ioannis G
f3355c525d
fix: properly include all plugin translation files
2021-01-01 23:15:37 +02:00
Jeremy Wu
7fd9c87bd1
remove excess or duplicated package references
...
- since we have fixed how dependencies are resolved for plugins, these excess or duplicated package references can be safely removed
- for example Newtonsoft.Json can be removed from default plugins as it is included in Flow.Launcher.Plugin project, and external plugins will be resolved to use the reference there
2020-09-22 07:17:01 +10:00
Jeremy Wu
ef950063c0
add Directory.Build.targets and update project files
...
- For all plugin library projects we do not output referenced project assembly dll such as Flow.Launcher.Plugin
- Output all PackageReference dlls for plugins
2020-09-20 17:14:47 +10:00
Ioannis G
cf2947dd94
remove unused includes in project files
2020-05-04 12:47:56 +03:00
Jeremy Wu
3c7f067770
rename all project file name
2020-04-21 21:27:02 +10:00