Skip to content

Commit 7bc62a0

Browse files
committed
Use <Version> instead of <VersionPrefix> in csproj
Replaced <VersionPrefix> with <Version> in the project file to explicitly set the package version to 1.1.0 and clarify versioning. No other changes were made.
1 parent d3b910c commit 7bc62a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Swashbuckle.Servers.Extension/Swashbuckle.Servers.Extension.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1.0.2 - Now supports multiple, concatenating invocations
1515
1.0.1 - Initial release
1616
</PackageReleaseNotes>
17-
<VersionPrefix>1.1.0</VersionPrefix>
17+
<Version>1.1.0</Version>
1818
</PropertyGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)