Skip to content

Commit 4b533c1

Browse files
committed
Fix missing package description
1 parent e371538 commit 4b533c1

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v0.2.1]
4+
5+
Features:
6+
7+
* Fix Package description
8+
39
## [v0.2.0]
410

511
Features:

src/StronglyTypedId/StronglyTypedId.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<PropertyGroup>
77
<!-- Declare the TargetFramework(s) the same as in your Attributes package -->
88
<TargetFrameworks>netstandard1.0;netstandard2.0</TargetFrameworks>
9+
<PackageDescription>Code generator for [StronglyTypedId]-marked types. Automatically creates backing code for strongly typed IDs. This package references all required and recommended (analyzers) packages. See project site for installation instructions and more details.</PackageDescription>
910
</PropertyGroup>
1011

1112
<ItemGroup>

version.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>0.2.0</VersionPrefix>
3+
<VersionPrefix>0.2.1</VersionPrefix>
44
<PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)</PackageVersion>
55
<PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
66
</PropertyGroup>

0 commit comments

Comments
 (0)