Skip to content

Commit b315e02

Browse files
author
maximv
committed
Release v1.0.1
1 parent a186906 commit b315e02

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/CSharpTypePrinter/CSharpTypePrinter.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<RepositoryType>git</RepositoryType>
1313
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1414
<!-- <PackageIcon></PackageIcon> -->
15-
<VersionPrefix>1.0.0</VersionPrefix>
15+
<VersionPrefix>1.0.1</VersionPrefix>
1616
<VersionSuffix></VersionSuffix>
1717
<Product>CSharpTypePrinter</Product>
1818
<PackageId>$(Product)</PackageId>
@@ -28,6 +28,11 @@
2828
<PackageReleaseNotes>
2929
<![CDATA[
3030
31+
## v1.0.1 - Bug-fixes
32+
33+
- #1: Handle the empty Type.Namespace bug
34+
- #2: Broken output of array of primitive type bug
35+
3136
## v1.0.0 - First major version
3237
3338
]]>
@@ -44,7 +49,6 @@
4449
<None Include="..\..\LICENSE" Pack="true" PackagePath="LICENSE" Visible="false"/>
4550
<None Include="..\..\CSharpTypePrinter.snk" Pack="true" PackagePath="CSharpTypePrinter.snk" Visible="false"/>
4651
</ItemGroup>
47-
4852
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
4953
<EmbedUntrackedSources>true</EmbedUntrackedSources>
5054
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
@@ -55,7 +59,6 @@
5559
<DebugSymbols>true</DebugSymbols>
5660
<IncludeSymbols>false</IncludeSymbols>
5761
</PropertyGroup>
58-
5962
<ItemGroup>
6063
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
6164
</ItemGroup>

0 commit comments

Comments
 (0)