Skip to content

Commit

Permalink
Prepare version release
Browse files Browse the repository at this point in the history
  • Loading branch information
nmangue committed Dec 22, 2024
1 parent 3d2d70b commit ccd1971
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/NGrib/NGrib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
Add support for template 5.42 CCSDS recommended lossless compression
Add support for reading more wave parameters. Thankes @da-br
Update System.Drawing.Common transitive dependency. Thanks @ArnimSchinz!
Rewrite Complex packing and spatial differencing Grid Data Representation (Template 5.3)
</PackageReleaseNotes>
<Version>0.12.0</Version>
<AssemblyVersion>$(Version).0</AssemblyVersion>
<FileVersion>$(Version).0</FileVersion>
</PropertyGroup>

<PropertyGroup>
<PackageVersion>$(Version)-pre</PackageVersion>
<PackageVersion>$(Version)</PackageVersion>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -42,7 +43,7 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<Folder Include="Grib1\" />
</ItemGroup>

Expand Down

0 comments on commit ccd1971

Please sign in to comment.