Skip to content

Commit

Permalink
Merge pull request #37 from Plac3hold3r/PH.master.bump_versions
Browse files Browse the repository at this point in the history
Bump versions and update release notes
  • Loading branch information
Plac3hold3r authored May 1, 2018
2 parents 98ddb48 + e5b278f commit 35179ae
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions MvxScaffolding.sln
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "!Docs", "!Docs", "{D6F40415
ProjectSection(SolutionItems) = preProject
docs\nuget_docs.md = docs\nuget_docs.md
docs\privacy_policy.md = docs\privacy_policy.md
docs\release_notes.md = docs\release_notes.md
docs\template_dotnet_cli.md = docs\template_dotnet_cli.md
docs\template_vs.md = docs\template_vs.md
EndProjectSection
Expand Down
7 changes: 7 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Release Notes

## [v0.9.0-beta](https://github.com/Plac3hold3r/MvxScaffolding/tree/v0.9.0-beta) (2018-05-01)

- Update to support MvvmCross 6.0.1.
- Update to support UWP Windows 10 SDK 1803, April Update.
- Update translations
- Add support for Chinese Simplified, by Forbidden (cptbl00dra1n)

## [v0.8.0-beta](https://github.com/Plac3hold3r/MvxScaffolding/tree/v0.8.0-beta) (2018-04-16)

- Updated templates to support MvvmCross 6.0.0.
Expand Down
8 changes: 6 additions & 2 deletions nuspec/MvxScaffolding.Templates.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MvxScaffolding.Templates</id>
<version>0.8.0</version>
<version>0.9.0</version>
<title>MvxScaffolding MvvmCross Templates</title>
<authors>Plac3hold3r</authors>
<owners>Plac3hold3r</owners>
Expand All @@ -13,7 +13,11 @@
<summary>A customizable template used to scaffold a cross platform MvvmCross application.</summary>
<copyright>Copyright ©2018</copyright>

<releaseNotes>See Changelog https://github.com/Plac3hold3r/MvxScaffolding/blob/master/CHANGELOG.md</releaseNotes>
<releaseNotes>
See Release Notes https://github.com/Plac3hold3r/MvxScaffolding/blob/master/docs/release_notes.md

See Changelog https://github.com/Plac3hold3r/MvxScaffolding/blob/master/CHANGELOG.md
</releaseNotes>

<packageTypes>
<packageType name="Template" />
Expand Down
4 changes: 2 additions & 2 deletions src/MvxScaffolding.Vsix/MvxScaffolding.Vsix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<StartAction>Program</StartAction>
<StartProgram>$(DevEnvDir)\devenv.exe</StartProgram>
<StartArguments>/rootsuffix Exp</StartArguments>
<VSIXBuildVersion>0.8.0</VSIXBuildVersion>
<VSIXBuildVersion>0.9.0</VSIXBuildVersion>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
Expand Down Expand Up @@ -242,4 +242,4 @@
<Error Condition="!Exists('..\..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.12\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.12\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets'))" />
</Target>
<Import Project="..\..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.12\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets" Condition="Exists('..\..\packages\Microsoft.VisualStudio.SDK.EmbedInteropTypes.15.0.12\build\Microsoft.VisualStudio.SDK.EmbedInteropTypes.targets')" />
</Project>
</Project>

0 comments on commit 35179ae

Please sign in to comment.