Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
na1307 committed May 17, 2024
1 parent 5c41f0b commit cf051d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion Bluehill.Imports/Bluehill.Imports.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
<OutputPath>.\</OutputPath>
<Description>Bluehill's MSBuild import files</Description>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/na1307/Bluehill.Imports</RepositoryUrl>
Expand Down
6 changes: 0 additions & 6 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
<PropertyGroup Condition="'$(Description)' == ''">
<Description>$(AssemblyTitle)</Description>
</PropertyGroup>
<PropertyGroup Condition="'$(GeneratePackageOnBuild)' == 'true'">
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<EnablePackageValidation>true</EnablePackageValidation>
</PropertyGroup>
<ItemGroup Condition="'$(UseWindowsForms)' == 'true' and '$(TargetFramework)' == 'net20'">
<Reference Include="System.Windows.Forms" />
</ItemGroup>
Expand Down

0 comments on commit cf051d4

Please sign in to comment.