Skip to content

Commit 4a6e49c

Browse files
Revert GitVersioning
1 parent 96a0237 commit 4a6e49c

File tree

8 files changed

+12
-123
lines changed

8 files changed

+12
-123
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.

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
4+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
55
<add key="Umbraco Prereleases" value="https://www.myget.org/F/umbracoprereleases/api/v3/index.json" />
66
<add key="Umbraco Nightly" value="https://www.myget.org/F/umbraconightly/api/v3/index.json" />
77
</packageSources>

Umbraco.Cloud.StorageProviders.AzureBlob.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1515
LICENSE = LICENSE
1616
NuGet.config = NuGet.config
1717
README.md = README.md
18-
src\version.json = src\version.json
1918
EndProjectSection
2019
EndProject
2120
Global

src/Directory.Build.props

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project>
22
<PropertyGroup>
3+
<Version>5.0.0-alpha</Version>
34
<NeutralLanguage>en-US</NeutralLanguage>
45
<Company>Umbraco</Company>
56
<Copyright>Copyright © Umbraco 2022</Copyright>
@@ -10,6 +11,13 @@
1011
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1112
<PackageTags>umbraco storage cloud</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>
1422
<None Include="$(MSBuildThisFileDirectory)/../icon.png" Pack="true" PackagePath="/" Visible="false" />
1523
</ItemGroup>
@@ -24,15 +32,5 @@
2432
<ItemGroup>
2533
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
2634
</ItemGroup>
27-
28-
<!-- GitVersioning -->
29-
<PropertyGroup>
30-
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
31-
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
32-
<GitVersionBaseDirectory>$(MSBuildThisFileDirectory)</GitVersionBaseDirectory>
33-
</PropertyGroup>
34-
<ItemGroup>
35-
<PackageReference Include="Nerdbank.GitVersioning" Version="3.5.103" PrivateAssets="All" />
36-
</ItemGroup>
3735
</Project>
3836

src/Umbraco.Cloud.StorageProviders.AzureBlob/Umbraco.Cloud.StorageProviders.AzureBlob.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
44
<Nullable>enable</Nullable>
5-
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
5+
<AnalysisMode>All</AnalysisMode>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7-
<Description>Azure Blob Storage file system provider for Umbraco Cloud</Description>
7+
<Description>Azure Blob Storage provider for Umbraco Cloud</Description>
8+
<PackageTags>umbraco cloud storage azure blob</PackageTags>
89
</PropertyGroup>
910
<ItemGroup>
1011
<PackageReference Include="Umbraco.StorageProviders.AzureBlob" Version="2.0.0-alpha-gfada1d18f0" />

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
"Microsoft.SourceLink.Common": "1.1.1"
1313
}
1414
},
15-
"Nerdbank.GitVersioning": {
16-
"type": "Direct",
17-
"requested": "[3.5.103, )",
18-
"resolved": "3.5.103",
19-
"contentHash": "gMzXNdd/cQWBTp+zaYmHaoTVSOQwOuFKGD26wJJSdJ95aQeMcNYzKW5KGlZj/HnyHJSMMa2xAO+7Y0FKdZuv0g=="
20-
},
2115
"Umbraco.StorageProviders.AzureBlob": {
2216
"type": "Direct",
2317
"requested": "[2.0.0-alpha-gfada1d18f0, )",

src/version.json

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

0 commit comments

Comments
 (0)