Skip to content

Commit

Permalink
Set Nuget information in the project. Release v1.0.0##
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldelaparra committed Mar 12, 2024
1 parent 5994f76 commit 6a1ae77
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion ComtradeHandler.Core/ComtradeHandler.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,23 @@
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<BasedOnWispComtradeVersion>0.9.5</BasedOnWispComtradeVersion>
<Version>0.9.5</Version>
<Version>1.0.0</Version>
<PackageId>ComtradeHandler</PackageId>
<Authors>Gabriel De La Parra</Authors>
</PropertyGroup>

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageTags>IEC 60255-24;IEEE C37.111;Comtrade;Power Systems;Electrical Engineering;Disturbance Records;Oscillography;Fault Recording</PackageTags>
<Description>IEEE C37.111 / IEC 60255-24 Reader and Writer: Comtrade (Common Format for Trancient Data Exchange for Power Systems) handler library. Originally based on https://github.com/Esticonv/Wisp.Comtrade</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>Supporting .Net8</PackageReleaseNotes>
<Copyright>Copyright 2024</Copyright>
<PackageProjectUrl>https://github.com/gabrieldelaparra/ComtradeHandler</PackageProjectUrl>
<Title>Comtrade Handler</Title>
<RepositoryUrl>https://github.com/gabrieldelaparra/ComtradeHandler</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<AssemblyName>ComtradeHandler</AssemblyName>
</PropertyGroup>

</Project>

0 comments on commit 6a1ae77

Please sign in to comment.