Skip to content

Commit 80f4d14

Browse files
Revert GitVersioning and PublicApiAnalyzers
1 parent 6c1e7bf commit 80f4d14

File tree

10 files changed

+9
-246
lines changed

10 files changed

+9
-246
lines changed

.github/workflows/prepare-release.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.github/workflows/publish-release.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/Directory.Build.props

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project>
22
<PropertyGroup>
3+
<Version>2.0.0-alpha</Version>
34
<NeutralLanguage>en-US</NeutralLanguage>
45
<Company>Umbraco</Company>
56
<Copyright>Copyright © Umbraco 2022</Copyright>
@@ -10,16 +11,21 @@
1011
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1112
<PackageTags>umbraco storage</PackageTags>
1213
</PropertyGroup>
14+
15+
<PropertyGroup>
16+
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
17+
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
18+
<DefaultItemExcludes>$(DefaultItemExcludes);packages.lock.json</DefaultItemExcludes>
19+
</PropertyGroup>
20+
1321
<ItemGroup>
14-
<Content Include="packages.lock.json" Visible="false" />
1522
<None Include="$(MSBuildThisFileDirectory)/../icon.png" Pack="true" PackagePath="/" Visible="false" />
1623
</ItemGroup>
1724

1825
<ItemGroup>
19-
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.3" PrivateAssets="All" />
2026
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435" PrivateAssets="All" />
2127
</ItemGroup>
22-
28+
2329
<!-- SourceLink -->
2430
<PropertyGroup>
2531
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -30,15 +36,5 @@
3036
<ItemGroup>
3137
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
3238
</ItemGroup>
33-
34-
<!-- GitVersioning -->
35-
<PropertyGroup>
36-
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
37-
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
38-
<GitVersionBaseDirectory>$(MSBuildThisFileDirectory)</GitVersionBaseDirectory>
39-
</PropertyGroup>
40-
<ItemGroup>
41-
<PackageReference Include="Nerdbank.GitVersioning" Version="3.5.103" PrivateAssets="All" />
42-
</ItemGroup>
4339
</Project>
4440

src/Umbraco.StorageProviders.AzureBlob/PublicAPI.Shipped.txt

Lines changed: 0 additions & 89 deletions
This file was deleted.

src/Umbraco.StorageProviders.AzureBlob/PublicAPI.Unshipped.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Umbraco.StorageProviders.AzureBlob/packages.lock.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
"System.Text.Json": "4.7.2"
1313
}
1414
},
15-
"Microsoft.CodeAnalysis.PublicApiAnalyzers": {
16-
"type": "Direct",
17-
"requested": "[3.3.3, )",
18-
"resolved": "3.3.3",
19-
"contentHash": "DWLeZtw2jszmzAh/MZXVo/Dy8fD9vcRaCIRZTaf2ppqaug8BGIV81dQdZfaYFlNuw7FyuZLVC5SZPZsCcePZhQ=="
20-
},
2115
"Microsoft.SourceLink.GitHub": {
2216
"type": "Direct",
2317
"requested": "[1.1.1, )",
@@ -28,12 +22,6 @@
2822
"Microsoft.SourceLink.Common": "1.1.1"
2923
}
3024
},
31-
"Nerdbank.GitVersioning": {
32-
"type": "Direct",
33-
"requested": "[3.5.103, )",
34-
"resolved": "3.5.103",
35-
"contentHash": "gMzXNdd/cQWBTp+zaYmHaoTVSOQwOuFKGD26wJJSdJ95aQeMcNYzKW5KGlZj/HnyHJSMMa2xAO+7Y0FKdZuv0g=="
36-
},
3725
"SixLabors.ImageSharp.Web.Providers.Azure": {
3826
"type": "Direct",
3927
"requested": "[2.0.0, )",

src/Umbraco.StorageProviders/PublicAPI.Shipped.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/Umbraco.StorageProviders/PublicAPI.Unshipped.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)