Skip to content

Commit

Permalink
Version bump for release: v1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Patridge authored and Adam Patridge committed Jan 25, 2016
1 parent 2a98364 commit 705e3c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MarkdownSharp.Portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>MarkdownSharp.Portable</id>
<version>1.0.1</version>
<version>1.0.2</version>
<title>MarkdownSharp.Portable</title>
<authors>Adam Patridge,MarkdownSharp.Portable contributors,MarkdownSharp contributors</authors>
<owners>Adam Patridge</owners>
<licenseUrl>https://github.com/patridge/MarkdownSharp.Portable/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/patridge/MarkdownSharp.Portable/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Fork of MarkdownSharp, adjusted for use as a portable class library (PCL).</description>
<releaseNotes>Created NuGet package (from code as of 2013-12-20).</releaseNotes>
<releaseNotes>Updated MarkdownSharp source (current as of 2016-01-24).</releaseNotes>
<copyright>Copyright 2016 Adam Patridge</copyright>
<tags>portable markdown xamarin android ios</tags>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion MarkdownSharp.Portable/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyVersion("1.0.2")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
//[assembly: AssemblyDelaySign(false)]
Expand Down

0 comments on commit 705e3c8

Please sign in to comment.