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

Fix the Clipboard read error, issue #9 #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

soxfmr
Copy link

@soxfmr soxfmr commented Jul 3, 2018

Fix the Clipboard read error, issue #9

The internal implements of Clipboard will raise the ExternalExcption when the clipboard is being used by the another process.

@@ -32,5 +32,5 @@
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.1")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please do NOT update the version in PR

@jhdxr
Copy link
Member

jhdxr commented Jul 4, 2018

please clean up this PR, only include the necessary changes for dealing with ExternalExcption. if you want to do other changes, like updating .gitignore, you can open a seperate PR.

@fawaf
Copy link

fawaf commented Mar 10, 2022

poke, can this be merged?

also, the .gitignore change is a separate commit. is that not doable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants