Skip to content

Commit

Permalink
First release of Quantities.Units (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoos committed Nov 26, 2023
2 parents 03ff338 + e6e8ec5 commit 8bd57a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-quantities-units.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
dotnet-version: ${{ env.DotNetVersion }}
- uses: tedd/publish-nuget-neo@v1
with:
NUGET_KEY: ${{secrets.CREATENEWNUGETPACKAGE}}
NUGET_KEY: ${{secrets.PUSH_NEW_QUANTITY_VERSION}}
PROJECT_FILE_PATH: ${{env.Project}}
TAG_COMMIT: true
TAG_FORMAT: ${{env.Prefix}}/v*
4 changes: 2 additions & 2 deletions source/Quantities.Units/Quantities.Units.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<Import Project="../Quantities.Pack.targets"/>

<PropertyGroup>
<Version>0.1.0-alpha</Version>
<Version>1.0.0</Version>
<RootNamespace>Quantities.Units</RootNamespace>
<Description>Provides many more units for use with Atmoos.Quantities.</Description>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Quantities\Quantities.csproj" />
<PackageReference Include="Atmoos.Quantities" Version="1.0.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions source/Quantities.Units/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# More Units for Atmoos Quantities
# More Units for Atmoos.Quantities

Extends `Atmoos.Quantities` with many more units.
Extends [Atmoos.Quantities](https://www.nuget.org/packages/Atmoos.Quantities/) with many more units.

## Supported Units of Measurement

Expand Down

0 comments on commit 8bd57a4

Please sign in to comment.