Skip to content

Commit 2de7c8f

Browse files
committed
chore: bump version to 0.0.1
1 parent 9462c41 commit 2de7c8f

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

src/ShellUI.CLI/ShellUI.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackAsTool>true</PackAsTool>
2121
<ToolCommandName>shellui</ToolCommandName>
2222
<PackageId>ShellUI.CLI</PackageId>
23-
<Version>0.1.0-alpha</Version>
23+
<Version>0.0.1</Version>
2424
<Authors>Shell Technologies</Authors>
2525
<Description>CLI tool for ShellUI - Blazor component library inspired by shadcn/ui</Description>
2626
<PackageTags>blazor;components;cli;shadcn;tailwind;dotnet</PackageTags>

src/ShellUI.Components/ShellUI.Components.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- NuGet Package Metadata -->
99
<PackageId>ShellUI.Components</PackageId>
10-
<Version>1.0.0</Version>
10+
<Version>0.0.1</Version>
1111
<Authors>Shell Technologies</Authors>
1212
<Company>Shell Technologies</Company>
1313
<Product>ShellUI</Product>

src/ShellUI.Templates/ShellUI.Templates.csproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@
88
<TargetFramework>net9.0</TargetFramework>
99
<ImplicitUsings>enable</ImplicitUsings>
1010
<Nullable>enable</Nullable>
11+
12+
<!-- NuGet Package Metadata -->
13+
<PackageId>ShellUI.Templates</PackageId>
14+
<Version>0.0.1</Version>
15+
<Authors>Shell Technologies</Authors>
16+
<Company>Shell Technologies</Company>
17+
<Product>ShellUI</Product>
18+
<Description>Component templates for ShellUI CLI tool. Internal dependency.</Description>
19+
<PackageProjectUrl>https://github.com/shelltechlabs/shellui</PackageProjectUrl>
20+
<RepositoryUrl>https://github.com/shelltechlabs/shellui</RepositoryUrl>
21+
<RepositoryType>git</RepositoryType>
22+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
23+
<PackageTags>blazor;components;templates;cli;shellui</PackageTags>
24+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
25+
<IncludeSymbols>true</IncludeSymbols>
26+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1127
</PropertyGroup>
1228

1329
</Project>

0 commit comments

Comments
 (0)