Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
Nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
frg2089 committed Aug 16, 2020
1 parent f2fafc6 commit f80c3a1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Shimakaze.Struct.Ini
![Nuget Package](https://badgen.net/nuget/v/Shimakaze.Struct.Ini/)


为CNC系列的INI提供简单数据结构
可以更加方便的用这个处理ini文件
14 changes: 12 additions & 2 deletions src/Shimakaze.Struct.Ini.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>frg2089</Authors>
<Company>frg2089</Company>
<Copyright>Copyright (c) Shimakaze.Struct.Ini Contributors</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageLicenseFile></PackageLicenseFile>
<PackageProjectUrl>https://frg2089.github.io/Shimakaze.Struct.Ini/</PackageProjectUrl>
<RepositoryUrl>https://github.com/frg2089/Shimakaze.Struct.Ini</RepositoryUrl>
<RepositoryType>public</RepositoryType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile></DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>D:\repos\ShimakazeProject\Shimakaze.Struct.Ini\docs\Shimakaze.Struct.Ini.xml</DocumentationFile>
<DocumentationFile></DocumentationFile>
</PropertyGroup>

</Project>
5 changes: 5 additions & 0 deletions src/Shimakaze.Struct.Ini.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ VisualStudioVersion = 16.0.30330.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shimakaze.Struct.Ini", "Shimakaze.Struct.Ini.csproj", "{80AEA47B-9F07-46B8-B3C0-038725CB591B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9CC23DD9-4AED-4267-8344-B6A0BA28A96F}"
ProjectSection(SolutionItems) = preProject
..\ReadMe.md = ..\ReadMe.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit f80c3a1

Please sign in to comment.