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

Added formatter for localization #207

Merged
merged 53 commits into from
Oct 14, 2021
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
afd5b77
Update issue templates
axunonb Apr 17, 2021
1d22508
Inserted a link to merged version/v3 changes
axunonb Apr 27, 2021
11c3033
Updated README
axunonb Apr 27, 2021
d1779f9
Merge remote-tracking branch 'upstream/main' into version/v3.0
axunonb Apr 29, 2021
cb5559a
Make parser fully covered with unit tests
axunonb Apr 29, 2021
e327de5
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb Apr 29, 2021
cab97df
Updated CHANGES.md
axunonb Apr 29, 2021
e8d9c93
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb Apr 29, 2021
294f810
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb Apr 29, 2021
792c391
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb May 3, 2021
4f45a84
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb May 9, 2021
e49db1e
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb May 9, 2021
2c562b5
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb May 9, 2021
2ba8c5f
Updated .editorconfig
axunonb May 9, 2021
7c3a12e
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb May 25, 2021
bda63e0
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb May 25, 2021
ef58744
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb May 26, 2021
67b2119
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb May 27, 2021
974224b
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb May 27, 2021
3e6e8ae
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb May 27, 2021
6219b47
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb May 27, 2021
34f2821
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb May 27, 2021
6ae6516
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb May 29, 2021
1d7e6f3
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb May 29, 2021
250270b
Merge remote-tracking branch 'upstream/version/v3.0' into version/v3.0
axunonb May 30, 2021
6550a35
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Aug 2, 2021
a457c81
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Aug 13, 2021
d42aaa6
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Aug 27, 2021
1e3fccc
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Aug 27, 2021
dc58bf2
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Aug 27, 2021
5cdd6ae
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Aug 29, 2021
c1f65cd
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Aug 30, 2021
309fc5a
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Aug 30, 2021
f7d1bbb
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Aug 31, 2021
1062b20
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Aug 31, 2021
6462ad3
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Aug 31, 2021
7927e19
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Sep 3, 2021
9b5bef2
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Sep 5, 2021
58d80ef
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Sep 7, 2021
63991b0
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Sep 13, 2021
11e2abf
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Sep 13, 2021
5cfb290
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Sep 14, 2021
40566b6
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Sep 20, 2021
52be227
Bumped version to 3.0.0-alpha.3
axunonb Sep 20, 2021
6760a2c
Merge branch 'axuno:version/v3.0' into version/v3.0
axunonb Sep 20, 2021
9dc493d
Initial commit
axunonb Oct 13, 2021
b1b1176
Update README.md
axunonb Oct 14, 2021
5d3f8ef
Tests with nestandard2.1
axunonb Oct 14, 2021
9f3dced
Downgraded AppVeyor/CI tests from net5.0 to netstandard2.1
axunonb Oct 14, 2021
220bb5b
Updated unit test packages to latest version
axunonb Oct 14, 2021
ee6a946
Corrected moniker for unit tests
axunonb Oct 14, 2021
f319f08
Updated appveyor.yml
axunonb Oct 14, 2021
9298f46
Fix: AltCover makes unit tests with resource files fail
axunonb Oct 14, 2021
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
Merge branch 'axuno:version/v3.0' into version/v3.0
  • Loading branch information
axunonb authored Aug 2, 2021
commit 6550a359d7de31ec09bb91eb54c7239dcb76d988

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.