Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ichihai1415 authored Apr 30, 2023
1 parent 3ac1757 commit 6689314
Show file tree
Hide file tree
Showing 4 changed files with 426 additions and 0 deletions.
29 changes: 29 additions & 0 deletions LL2FERC.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/Ichihai1415/LL2FERC</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://Ichihai1415.github.io/programs/LL2FERC/</PackageProjectUrl>
<Copyright>© 2023 Ichihai1415</Copyright>
<Company>Ichihai1415</Company>
<Authors>Ichihai1415</Authors>
<Title>LL2FERC</Title>
<RepositoryType>git</RepositoryType>
<Description>緯度経度からFlinn-Engdahl regions codeを返します。</Description>
</PropertyGroup>

<ItemGroup>
<None Update="LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Update="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>
Loading

0 comments on commit 6689314

Please sign in to comment.