We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1a489 commit 007c99fCopy full SHA for 007c99f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.3.1
2
+
3
+- Adjusted to service changes
4
5
# 0.3.0
6
7
- Added a File requester (#11)
src/AngleSharp.Io/Properties/AssemblyInfo.cs
@@ -12,6 +12,6 @@
12
[assembly: AssemblyCulture("")]
13
[assembly: ComVisible(false)]
14
[assembly: Guid("10d96c84-41d5-4c21-bacf-5d6997c85082")]
15
-[assembly: AssemblyVersion("0.3.0.*")]
16
-[assembly: AssemblyFileVersion("0.3.0")]
+[assembly: AssemblyVersion("0.3.1.*")]
+[assembly: AssemblyFileVersion("0.3.1")]
17
[assembly: InternalsVisibleToAttribute("AngleSharp.Io.Tests")]
0 commit comments