Skip to content

Commit

Permalink
Merge pull request #15 from atmoos/release/atmoos-sphere-v0.3.4
Browse files Browse the repository at this point in the history
Release/atmoos sphere v0.3.4
  • Loading branch information
atmoos authored May 22, 2024
2 parents eeda6f4 + e872343 commit 4322b0d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/publish-sphere.benchmark-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:

jobs:
publish-sphere-benchmarkdotnet:

permissions:
contents: write

uses: ./.github/workflows/publish-library.yml
with:
project-path: 'source/Atmoos.Sphere.BenchmarkDotNet/Atmoos.Sphere.BenchmarkDotNet.csproj'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish-sphere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:

jobs:
publish-sphere:

permissions:
contents: write

uses: ./.github/workflows/publish-library.yml
with:
project-path: 'source/Atmoos.Sphere/Atmoos.Sphere.csproj'
Expand Down
1 change: 1 addition & 0 deletions source/Atmoos.Sphere.Pack.targets
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<PackageReleaseNotes>Please see: https://github.com/atmoos/Sphere/releases</PackageReleaseNotes>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageId>$(RootNamespace)</PackageId>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/Atmoos.Sphere/Atmoos.Sphere.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="../Atmoos.Sphere.Pack.targets" />

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

Expand Down

0 comments on commit 4322b0d

Please sign in to comment.