|
1 |
| -<Project> |
2 |
| - <PropertyGroup> |
3 |
| - <AssemblyVersion>1.0.0</AssemblyVersion> |
4 |
| - <InformationalVersion>1.0.0</InformationalVersion> |
5 |
| - <FileVersion>1.0.0.0</FileVersion> |
6 |
| - <NeutralLanguage>en-US</NeutralLanguage> |
7 |
| - <Company>Umbraco</Company> |
8 |
| - <Copyright>Copyright © Umbraco 2021</Copyright> |
9 |
| - <Authors>Umbraco HQ</Authors> |
10 |
| - <PackageProjectUrl>https://github.com/umbraco/Umbraco.StorageProviders</PackageProjectUrl> |
11 |
| - <PackageIconUrl>https://umbraco.com/dist/nuget/logo-small.png</PackageIconUrl> |
12 |
| - <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
13 |
| - <PackageTags>umbraco storage</PackageTags> |
14 |
| - <TargetFramework>net5.0</TargetFramework> |
15 |
| - </PropertyGroup> |
| 1 | +<Project> |
| 2 | + <PropertyGroup> |
| 3 | + <Version>1.1.0</Version> |
| 4 | + <AssemblyVersion>1.1.0</AssemblyVersion> |
| 5 | + <InformationalVersion>1.1.0.0</InformationalVersion> |
| 6 | + <FileVersion>1.1.0</FileVersion> |
| 7 | + <LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion> |
| 8 | + <NeutralLanguage>en-US</NeutralLanguage> |
| 9 | + <Company>Umbraco</Company> |
| 10 | + <Copyright>Copyright © Umbraco 2022</Copyright> |
| 11 | + <Authors>Umbraco HQ</Authors> |
| 12 | + <PackageProjectUrl>https://github.com/umbraco/Umbraco.StorageProviders</PackageProjectUrl> |
| 13 | + <PackageIconUrl>https://umbraco.com/dist/nuget/logo-small.png</PackageIconUrl> |
| 14 | + <PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl> |
| 15 | + <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
| 16 | + <PackageTags>umbraco storage</PackageTags> |
| 17 | + <RepositoryType>git</RepositoryType> |
| 18 | + <RepositoryUrl>https://github.com/umbraco/Umbraco.StorageProviders</RepositoryUrl> |
| 19 | + </PropertyGroup> |
| 20 | + |
| 21 | + <PropertyGroup> |
| 22 | + <!-- SourceLink: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element)--> |
| 23 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 24 | + |
| 25 | + <!-- SourceLink: Embed source files that are not tracked by the source control manager in the PDB --> |
| 26 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 27 | + |
| 28 | + <!-- SourceLink: Build symbol package (.snupkg) to distribute the PDB containing Source Link --> |
| 29 | + <IncludeSymbols>true</IncludeSymbols> |
| 30 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 31 | + </PropertyGroup> |
16 | 32 | </Project>
|
17 | 33 |
|
0 commit comments