You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,11 @@ A simple cross-platform offline .NET library for getting Global Country Data wit
34
34
35
35
### Usage
36
36
37
-
This production-grade package can be used with .NET Core Webapi, .NET console applications, .NET Maui, Xamarin, Blazor, and mobile apps. It is compatible with both .NET Core and .NET Framework projects.
37
+
CountryData.Standard is a robust, production-grade package designed for a wide range of .NET applications. Whether you're developing a .NET Core Web API, a console application, a .NET MAUI or Xamarin app, a Blazor project, or a mobile app, this library is built to seamlessly integrate with your project.
38
38
39
-
For detailed instructions on how to use the library, please refer to our [documentation](./docs/README.md).
40
-
41
-
For a quick start, you can check out the `Simple code` folder provided in the repository.
39
+
To get started quickly, check out our [Sample Code](./sample/README.md). This section provides practical examples of how to use the library in various types of projects.
42
40
41
+
For more detailed instructions and comprehensive information about the library, please refer to our [Documentation](./docs/README.md). This resource offers in-depth guidance on how to effectively use the CountryData.Standard library in your projects.
43
42
44
43
45
44
@@ -94,14 +93,20 @@ foreach (var country in countriesWithPhoneCode)
94
93
95
94
```
96
95
97
-
## ISO-3166-1 country codes
96
+
97
+
### ISO-3166-1 country codes
98
98
99
99
For a list of supported ISO-3166-1 country codes, PhoneCode, Flags, ISO and , Unicode please refer to the [Country Details](./CountryData/CountryDetails.md) file.
100
100
101
101
102
-
## Contributing
103
102
104
-
Contributions are welcome! Please see our [Contributing Guide](CONTRIBUTING.md) for more details.Creating a `Code of Conduct` for your project involves defining the standards of behavior expected from contributors and maintainers. This document helps ensure that the community around your project is welcoming and collaborative. Here's a basic template you can use and customize for your project:
103
+
### Contributing
104
+
105
+
Contributions are welcome! We value your input and want to make contributing to this project as easy and transparent as possible. Please see our [Contributing Guide](CONTRIBUTING.md) for more details.
106
+
107
+
### Code of Conduct
108
+
109
+
We are committed to fostering a welcoming and respectful community for everyone. Our `Code of Conduct` outlines the standards of behavior expected from contributors and maintainers. This document helps ensure that the community around our project is inclusive and collaborative. Please refer to our [code of conduct](CODE_OF_CONDUCT) for more information.
105
110
106
111
107
112
### Comming Soon
@@ -111,6 +116,6 @@ Contributions are welcome! Please see our [Contributing Guide](CONTRIBUTING.md)
111
116
112
117
113
118
114
-
## License
119
+
###License
115
120
116
121
This project is licensed under the terms of the [LICENSE](LICENSE).
Copy file name to clipboardExpand all lines: sample/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ We provide several examples to help you understand how to effectively use the Co
5
5
6
6
## Console Application
7
7
8
-
For a comprehensive example of how to use CountryData.Standard in a console application, please refer to our [Console Application Sample Code](./CountryData.Sample.Console/Program.cs). This sample demonstrates how to retrieve and display various country data.
8
+
For a comprehensive example of how to use CountryData.Standard in a console application, please refer to our [Console Application Sample Code](./CountryData.Sample.Console/). This sample demonstrates how to retrieve and display various country data.
0 commit comments