Skip to content

Commit

Permalink
Increase to v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick committed Jul 3, 2021
1 parent 5a6ab38 commit 1f45131
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
- Add AsyncCommand support for nullable value types
- Add AsyncValueCommand support for nullable value types
</PackageReleaseNotes>
<Version>6.0.0-pre2</Version>
<Version>6.0.0</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/brminnick/AsyncAwaitBestPractices</RepositoryUrl>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
Expand All @@ -37,7 +38,7 @@
<Authors>Brandon Minnick, John Thiriet</Authors>
<Owners>Brandon Minnick</Owners>
<NeutralLanguage>en</NeutralLanguage>
<Copyright>©Copyright 2020 Brandon Minnick. All rights reserved.</Copyright>
<Copyright>©Copyright 2021 Brandon Minnick. All rights reserved.</Copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<DefineConstants>$(DefineConstants);</DefineConstants>
<UseFullSemVerForNuGet>false</UseFullSemVerForNuGet>
Expand All @@ -61,7 +62,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AsyncAwaitBestPractices\AsyncAwaitBestPractices.csproj" />
<None Include="Src\AsyncAwaitBestPractices.MVVM\README.md" Pack="true" PackagePath="\"/>
<None Include="README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
Expand Down
7 changes: 4 additions & 3 deletions Src/AsyncAwaitBestPractices/AsyncAwaitBestPractices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
New In This Release:
- Improve Nullability
</PackageReleaseNotes>
<Version>6.0.0-pre2</Version>
<Version>6.0.0</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/brminnick/AsyncAwaitBestPractices</RepositoryUrl>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
Expand All @@ -38,7 +39,7 @@
<Authors>Brandon Minnick, John Thiriet</Authors>
<Owners>Brandon Minnick</Owners>
<NeutralLanguage>en</NeutralLanguage>
<Copyright>©Copyright 2020 Brandon Minnick. All rights reserved.</Copyright>
<Copyright>©Copyright 2021 Brandon Minnick. All rights reserved.</Copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<DefineConstants>$(DefineConstants);</DefineConstants>
<UseFullSemVerForNuGet>false</UseFullSemVerForNuGet>
Expand Down Expand Up @@ -76,6 +77,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
<None Include="Src\AsyncAwaitBestPractices\README.md" Pack="true" PackagePath="\"/>
<None Include="README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Src/HackerNews/HackerNews.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2012" />
<PackageReference Include="Xamarin.Essentials" Version="1.6.1" />
<PackageReference Include="Xamarin.CommunityToolkit.Markup" Version="1.2.0-pre2" />
<PackageReference Include="Xamarin.CommunityToolkit.Markup" Version="1.2.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Pages\Base\" />
Expand Down

0 comments on commit 1f45131

Please sign in to comment.