Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants