Skip to content

Commit

Permalink
New nuget release
Browse files Browse the repository at this point in the history
  • Loading branch information
idstam committed Mar 3, 2024
1 parent 9de951f commit 328cc2e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions jsiSIE/jsiSIE/jsiSIE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.4.0</Version>
<Version>2.5.0</Version>
<Authors>Johan Idstam</Authors>
<Company></Company>
<Description>A .NET parser for SIE files that can read files of version 1 to 4 (including 4i)</Description>
Expand All @@ -13,10 +13,16 @@
<PackageProjectUrl>https://github.com/idstam/jsisie</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Johan Idstam</Copyright>
<PackageReleaseNotes>Add all test files I got from the SIE organisation. And make the test program use them.
Fix bug that wrote #TRANS instead of #BTRANS and #RTRANS
Add DateFormat, Encoding and IgnoreMIssingDate. Use ISO-8859-1 on dotnet core.</PackageReleaseNotes>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageId>jsisie</PackageId>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

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

</Project>

0 comments on commit 328cc2e

Please sign in to comment.