Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a458bbe

Browse files
committedNov 4, 2019
Bump to 0.11.1
1 parent c075ce6 commit a458bbe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎Mono.Cecil.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>Mono.Cecil</id>
5-
<version>0.11.0.0</version>
5+
<version>0.11.1.0</version>
66
<title>Mono.Cecil</title>
77
<authors>Jb Evain</authors>
88
<owners>Jb Evain</owners>

‎ProjectInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
[assembly: ComVisible (false)]
1717

18-
[assembly: AssemblyVersion ("0.11.0.0")]
19-
[assembly: AssemblyFileVersion ("0.11.0.0")]
20-
[assembly: AssemblyInformationalVersion ("0.11.0.0")]
18+
[assembly: AssemblyVersion ("0.11.1.0")]
19+
[assembly: AssemblyFileVersion ("0.11.1.0")]
20+
[assembly: AssemblyInformationalVersion ("0.11.1.0")]

0 commit comments

Comments
 (0)
Please sign in to comment.