|
13 | 13 | <AssemblyVersion>1.0.0.0</AssemblyVersion> |
14 | 14 | <AssemblyFileVersion>1.0.0.0</AssemblyFileVersion> |
15 | 15 | <Version>1.0.0</Version> |
16 | | - <PackageVersion>1.0.0-pre1</PackageVersion> |
| 16 | + <PackageVersion>1.0.0-pre2</PackageVersion> |
17 | 17 | <Authors>dimonovdd</Authors> |
18 | 18 | <Owners>dimonovdd</Owners> |
19 | 19 | <RepositoryUrl>https://github.com/dimonovdd/ImageFromXamarinUI</RepositoryUrl> |
20 | 20 | <PackageReleaseNotes>See: https://github.com/dimonovdd/ImageFromXamarinUI/releases</PackageReleaseNotes> |
21 | 21 | <DefineConstants>$(DefineConstants);</DefineConstants> |
22 | | - <UseFullSemVerForNuGet>false</UseFullSemVerForNuGet> |
23 | 22 | <EnableDefaultCompileItems>false</EnableDefaultCompileItems> |
24 | 23 | <PackageLicenseFile>LICENSE</PackageLicenseFile> |
25 | 24 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
26 | 25 | <PackageProjectUrl>https://github.com/dimonovdd/ImageFromXamarinUI</PackageProjectUrl> |
27 | 26 | <DebugType>portable</DebugType> |
28 | | - <Configurations>Debug;Release</Configurations> |
| 27 | + <Configurations>Debug;Release</Configurations> |
| 28 | + <LangVersion>8.0</LangVersion> |
29 | 29 | </PropertyGroup> |
30 | 30 | <PropertyGroup Condition=" '$(Configuration)'=='Debug' "> |
31 | 31 | <DebugSymbols>true</DebugSymbols> |
32 | 32 | </PropertyGroup> |
33 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
34 | | - <DocumentationFile>bin\Debug\netstandard2.0\ImageFromXamarinUI.xml</DocumentationFile> |
35 | | - </PropertyGroup> |
36 | 33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
37 | 34 | <DocumentationFile>bin\Release\netstandard2.0\ImageFromXamarinUI.xml</DocumentationFile> |
38 | 35 | </PropertyGroup> |
39 | 36 | <ItemGroup> |
40 | 37 | <None Include="..\LICENSE" PackagePath="" Pack="true" /> |
41 | 38 | <None Include="..\icon.png" PackagePath="" Pack="true" /> |
42 | | - <PackageReference Include="Xamarin.Build.TypeRedirector" Version="0.1.2-preview" PrivateAssets="all" /> |
| 39 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> |
43 | 40 | <PackageReference Include="Xamarin.Forms" Version="4.4.0.991864" /> |
44 | 41 | <Compile Include="**\*.shared.cs" /> |
45 | 42 | <Compile Include="**\*.shared.*.cs" /> |
|
0 commit comments