Skip to content

Commit 0ce2858

Browse files
committed
Change minimum Android version to 5.0, for building new release.
Nuspec updates etc for release.
1 parent eddf273 commit 0ce2858

File tree

6 files changed

+17
-15
lines changed

6 files changed

+17
-15
lines changed

Src/PublishNugetPackage.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
22
echo Press any key to publish
33
pause
4-
"..\.nuget\NuGet.exe" push Yort.Trashy.1.0.2.nupkg -Source https://api.nuget.org/v3/index.json
4+
"..\.nuget\NuGet.exe" push Yort.Trashy.1.0.4.nupkg -Source https://api.nuget.org/v3/index.json
55
pause

Src/Yort.Trashy.Android/Resources/Resource.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Src/Yort.Trashy.Android/Yort.Trashy.Android.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
1616
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
1717
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
18-
<TargetFrameworkVersion>v4.4</TargetFrameworkVersion>
18+
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
1919
</PropertyGroup>
2020
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2121
<DebugSymbols>true</DebugSymbols>

Src/Yort.Trashy.Shared/AssemblyInfoCommon.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
[assembly: ComVisible(false)]
1010

1111
//Do not forget to update version # in netstandard project properties too
12-
[assembly: AssemblyVersion("1.0.3.0")]
13-
[assembly: AssemblyFileVersion("1.0.3.0")]
12+
[assembly: AssemblyVersion("1.0.4.0")]
13+
[assembly: AssemblyFileVersion("1.0.4.0")]
1414

1515
// General Information about an assembly is controlled through the following
1616
// set of attributes. Change these attribute values to modify the information

Src/Yort.Trashy.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Yort.Trashy</id>
5-
<version>1.0.3</version>
5+
<version>1.0.4</version>
66
<title>Yort.Trashy</title>
77
<authors>Troy Willmot</authors>
88
<owners>Yortw</owners>
@@ -14,6 +14,7 @@
1414
<copyright>Copyright 2018</copyright>
1515
<language>en-NZ</language>
1616
<tags>disposable dispose trashy</tags>
17+
<releaseNotes>Changed Android assembly name to support 'bait and switch' pattern correctly. Changed minimum Android version to 5.0.</releaseNotes>
1718
</metadata>
1819
<files>
1920
<file src="Yort.Trashy.NetStandard\bin\Release\netstandard1.0\*.dll" target="lib\netstandard1.1" />

Src/Yort.Trashy.sln

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26430.6
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.5.33627.172
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yort.Trashy.NetStandard", "Yort.Trashy.NetStandard\Yort.Trashy.NetStandard.csproj", "{56A6E726-F139-460E-AE34-B0CC27886206}"
77
EndProject
@@ -18,13 +18,6 @@ EndProject
1818
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yort.Trashy.iOS", "Yort.Trashy.iOS\Yort.Trashy.iOS.csproj", "{80B9A3DB-EE96-40DE-9003-6E89FAE59650}"
1919
EndProject
2020
Global
21-
GlobalSection(SharedMSBuildProjectFiles) = preSolution
22-
Yort.Trashy.Shared\Yort.Trashy.Shared.projitems*{80b9a3db-ee96-40de-9003-6e89fae59650}*SharedItemsImports = 4
23-
Yort.Trashy.Shared\Yort.Trashy.Shared.projitems*{b7bb4bfe-c1c2-4de7-b2c4-7f59ed370f88}*SharedItemsImports = 4
24-
Yort.Trashy.Shared\Yort.Trashy.Shared.projitems*{de7b2b14-1832-43c3-bfd7-6634b8511f53}*SharedItemsImports = 13
25-
Yort.Trashy.Shared\Yort.Trashy.Shared.projitems*{e5c499a5-4c38-4dcd-a9b9-e23df78db226}*SharedItemsImports = 4
26-
Yort.Trashy.Shared\Yort.Trashy.Shared.projitems*{f3c251a1-bc79-412d-985b-392d02449161}*SharedItemsImports = 4
27-
EndGlobalSection
2821
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2922
Debug|Any CPU = Debug|Any CPU
3023
Release|Any CPU = Release|Any CPU
@@ -58,4 +51,12 @@ Global
5851
GlobalSection(SolutionProperties) = preSolution
5952
HideSolutionNode = FALSE
6053
EndGlobalSection
54+
GlobalSection(SharedMSBuildProjectFiles) = preSolution
55+
Yort.Trashy.Shared\Yort.Trashy.Shared.projitems*{56a6e726-f139-460e-ae34-b0cc27886206}*SharedItemsImports = 5
56+
Yort.Trashy.Shared\Yort.Trashy.Shared.projitems*{80b9a3db-ee96-40de-9003-6e89fae59650}*SharedItemsImports = 4
57+
Yort.Trashy.Shared\Yort.Trashy.Shared.projitems*{b7bb4bfe-c1c2-4de7-b2c4-7f59ed370f88}*SharedItemsImports = 4
58+
Yort.Trashy.Shared\Yort.Trashy.Shared.projitems*{de7b2b14-1832-43c3-bfd7-6634b8511f53}*SharedItemsImports = 13
59+
Yort.Trashy.Shared\Yort.Trashy.Shared.projitems*{e5c499a5-4c38-4dcd-a9b9-e23df78db226}*SharedItemsImports = 4
60+
Yort.Trashy.Shared\Yort.Trashy.Shared.projitems*{f3c251a1-bc79-412d-985b-392d02449161}*SharedItemsImports = 4
61+
EndGlobalSection
6162
EndGlobal

0 commit comments

Comments
 (0)