You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/GitBuildInfo.SourceGenerator/Directory.Build.props
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,11 @@
3
3
<PropertyGroup>
4
4
<TargetFramework>netstandard2.0</TargetFramework>
5
5
<IsPackable>true</IsPackable>
6
-
<Version>1.0.12</Version>
7
-
<PackageReleaseNotes>Fix bug in build task allowing it to run multiple times when multitargeting and when packing nuget packages.</PackageReleaseNotes>
6
+
<Version>1.0.13</Version>
7
+
<PackageReleaseNotes>Fixed issue where building can result in a build performance decrease due to having the build task being inline.</PackageReleaseNotes>
8
8
<Copyright>Copyright (c) 2021</Copyright>
9
+
<!-- Suppresses the warnings about the package not having assemblies in lib/*/.dll.-->
10
+
<NoPackageAnalysis>true</NoPackageAnalysis>
9
11
<!-- Special properties for analyzer packages. -->
0 commit comments