Skip to content

Commit c7fecf0

Browse files
committed
Updated version number
1 parent 7d3cb99 commit c7fecf0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build
2323
run: dotnet build DbApiBuilderEntityGenerator.sln --configuration Release
2424
- name: Pack
25-
run: dotnet pack DbApiBuilderEntityGenerator.sln --configuration Release --no-build --no-restore --output .
25+
run: dotnet pack src/DbApiBuilderEntityGenerator/DbApiBuilderEntityGenerator.sln --configuration Release --no-build --no-restore --output .
2626
# Get a short-lived NuGet API key
2727
- name: NuGet login (OIDC → temp API key)
2828
uses: NuGet/login@v1

src/DbApiBuilderEntityGenerator/DbApiBuilderEntityGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<RepositoryType>git</RepositoryType>
2121
<RepositoryUrl>https://github.com/platyscript/DbApiBuilderEntityGenerator</RepositoryUrl>
2222
<PublishRepositoryUrl>true</PublishRepositoryUrl>
23-
<Version>1.0.1-alpha</Version>
23+
<Version>1.0.2-alpha</Version>
2424
</PropertyGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)