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

Integrate Cysharp.ZString release v2.5.0 (26 Oct 2022) #323

Merged
merged 1 commit into from
Nov 18, 2022

Conversation

axunonb
Copy link
Member

@axunonb axunonb commented Nov 18, 2022

Integrate Cysharp.ZString v.2.5.0

All public: class, struct, interface, delegate, enum declarations are replaced with "internal"

using https://github.com/zzzprojects/findandreplace on command line, so we can automate this step:

"fnr.exe" --cl --dir "SmartFormat.ZString\repo\src\ZString" --fileMask ".cs,.tt" --includeSubDirectories --caseSensitive --useRegEx --find "public (?=.*(class |struct |enum |interface |delegate ))" --replace "internal "

All public: class, struct, interface, delegate, enum
declarations are replaced with "internal"

using https://github.com/zzzprojects/findandreplace on command line, so we can automate this step:

"fnr.exe" --cl --dir "SmartFormat.ZString\repo\src\ZString" --fileMask "*.cs,*.tt" --includeSubDirectories --caseSensitive --useRegEx --find "public (?=.*(class |struct |enum |interface |delegate ))" --replace "internal "

Disable all release warnings
@axunonb axunonb merged commit 62c1333 into axuno:main Nov 18, 2022
@axunonb axunonb deleted the pr-update-cysharp-zstring-to-v2-5-0 branch November 18, 2022 08:05
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

1 participant