Skip to content

Commit d31a3ea

Browse files
committed
chore: Minor fixes to projects settings
1 parent 6575d24 commit d31a3ea

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<AssemblyVersion>1.0.0</AssemblyVersion>
43
<Product>System.IO.Abstractions.Extensions</Product>
54
<Copyright>Copyright © Tatham Oddie - Luigi Grilli &amp; friends 2021</Copyright>
65
<Authors>Tatham Oddie - Luigi Grilli &amp; friends</Authors>
@@ -12,7 +11,7 @@
1211
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1312
<LangVersion>9.0</LangVersion>
1413
<PackageTags>testing</PackageTags>
15-
<PackageProjectUrl>https://github.com/System-IO-Abstractions/System.IO.Abstractions.Extensions</PackageProjectUrl>
14+
<PackageProjectUrl>https://github.com/System-IO-Abstractions/System.IO.Abstractions.Extensions</PackageProjectUrl>
1615
<RepositoryUrl>https://github.com/System-IO-Abstractions/System.IO.Abstractions.Extensions.git</RepositoryUrl>
1716
<RepositoryType>git</RepositoryType>
1817
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
@@ -24,7 +23,7 @@
2423
</PropertyGroup>
2524
<ItemGroup>
2625
<PackageReference Include="System.IO.Abstractions" Version="13.*" />
27-
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.220">
26+
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.231">
2827
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2928
<PrivateAssets>all</PrivateAssets>
3029
</PackageReference>

src/Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<IncludeSymbols>true</IncludeSymbols>
66
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
77
<IsPackable>true</IsPackable>
8-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
98
<PackageIcon>icon_256x256.png</PackageIcon>
109
</PropertyGroup>
1110

0 commit comments

Comments
 (0)