Skip to content

Commit ab3ed05

Browse files
committed
Preparations for release
Updated version, corrected nuspec, fixes
1 parent 54ccde1 commit ab3ed05

File tree

8 files changed

+45
-32
lines changed

8 files changed

+45
-32
lines changed

PCLExt.FileStorage.sln

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCLExt.FileStorage.Android"
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCLExt.FileStorage.iOS", "src\PCLExt.FileStorage.iOS\PCLExt.FileStorage.iOS.csproj", "{03DA3968-61A3-44D1-9F99-F55D31E07813}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCLExt.FileStorage.Core", "src\PCLExt.FileStorage.Core\PCLExt.FileStorage.Core.csproj", "{94E4FE17-7F2B-4623-8FFA-12F4056CCB2A}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PCLExt.FileStorage.Core", "src\PCLExt.FileStorage.Core\PCLExt.FileStorage.Core.csproj", "{94E4FE17-7F2B-4623-8FFA-12F4056CCB2A}"
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCLExt.FileStorage.Android.Test", "src\PCLExt.FileStorage.Android.Test\PCLExt.FileStorage.Android.Test.csproj", "{CB89F319-1C9D-4574-8874-25F592EC76CD}"
1313
EndProject
@@ -17,11 +17,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCLExt.FileStorage.NetFX",
1717
EndProject
1818
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCLExt.FileStorage.macOS", "src\PCLExt.FileStorage.macOS\PCLExt.FileStorage.macOS.csproj", "{0B02DE9A-C3C5-4DB9-B87F-6B05C3566946}"
1919
EndProject
20-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCLExt.FileStorage.Core.Test", "src\PCLExt.FileStorage.Core.Test\PCLExt.FileStorage.Core.Test.csproj", "{316FFBA8-57A8-4B4A-8352-F1E3361D8710}"
20+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PCLExt.FileStorage.Core.Test", "src\PCLExt.FileStorage.Core.Test\PCLExt.FileStorage.Core.Test.csproj", "{316FFBA8-57A8-4B4A-8352-F1E3361D8710}"
2121
EndProject
2222
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCLExt.FileStorage.NetFX.Test", "src\PCLExt.FileStorage.NetFX.Test\PCLExt.FileStorage.NetFX.Test.csproj", "{119368DE-E6BD-4746-BCD8-BBFE458579CC}"
2323
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCLExt.FileStorage.Standard.Abstractions", "src\PCLExt.FileStorage.Standard.Abstractions\PCLExt.FileStorage.Standard.Abstractions.csproj", "{5D529A12-F49C-40FE-B3C3-17747D73879E}"
24+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PCLExt.FileStorage.Standard.Abstractions", "src\PCLExt.FileStorage.Standard.Abstractions\PCLExt.FileStorage.Standard.Abstractions.csproj", "{5D529A12-F49C-40FE-B3C3-17747D73879E}"
2525
EndProject
2626
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCLExt.FileStorage.Portable111", "src\PCLExt.FileStorage.Portable111\PCLExt.FileStorage.Portable111.csproj", "{A7C97A2B-F996-4CAF-87D8-F3A60B2B4D44}"
2727
EndProject
@@ -47,10 +47,9 @@ Global
4747
{CB89F319-1C9D-4574-8874-25F592EC76CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
4848
{CB89F319-1C9D-4574-8874-25F592EC76CD}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
4949
{CB89F319-1C9D-4574-8874-25F592EC76CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
50-
{CB89F319-1C9D-4574-8874-25F592EC76CD}.Release|Any CPU.Build.0 = Release|Any CPU
51-
{CB89F319-1C9D-4574-8874-25F592EC76CD}.Release|Any CPU.Deploy.0 = Release|Any CPU
52-
{12AB9E53-8A6F-4B3A-8E2F-202799854F91}.Debug|Any CPU.ActiveCfg = Debug|iPhone
53-
{12AB9E53-8A6F-4B3A-8E2F-202799854F91}.Release|Any CPU.ActiveCfg = Release|iPhone
50+
{12AB9E53-8A6F-4B3A-8E2F-202799854F91}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
51+
{12AB9E53-8A6F-4B3A-8E2F-202799854F91}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
52+
{12AB9E53-8A6F-4B3A-8E2F-202799854F91}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
5453
{54DBACEB-B898-494B-AD88-2A407CB55A5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5554
{54DBACEB-B898-494B-AD88-2A407CB55A5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
5655
{54DBACEB-B898-494B-AD88-2A407CB55A5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -62,11 +61,9 @@ Global
6261
{316FFBA8-57A8-4B4A-8352-F1E3361D8710}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
6362
{316FFBA8-57A8-4B4A-8352-F1E3361D8710}.Debug|Any CPU.Build.0 = Debug|Any CPU
6463
{316FFBA8-57A8-4B4A-8352-F1E3361D8710}.Release|Any CPU.ActiveCfg = Release|Any CPU
65-
{316FFBA8-57A8-4B4A-8352-F1E3361D8710}.Release|Any CPU.Build.0 = Release|Any CPU
6664
{119368DE-E6BD-4746-BCD8-BBFE458579CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
6765
{119368DE-E6BD-4746-BCD8-BBFE458579CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
6866
{119368DE-E6BD-4746-BCD8-BBFE458579CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
69-
{119368DE-E6BD-4746-BCD8-BBFE458579CC}.Release|Any CPU.Build.0 = Release|Any CPU
7067
{5D529A12-F49C-40FE-B3C3-17747D73879E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
7168
{5D529A12-F49C-40FE-B3C3-17747D73879E}.Debug|Any CPU.Build.0 = Debug|Any CPU
7269
{5D529A12-F49C-40FE-B3C3-17747D73879E}.Release|Any CPU.ActiveCfg = Release|Any CPU

common/CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
[assembly: AssemblyTrademark("")]
88
[assembly: AssemblyCulture("")]
99

10-
[assembly: AssemblyVersion("1.2.1.0")]
11-
[assembly: AssemblyFileVersion("1.2.1.0")]
10+
[assembly: AssemblyVersion("1.3.0.0")]
11+
[assembly: AssemblyFileVersion("1.3.0.0")]

common/PCLExt.FileStorage.nuspec

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,47 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>PCLExt.FileStorage</id>
5-
<version>1.2.1.1</version>
5+
<version>1.3.0.0</version>
66
<title>PCL Extension - File Storage API</title>
77
<authors>Daniel Plaisted,Aragas</authors>
88
<owners>Aragas</owners>
99
<licenseUrl>https://github.com/Aragas/PCLExt.FileStorage/blob/master/LICENSE</licenseUrl>
1010
<projectUrl>https://github.com/Aragas/PCLExt.FileStorage</projectUrl>
1111
<iconUrl>https://raw.githubusercontent.com/Aragas/PCLExt.FileStorage/master/common/sushi_64.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>PCL Extension provides file system implementations for PCL, .NET, Xamarin.iOS, Xamarin.Android and Xamarin.Mac. This makes it easier to create cross-platform .NET libraries and apps. Supports .NET Standard now.</description>
13+
<description>PCL Extension provides file system implementations for PCL, .NET Framework, .NET Core, Xamarin.iOS, Xamarin.Android and Xamarin.Mac. This makes it easier to create cross-platform .NET libraries and apps. Supports .NET Standard now.</description>
1414
<summary>PCL Extension provides file system implementations for PCL platform</summary>
15-
<tags>io storage file system portable pcl android mac ios xamarin monoandroid monotouch core netcore netstandard</tags>
15+
<tags>io storage file system filesystem filestorage portable pcl android mac ios xamarin monoandroid monotouch core netcore netstandard</tags>
1616
</metadata>
1717
<files>
18-
<file src="..\src\PCLExt.FileStorage.Portable.Abstractions\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\MonoAndroid10\PCLExt.FileStorage.Abstractions.dll" />
19-
<file src="..\src\PCLExt.FileStorage.Portable.Abstractions\bin\Release\PCLExt.FileStorage.Abstractions.xml" target="lib\MonoAndroid10\PCLExt.FileStorage.Abstractions.xml" />
18+
<file src="..\src\PCLExt.FileStorage.Android\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\MonoAndroid10\PCLExt.FileStorage.Abstractions.dll" />
19+
<file src="..\src\PCLExt.FileStorage.Android\bin\Release\PCLExt.FileStorage.Abstractions.xml" target="lib\MonoAndroid10\PCLExt.FileStorage.Abstractions.xml" />
2020
<file src="..\src\PCLExt.FileStorage.Android\bin\Release\PCLExt.FileStorage.dll" target="lib\MonoAndroid10\PCLExt.FileStorage.dll" />
2121
<file src="..\src\PCLExt.FileStorage.Android\bin\Release\PCLExt.FileStorage.xml" target="lib\MonoAndroid10\PCLExt.FileStorage.xml" />
2222

23-
<file src="..\src\PCLExt.FileStorage.Portable.Abstractions\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\net45\PCLExt.FileStorage.Abstractions.dll" />
24-
<file src="..\src\PCLExt.FileStorage.Portable.Abstractions\bin\Release\PCLExt.FileStorage.Abstractions.xml" target="lib\net45\PCLExt.FileStorage.Abstractions.xml" />
25-
<file src="..\src\PCLExt.FileStorage.Desktop\bin\Release\PCLExt.FileStorage.dll" target="lib\net45\PCLExt.FileStorage.dll" />
26-
<file src="..\src\PCLExt.FileStorage.Desktop\bin\Release\PCLExt.FileStorage.xml" target="lib\net45\PCLExt.FileStorage.xml" />
23+
<file src="..\src\PCLExt.FileStorage.NetFX\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\net45\PCLExt.FileStorage.Abstractions.dll" />
24+
<file src="..\src\PCLExt.FileStorage.NetFX\bin\Release\PCLExt.FileStorage.Abstractions.xml" target="lib\net45\PCLExt.FileStorage.Abstractions.xml" />
25+
<file src="..\src\PCLExt.FileStorage.NetFX\bin\Release\PCLExt.FileStorage.dll" target="lib\net45\PCLExt.FileStorage.dll" />
26+
<file src="..\src\PCLExt.FileStorage.NetFX\bin\Release\PCLExt.FileStorage.xml" target="lib\net45\PCLExt.FileStorage.xml" />
2727

28+
<file src="..\src\PCLExt.FileStorage.Core\bin\Release\netstandard2.0\PCLExt.FileStorage.Abstractions.dll" target="lib\netstandard2.0\PCLExt.FileStorage.Abstractions.dll" />
29+
<file src="..\src\PCLExt.FileStorage.Core\bin\Release\netstandard2.0\PCLExt.FileStorage.Abstractions.xml" target="lib\netstandard2.0\PCLExt.FileStorage.Abstractions.xml" />
2830
<file src="..\src\PCLExt.FileStorage.Core\bin\Release\netstandard2.0\PCLExt.FileStorage.dll" target="lib\netstandard2.0\PCLExt.FileStorage.dll" />
2931
<file src="..\src\PCLExt.FileStorage.Core\bin\Release\netstandard2.0\PCLExt.FileStorage.xml" target="lib\netstandard2.0\PCLExt.FileStorage.xml" />
3032

31-
<file src="..\src\PCLExt.FileStorage.Portable.Abstractions\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\portable-net45+win8+wpa81\PCLExt.FileStorage.Abstractions.dll" />
32-
<file src="..\src\PCLExt.FileStorage.Portable.Abstractions\bin\Release\PCLExt.FileStorage.Abstractions.xml" target="lib\portable-net45+win8+wpa81\PCLExt.FileStorage.Abstractions.xml" />
33-
<file src="..\src\PCLExt.FileStorage.Portable\bin\Release\PCLExt.FileStorage.dll" target="lib\portable-net45+win8+wpa81\PCLExt.FileStorage.dll" />
34-
<file src="..\src\PCLExt.FileStorage.Portable\bin\Release\PCLExt.FileStorage.xml" target="lib\portable-net45+win8+wpa81\PCLExt.FileStorage.xml" />
33+
<file src="..\src\PCLExt.FileStorage.Portable111\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\portable-net45+win8+wpa81\PCLExt.FileStorage.Abstractions.dll" />
34+
<file src="..\src\PCLExt.FileStorage.Portable111\bin\Release\PCLExt.FileStorage.Abstractions.xml" target="lib\portable-net45+win8+wpa81\PCLExt.FileStorage.Abstractions.xml" />
35+
<file src="..\src\PCLExt.FileStorage.Portable111\bin\Release\PCLExt.FileStorage.dll" target="lib\portable-net45+win8+wpa81\PCLExt.FileStorage.dll" />
36+
<file src="..\src\PCLExt.FileStorage.Portable111\bin\Release\PCLExt.FileStorage.xml" target="lib\portable-net45+win8+wpa81\PCLExt.FileStorage.xml" />
3537

36-
<file src="..\src\PCLExt.FileStorage.Portable.Abstractions\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\Xamarin.iOS10\PCLExt.FileStorage.Abstractions.dll" />
37-
<file src="..\src\PCLExt.FileStorage.Portable.Abstractions\bin\Release\PCLExt.FileStorage.Abstractions.xml" target="lib\Xamarin.iOS10\PCLExt.FileStorage.Abstractions.xml" />
38+
<file src="..\src\PCLExt.FileStorage.iOS\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\Xamarin.iOS10\PCLExt.FileStorage.Abstractions.dll" />
39+
<file src="..\src\PCLExt.FileStorage.iOS\bin\Release\PCLExt.FileStorage.Abstractions.xml" target="lib\Xamarin.iOS10\PCLExt.FileStorage.Abstractions.xml" />
3840
<file src="..\src\PCLExt.FileStorage.iOS\bin\Release\PCLExt.FileStorage.dll" target="lib\Xamarin.iOS10\PCLExt.FileStorage.dll" />
3941
<file src="..\src\PCLExt.FileStorage.iOS\bin\Release\PCLExt.FileStorage.xml" target="lib\Xamarin.iOS10\PCLExt.FileStorage.xml" />
4042

41-
<file src="..\src\PCLExt.FileStorage.Mac\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\Xamarin.Mac20\PCLExt.FileStorage.Abstractions.dll" />
42-
<file src="..\src\PCLExt.FileStorage.Mac\bin\Release\PCLExt.FileStorage.Abstractions.xml" target="lib\Xamarin.Mac20\PCLExt.FileStorage.Abstractions.xml" />
43-
<file src="..\src\PCLExt.FileStorage.Mac\bin\Release\PCLExt.FileStorage.dll" target="lib\Xamarin.Mac20\PCLExt.FileStorage.dll" />
44-
<file src="..\src\PCLExt.FileStorage.Mac\bin\Release\PCLExt.FileStorage.xml" target="lib\Xamarin.Mac20\PCLExt.FileStorage.xml" />
43+
<file src="..\src\PCLExt.FileStorage.macOS\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\Xamarin.Mac20\PCLExt.FileStorage.Abstractions.dll" />
44+
<file src="..\src\PCLExt.FileStorage.macOS\bin\Release\PCLExt.FileStorage.Abstractions.xml" target="lib\Xamarin.Mac20\PCLExt.FileStorage.Abstractions.xml" />
45+
<file src="..\src\PCLExt.FileStorage.macOS\bin\Release\PCLExt.FileStorage.dll" target="lib\Xamarin.Mac20\PCLExt.FileStorage.dll" />
46+
<file src="..\src\PCLExt.FileStorage.macOS\bin\Release\PCLExt.FileStorage.xml" target="lib\Xamarin.Mac20\PCLExt.FileStorage.xml" />
4547
</files>
4648
</package>

src/PCLExt.FileStorage.Android.Test/PCLExt.FileStorage.Android.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<DebugSymbols>True</DebugSymbols>
3737
<Optimize>True</Optimize>
3838
<OutputPath>bin\Release\</OutputPath>
39-
<DefineConstants>TRACE</DefineConstants>
39+
<DefineConstants>TRACE;NUNIT</DefineConstants>
4040
<ErrorReport>prompt</ErrorReport>
4141
<WarningLevel>4</WarningLevel>
4242
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>

src/PCLExt.FileStorage.Core/PCLExt.FileStorage.Core.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<RootNamespace>PCLExt.FileStorage</RootNamespace>
6-
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
76
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
87
<AssemblyName>PCLExt.FileStorage</AssemblyName>
98
</PropertyGroup>

src/PCLExt.FileStorage.Standard.Abstractions/PCLExt.FileStorage.Standard.Abstractions.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard1.0</TargetFramework>
55
<RootNamespace>PCLExt.FileStorage</RootNamespace>
6+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
7+
<AssemblyName>PCLExt.FileStorage.Abstractions</AssemblyName>
68
</PropertyGroup>
79

10+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
11+
<DocumentationFile>bin\Release\netstandard1.0\PCLExt.FileStorage.Abstractions.xml</DocumentationFile>
12+
</PropertyGroup>
13+
14+
<ItemGroup>
15+
<Compile Include="..\..\common\CommonAssemblyInfo.cs" Link="Properties\CommonAssemblyInfo.cs" />
16+
</ItemGroup>
17+
818
</Project>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
using System.Reflection;
2+
3+
[assembly: AssemblyTitle("PCLExt.FileStorage.Abstractions")]
4+
[assembly: AssemblyDescription("")]

src/PCLExt.FileStorage.iOS.Test/PCLExt.FileStorage.iOS.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<MtouchArch>x86_64</MtouchArch>
3434
<ConsolePause>false</ConsolePause>
3535
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
36+
<DefineConstants>__UNIFIED__;__MOBILE__;__IOS__;NUNIT;</DefineConstants>
3637
</PropertyGroup>
3738
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
3839
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)