Skip to content

Commit 0bde9d8

Browse files
authored
fix: Update version prefix to 1.0.0 and mark project as non-packable (#2)
1 parent 05367f4 commit 0bde9d8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>2.0.1</VersionPrefix>
3+
<VersionPrefix>1.0.0</VersionPrefix>
44
<!-- SPDX license identifier for MIT -->
55
<PackageLicenseExpression>MIT</PackageLicenseExpression>
66

test/LayeredCraft.Lambda.AspNetCore.HostingExtensions.Tests/LayeredCraft.Lambda.AspNetCore.HostingExtensions.Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
1010
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
1111
<LangVersion>default</LangVersion>
12+
<IsPackable>false</IsPackable>
13+
1214
</PropertyGroup>
1315

1416
<ItemGroup>

0 commit comments

Comments
 (0)