File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 ]]>
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 >
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 >
You can’t perform that action at this time.
0 commit comments