|
2 | 2 | <!-- NuGet properties -->
|
3 | 3 | <PropertyGroup>
|
4 | 4 | <PackageId>OasysUnits</PackageId>
|
5 |
| - <Version>1.2.0</Version> |
| 5 | + <Version>1.2.1</Version> |
6 | 6 | <Authors>Andreas Gullberg Larsen, Oasys</Authors>
|
7 | 7 | <Title>OasysUnits</Title>
|
8 | 8 | <Description>Get all the common units of measurement and the conversions between them. It is light-weight and thoroughly tested.</Description>
|
|
16 | 16 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
17 | 17 | <PackageTags>unit units quantity quantities measurement si metric imperial abbreviation abbreviations convert conversion parse immutable</PackageTags>
|
18 | 18 | <PackageReleaseNotes>This is a release of UnitsNet 6.0.0-pre012 with additional support for Oasys units.</PackageReleaseNotes>
|
19 |
| - <Platforms>AnyCPU;x64</Platforms> |
| 19 | + <Platforms>AnyCPU</Platforms> |
20 | 20 | </PropertyGroup>
|
21 | 21 |
|
22 | 22 | <!-- Assembly and msbuild properties -->
|
23 | 23 | <PropertyGroup>
|
24 |
| - <AssemblyVersion>1.2.0.0</AssemblyVersion> <!-- Should reflect major part of Version --> |
| 24 | + <AssemblyVersion>1.2.1.0</AssemblyVersion> <!-- Should reflect major part of Version --> |
25 | 25 | <LangVersion>latest</LangVersion>
|
26 | 26 | <Nullable>enable</Nullable>
|
27 | 27 | <RootNamespace>OasysUnits</RootNamespace>
|
|
38 | 38 | <!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
|
39 | 39 | <IncludeSymbols>true</IncludeSymbols>
|
40 | 40 | <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
| 41 | + <SignAssembly>True</SignAssembly> |
| 42 | + <AssemblyOriginatorKeyFile>../OasysUnits.snk</AssemblyOriginatorKeyFile> |
41 | 43 | </PropertyGroup>
|
42 | 44 |
|
43 | 45 | <!-- NuGet references that work for all TargetFrameworks, both signed and unsigned. -->
|
|
0 commit comments