Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stabilize developer build #41

Merged
merged 74 commits into from
Dec 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
0638d35
Update dependencies to stable
RyanLua Nov 19, 2024
2036f12
Migrate to WinUIEx.TitleBar
RyanLua Nov 19, 2024
39d7274
Simplify build profiles
RyanLua Nov 20, 2024
bb1dcc3
Add author to file details
RyanLua Nov 20, 2024
7cd32f2
Refactor to use generic Marshal.SizeOf method
RyanLua Nov 20, 2024
e95305b
Enable Native AOT compilation during Release publish
RyanLua Nov 20, 2024
481fe45
Update .NET framework
RyanLua Nov 20, 2024
4d80447
Fix AOT warnings for WebView
RyanLua Nov 20, 2024
9e8acca
Remove unneeded copyright notice
RyanLua Nov 21, 2024
364cf78
Update copyright notice for .xaml files
RyanLua Nov 21, 2024
26e2d71
Remove copyright notice
RyanLua Nov 21, 2024
0ac1aa2
Add icon to titlebar
RyanLua Nov 21, 2024
e2a8df0
Slightly increase min width
RyanLua Nov 21, 2024
70d6458
Simplify titlebar
RyanLua Nov 21, 2024
a75953f
Update manifest keys for publisher
RyanLua Nov 21, 2024
6183fef
Update publisher information
RyanLua Nov 21, 2024
034cb4d
Simplify included assets
RyanLua Nov 21, 2024
315d7df
Fix tooltips being too wide
RyanLua Nov 22, 2024
3c6cc03
Add comments
RyanLua Nov 22, 2024
9e7429b
Create .editorconfig
RyanLua Nov 22, 2024
e4864c9
Rename FluentAutoClicker/.editorconfig to .editorconfig
RyanLua Nov 22, 2024
476b2c7
Delete .imgbotconfig
RyanLua Nov 22, 2024
524cc0e
Create ci.yml
RyanLua Nov 22, 2024
3b3afa3
Add ARM64
RyanLua Nov 22, 2024
6f088c7
Make single-instanced
RyanLua Nov 24, 2024
2e7135f
Target Windows 10 SDK
RyanLua Nov 25, 2024
b9d2866
Update .vsconfig to use minimum
RyanLua Nov 25, 2024
e1f9894
Remove unneeded components
RyanLua Nov 25, 2024
e74dfe7
Fix CI
RyanLua Nov 25, 2024
b9a9f65
Improve csproj readability and fix native AOT for x84
RyanLua Nov 25, 2024
9b4b8e5
Merge branch 'dev-build' of https://github.com/RyanLua/FluentAutoClic…
RyanLua Nov 25, 2024
aad6bbf
Fix artifact upload
RyanLua Nov 25, 2024
e12053e
Temporarily remove .editorconfig
RyanLua Nov 25, 2024
fff7916
Merge branch 'dev-build' of https://github.com/RyanLua/FluentAutoClic…
RyanLua Nov 25, 2024
bca0925
Add back .editorconfig
RyanLua Nov 25, 2024
01703c7
Move .editorconfig
RyanLua Nov 25, 2024
ea26fd1
Add .editorconfig
RyanLua Nov 25, 2024
d93d84d
Add file header
RyanLua Nov 26, 2024
1b0f92e
Use file headers from .editorconfig
RyanLua Nov 26, 2024
b6fb419
Add basic documentation comments
RyanLua Nov 26, 2024
fef79af
Fix missing doc comment
RyanLua Nov 29, 2024
06a79cc
Add documenation comments to ResourceExtensions.cs
RyanLua Nov 29, 2024
b04dc43
Update main window doc comment
RyanLua Nov 29, 2024
a8fdcf4
Add doc comment to program
RyanLua Nov 29, 2024
f784113
Add doc comment to main page
RyanLua Nov 29, 2024
5607061
Use minimal.vsconfig
RyanLua Dec 1, 2024
23bb9d7
Cleanup code
RyanLua Dec 1, 2024
1e7fef7
Merge branch 'dev-build' of https://github.com/RyanLua/FluentAutoClic…
RyanLua Dec 1, 2024
7ae2674
Switch namespace declarations to be file scoped
RyanLua Dec 1, 2024
cc7f1fc
Move DefineConstants
RyanLua Dec 8, 2024
e380218
Add WindowsSdkPackageVersion
RyanLua Dec 8, 2024
d44ff42
Add icon and title
RyanLua Dec 8, 2024
52466a6
Add bug note
RyanLua Dec 8, 2024
dbcff6c
Improve readability
RyanLua Dec 8, 2024
b96a72f
Merge branch 'dev-build' of https://github.com/RyanLua/FluentAutoClic…
RyanLua Dec 8, 2024
44daa23
Cleanup
RyanLua Dec 8, 2024
519059e
Merge branch 'main' into dev-build
RyanLua Dec 9, 2024
4e385fd
Replace var with string
RyanLua Dec 9, 2024
e47a33c
Cleanup code
RyanLua Dec 9, 2024
e72d288
Fix packaging
RyanLua Dec 9, 2024
6bfa499
Fix path
RyanLua Dec 9, 2024
eec8ae9
Update artifact
RyanLua Dec 9, 2024
a803945
Upload whole solution
RyanLua Dec 10, 2024
7e761ff
Use directory folder
RyanLua Dec 10, 2024
999d69f
Use updated path
RyanLua Dec 10, 2024
182e4a6
Fix duplicate uploads
RyanLua Dec 10, 2024
3be8727
Remove folder nesting
RyanLua Dec 10, 2024
deaa67f
Update names
RyanLua Dec 10, 2024
fee7f21
Fix fetch depth
RyanLua Dec 10, 2024
7f5e9ee
Fix env variables
RyanLua Dec 10, 2024
ce208b8
Fix naming
RyanLua Dec 10, 2024
baeeeb5
Fix env
RyanLua Dec 10, 2024
8e79684
Use implicit usings
RyanLua Dec 11, 2024
cdec976
Merge branch 'dev-build' of https://github.com/RyanLua/FluentAutoClic…
RyanLua Dec 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unneeded copyright notice
RyanLua committed Nov 21, 2024
commit 9e8acca3466ab2835ee5975f484419b570707be0
21 changes: 1 addition & 20 deletions FluentAutoClicker/FluentAutoClicker.csproj
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
<!--
Copyright (C) 2024 Ryan Luu

This file is part of Fluent Auto Clicker.

Fluent Auto Clicker is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Fluent Auto Clicker is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with Fluent Auto Clicker. If not, see <https://www.gnu.org/licenses/>.
-->

<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>