Skip to content

Commit

Permalink
package management
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanstapel committed Jul 22, 2023
1 parent 969f85f commit b465d8d
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions IFTSTAParser/IFTSTAParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,23 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<Version>1.2.0</Version>
<Description>Parse EDIFACT IFTSTA files easily with C#</Description>
<Title>IFTSTA parser for .net</Title>
<Copyright>Stephan Stapel</Copyright>
<PackageProjectUrl>https://github.com/stephanstapel/IFTSTAParser</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/stephanstapel/IFTSTAParser</RepositoryUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
</PropertyGroup>

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

</Project>

0 comments on commit b465d8d

Please sign in to comment.