Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
na1307 committed May 16, 2024
1 parent f22f1a0 commit d04e602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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</Version>
<Version>1.0.2</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/na1307/Bluehill.Imports</RepositoryUrl>
Expand Down
3 changes: 3 additions & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<Project>
<PropertyGroup Condition="'$(Description)' == ''">
<Description>$(AssemblyTitle)</Description>
</PropertyGroup>
<PropertyGroup Condition="'$(GeneratePackageOnBuild)' == 'true'">
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit d04e602

Please sign in to comment.