Skip to content

Commit

Permalink
Change minimum Android version to 5.0, for building new release.
Browse files Browse the repository at this point in the history
Nuspec updates etc for release.
  • Loading branch information
Yortw committed May 25, 2023
1 parent eddf273 commit 0ce2858
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Src/PublishNugetPackage.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
echo Press any key to publish
pause
"..\.nuget\NuGet.exe" push Yort.Trashy.1.0.2.nupkg -Source https://api.nuget.org/v3/index.json
"..\.nuget\NuGet.exe" push Yort.Trashy.1.0.4.nupkg -Source https://api.nuget.org/v3/index.json
pause
2 changes: 1 addition & 1 deletion Src/Yort.Trashy.Android/Resources/Resource.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Src/Yort.Trashy.Android/Yort.Trashy.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
<TargetFrameworkVersion>v4.4</TargetFrameworkVersion>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 2 additions & 2 deletions Src/Yort.Trashy.Shared/AssemblyInfoCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
[assembly: ComVisible(false)]

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

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
Expand Down
3 changes: 2 additions & 1 deletion Src/Yort.Trashy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Yort.Trashy</id>
<version>1.0.3</version>
<version>1.0.4</version>
<title>Yort.Trashy</title>
<authors>Troy Willmot</authors>
<owners>Yortw</owners>
Expand All @@ -14,6 +14,7 @@
<copyright>Copyright 2018</copyright>
<language>en-NZ</language>
<tags>disposable dispose trashy</tags>
<releaseNotes>Changed Android assembly name to support 'bait and switch' pattern correctly. Changed minimum Android version to 5.0.</releaseNotes>
</metadata>
<files>
<file src="Yort.Trashy.NetStandard\bin\Release\netstandard1.0\*.dll" target="lib\netstandard1.1" />
Expand Down
19 changes: 10 additions & 9 deletions Src/Yort.Trashy.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

0 comments on commit 0ce2858

Please sign in to comment.