Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit c3055f8

Browse files
committed
Release of version 0.10.2
1 parent f687690 commit c3055f8

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.10.2
2+
3+
- Added some missing format codes.
4+
- Added a Windows Phone 8.1 target.
5+
16
# v0.10.1
27

38
## Bugfixes

YoutubeExtractor/YoutubeExtractor/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
[assembly: AssemblyCopyright("Copyright © 2014")]
1111
[assembly: AssemblyTrademark("")]
1212
[assembly: AssemblyCulture("")]
13-
[assembly: AssemblyVersion("0.10.1")]
14-
[assembly: AssemblyFileVersion("0.10.1")]
13+
[assembly: AssemblyVersion("0.10.2")]
14+
[assembly: AssemblyFileVersion("0.10.2")]

YoutubeExtractor/YoutubeExtractor/YoutubeExtractor.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>YoutubeExtractor</id>
5-
<version>0.10.1</version>
5+
<version>0.10.2</version>
66
<title>YoutubeExtractor</title>
77
<authors>Dennis Daume</authors>
88
<owners>Dennis Daume</owners>

0 commit comments

Comments
 (0)