Skip to content

Commit

Permalink
Merge pull request #5 from atmoos/release/sphere-0.2
Browse files Browse the repository at this point in the history
Release Atmoos.Sphere 0.2.0
  • Loading branch information
atmoos authored May 9, 2024
2 parents ee80b24 + 00870ff commit fc7ff65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-sphere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
Prefix: 'sphere'
Project: 'source/Atmoos.Sphere/Atmoos.Sphere.csproj'
DotNetVersion: 8.0.x
NugetKey: ${{ secrets.CREATENEWNUGETPACKAGE }}
NugetKey: ${{ secrets.PUSH_NEW_SPHERE_VERSION }}

jobs:
publish:
Expand Down
4 changes: 2 additions & 2 deletions source/Atmoos.Sphere/Atmoos.Sphere.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Import Project="../Atmoos.Sphere.Pack.targets" />

<PropertyGroup>
<Version>0.1.0</Version>
<Version>0.2.0</Version>
<Description>Atmoos Sphere: Utilities, mechanisms, and extension methods.</Description>
</PropertyGroup>

</Project>
</Project>

0 comments on commit fc7ff65

Please sign in to comment.