Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

Commit f86f958

Browse files
update package version
1 parent acee584 commit f86f958

132 files changed

Lines changed: 73 additions & 146 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/nuget_publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@ jobs:
2828
- name: Pack Flamui.Components
2929
run: dotnet pack ./Flamui.Components/Flamui.Components.csproj --configuration Release --output ./PackOutput
3030

31+
- name: Pack Flamui.Core
32+
run: dotnet pack ./Flamui.Core/Flamui.Core.csproj --configuration Release --output ./PackOutput
33+
3134
- name: Push nuget.org
3235
run: dotnet nuget push "PackOutput/*.nupkg" --api-key ${{secrets.NUGET_ORG_API_KEY}} --source https://api.nuget.org/v3/index.json

Flamui.Components/Flamui.Components.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,16 @@
77

88
<!-- Nuget Package -->
99
<PackageId>Flamui.Components</PackageId>
10-
<Version>0.1.0-alpha.6</Version>
10+
<Version>0.1.0-alpha.7</Version>
1111
<Authors>Flurin Brühwiler</Authors>
1212
<PackageLicenseUrl>MIT</PackageLicenseUrl>
1313
<RepositoryUrl>https://github.com/FlurinBruehwiler/flamui</RepositoryUrl>
1414
<Description>A set of components</Description>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
16-
<InterceptorsNamespaces>$(InterceptorsNamespaces);InterceptorNamespace</InterceptorsNamespaces>
1716
</PropertyGroup>
1817

1918
<ItemGroup>
20-
<ProjectReference Include="..\Flamui\Flamui.csproj" />
21-
<!-- <ProjectReference Include="..\Flamui.SourceGenerators\Flamui.SourceGenerators.csproj"-->
22-
<!-- OutputItemType="Analyzer"-->
23-
<!-- ReferenceOutputAssembly="false" />-->
19+
<ProjectReference Include="..\Flamui.Core\Flamui.Core.csproj" />
2420
</ItemGroup>
2521

2622
<ItemGroup>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)