Skip to content

Commit 8c6aa3c

Browse files
committed
add release details - version 1.0.0
1 parent 733f6f0 commit 8c6aa3c

3 files changed

Lines changed: 57 additions & 0 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Raphael Anyanwu
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

src/World.Net/World.Net.csproj

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,42 @@
99
</PropertyGroup>
1010
<PropertyGroup>
1111
<Nullable>enable</Nullable>
12+
<Title>World.NET</Title>
13+
<Description>A simple package designed to:
14+
15+
Retrieve a list of all countries.
16+
Fetch specific details about a country using its identifier.</Description>
17+
<PackageProjectUrl>https://github.com/selfmadecode/world.net</PackageProjectUrl>
18+
<PackageIcon>globe.png</PackageIcon>
19+
<PackageReadmeFile>README.md</PackageReadmeFile>
20+
<RepositoryUrl>https://github.com/selfmadecode/world.net</RepositoryUrl>
21+
<PackageTags>countries;states;regions;provinces;territories;iso;iso3166;iso3166-1;iso3166-2;geography;location;data;dataset;global;international;world</PackageTags>
22+
<PackageReleaseNotes>A comprehensive, structured dataset containing all countries and their administrative subdivisions (states, provinces, regions, and territories), designed for easy use in .NET applications.
23+
24+
This package is ideal for address handling, localization, geographic data needs, and global-ready applications.
25+
Features:
26+
Complete list of countries with
27+
- States
28+
- Provinces
29+
- Regions
30+
- Territories
31+
</PackageReleaseNotes>
32+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
33+
<Authors>selfmade</Authors>
1234
</PropertyGroup>
35+
<ItemGroup>
36+
<None Include="..\..\LICENSE">
37+
<Pack>True</Pack>
38+
<PackagePath>\</PackagePath>
39+
</None>
40+
<None Include="..\..\README.md">
41+
<Pack>True</Pack>
42+
<PackagePath>\</PackagePath>
43+
</None>
44+
<None Include="..\globe.png">
45+
<Pack>True</Pack>
46+
<PackagePath>\</PackagePath>
47+
</None>
48+
</ItemGroup>
1349

1450
</Project>

src/globe.png

405 KB
Loading

0 commit comments

Comments
 (0)